Lucene search
+L

59 matches found

NVD
NVD
added 2026/09/09 2:17 p.m.3 views

CVE-2026-86766

Snipe-IT versions up to and including 8.6.3 contain a race condition TOCTOU in the consumable checkout API endpoint POST /api/v1/consumables/consumableid/checkout. The requested quantity is validated against the number of remaining units before the database transaction begins, and the transaction...

7.1CVSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/09 1:32 p.m.6 views

EUVD-2026-74943

Snipe-IT versions up to and including 8.6.3 contain a race condition TOCTOU in the consumable checkout API endpoint POST /api/v1/consumables/consumableid/checkout. The requested quantity is validated against the number of remaining units before the database transaction begins, and the transaction...

7.1CVSS
SaveExploits0References3
CVE
CVE
added 2026/09/09 1:32 p.m.7 views

CVE-2026-86766

Snipe-IT versions up to and including 8.6.3 are affected by a TOCTOU race condition in the consumable checkout API endpoint. The requested quantity is validated against remaining stock before the database transaction begins, and the transaction then creates checkout records without locking the co...

7.1CVSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/09 1:32 p.m.14 views

CVE-2026-86766 Snipe-IT 8.6.3 Race Condition via Consumable Checkout

Snipe-IT versions up to and including 8.6.3 contain a race condition TOCTOU in the consumable checkout API endpoint POST /api/v1/consumables/consumableid/checkout. The requested quantity is validated against the number of remaining units before the database transaction begins, and the transaction...

7.1CVSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.6 views

Astra Linux – Vulnerability in Redis

Redis is an open-source, in-memory database that persists data on disk. When parsing an incoming Redis Standard Protocol RESP request, Redis allocates memory according to values specified by the user, which determine the number of elements in the multi-bulk header and the size of each element in...

7.5CVSS6.3AI score0.16904EPSS
SaveExploits1References2
OSV
OSV
added 2026/08/20 9:15 p.m.12 views

CVE-2026-67447 Mailpit: SMTP DATA line reader buffers over-limit input before size enforcement

Mailpit is an email testing tool and API for developers. From 1.30.0 until 1.30.5, Mailpit's internal/smtpd/smtpd.go readData function calls bufio.Reader.ReadBytes before applying the lendata+lenline size check to the completed SMTP DATA line against Server.MaxSize. An unauthenticated SMTP client...

5.3CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/11 8:51 a.m.46 views

CVE-2026-71218 Iperf3: unbounded peer-controlled allocation in iperf3 json_read() allows unauthenticated remote memory exhaustion

A flaw was found in iperf3. A remote unauthenticated attacker can exploit a vulnerability in the JSONread function, which accepts a peer-controlled message length and allocates memory without an upper bound. This allows the attacker to trigger excessive memory consumption, leading to a Denial of...

5.3CVSS0.00383EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/07/28 2:50 a.m.12 views

erlang/otp: erts: otp: Erlang/OTP: Denial of Service via integer underflow in ETF decoding

A flaw was found in Erlang/OTP. A remote attacker can exploit an integer underflow vulnerability in the External Term Format ETF decoder, specifically within the binarytoterm function. By sending a specially crafted ETF payload with a zero-length BITBINARYEXT tag, the attacker can trigger an...

8.2CVSS5.8AI score0.0042EPSS
SaveExploits0References9
Snyk
Snyk
added 2026/07/11 2:34 p.m.16 views

Allocation of Resources Without Limits or Throttling

Overview Magick.NET-Q8-arm64 is a Magick.NET allows you can use ImageMagick without having to install ImageMagick on your server or desktop. More information about specific builds see the official docs https://github.com/dlemstra/Magick.NET/tree/main/docs Affected versions of this package are...

6.5CVSS5.9AI score0.00173EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/07/11 2:16 p.m.19 views

CVE-2026-61465

ImageMagick before 7.1.2-26 and 6.9.13-51 is missing a check for the allowed memory allocation limit in matrix-backed operations such as -canny. An attacker can supply a crafted image that causes ImageMagick to allocate more memory than permitted by the configured policy, resulting in a denial of...

6.5CVSS6.1AI score0.00173EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/14 8:23 p.m.14 views

GHSA-77VG-94RM-HX3P Svelte devalue: DoS via sparse array deserialization

devalue.parse could, due to quirks in some JavaScript engines, be convinced to allocate much more memory than was needed when deserializing sparse arrays, leading to excessive memory consumption...

7.5CVSS5.8AI score0.00397EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/05/13 2:12 p.m.45 views

CVE-2026-42946

A vulnerability exists in the ngxhttpscgimodule and ngxhttpuwsgimodule modules that may result in excessive memory allocation or an over-read of data. When scgipass or uwsgipass is configured, an unauthenticated attacker with man-in-the-middle MITM ability to control responses from an upstream...

8.3CVSS5.8AI score0.00932EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/05/06 7:52 p.m.16 views

CVE-2026-43169

A flaw was found in the drm/buddy component of the Linux kernel. This vulnerability occurs when the system processes memory allocation requests, particularly for contiguous or large non-contiguous blocks. Incorrect rounding of the requested size can lead to an allocation exceeding available memor...

5.5CVSS5.8AI score0.00127EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/02/04 5:16 p.m.11 views

CVE-2026-23052

In the Linux kernel, the following vulnerability has been resolved: ftrace: Do not over-allocate ftrace memory The pgremaining calculation in ftraceprocesslocs assumes that ENTRIESPERPAGE multiplied by 2^order equals the actual capacity of the allocated page group. However, ENTRIESPERPAGE is...

5.3AI score0.00174EPSS
SaveExploits0References10
EUVD
EUVD
added 2026/02/04 4:04 p.m.10 views

EUVD-2026-5494

In the Linux kernel, the following vulnerability has been resolved: ftrace: Do not over-allocate ftrace memory The pgremaining calculation in ftraceprocesslocs assumes that ENTRIESPERPAGE multiplied by 2^order equals the actual capacity of the allocated page group. However, ENTRIESPERPAGE is...

5.2AI score0.00174EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/01/13 12:00 a.m.11 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an unvalidated numsyncs parameter that could lead to over-allocation...

5.5CVSS6.1AI score0.00128EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/01/01 12:00 a.m.10 views

PT-2026-6122

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue relates to an over-allocation of memory within the ftrace functionality of the Linux kernel. The pg remaining calculation in the ftrace process locs function incorrectly assume...

6.2AI score0.00174EPSS
SaveExploits0
OSV
OSV
added 2025/12/18 11:15 p.m.15 views

UBUNTU-CVE-2025-68390

Allocation of Resources Without Limits or Throttling CWE-770 in Elasticsearch can allow an authenticated user with snapshot restore privileges to cause Excessive Allocation CAPEC-130 of memory and a denial of service DoS via crafted HTTP request...

4.9CVSS5.8AI score0.00378EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/18 10:14 p.m.8 views

CVE-2025-68389 Kibana Allocation of Resources Without Limits or Throttling

Allocation of Resources Without Limits or Throttling CWE-770 in Kibana can allow a low-privileged authenticated user to cause Excessive Allocation CAPEC-130 of computing resources and a denial of service DoS of the Kibana process via a crafted HTTP request...

6.5CVSS5.9AI score
SaveExploits0References3
CNNVD
CNNVD
added 2025/12/03 12:00 a.m.8 views

Qt 安全漏洞

Qt is a cross-platform application development framework from the Qt open source. A security vulnerability exists in Qt versions 5.0.0 through 6.5.10, 6.6.0 through 6.8.5, and 6.9.0 through 6.10.0, which stems from a lack of input validation and could lead to resource over-allocation...

8.7CVSS6.3AI score0.00315EPSS
SaveExploits0References4
Rows per page
Query Builder