Lucene search
+L

324590 matches found

EUVD
EUVD
added 2026/08/07 9:10 p.m.13 views

EUVD-2026-54681

The kernel queue helper zqueuenodepeek in kernel/queue.c dereferences a node taken from a queue's dataq list, reading the node's flag byte and, for items enqueued via kqueueallocappend/allocprepend, the data pointer of an internally allocated allocnode struct. The implementations of...

3.6CVSS5.6AI score0.00093EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/07 9:10 p.m.15 views

CVE-2026-11743 Missing negative-offset/overflow check in SF32LB MPI QSPI NOR flash driver allows out-of-bounds read and write

The SF32LB MPI QSPI NOR flash driver drivers/flash/flashsf32lbmpiqspinor.c validated the flash offset and length on its read and write paths with the test offset + size data-size. Because offset is a signed offt while size is unsigned, a negative offset is converted to a large unsigned value and...

6.6CVSS5.8AI score
SaveExploits0References5
CVE
CVE
added 2026/08/07 9:10 p.m.57 views

CVE-2026-11743

The CVE concerns the SF32LB MPI QSPI NOR flash driver (drivers/flash/flash_sf32lb_mpi_qspi_nor.c). The vulnerability arises in the read/write paths where a signed offset (off_t) is compared against an unsigned size using (offset + size) > data->size, allowing a negative offset to wrap to a ...

6.6CVSS5.7AI score0.00105EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/07 9:10 p.m.37 views

CVE-2026-11743 Missing negative-offset/overflow check in SF32LB MPI QSPI NOR flash driver allows out-of-bounds read and write

The SF32LB MPI QSPI NOR flash driver drivers/flash/flashsf32lbmpiqspinor.c validated the flash offset and length on its read and write paths with the test offset + size data-size. Because offset is a signed offt while size is unsigned, a negative offset is converted to a large unsigned value and...

6.6CVSS0.00105EPSS
SaveExploits0References2
IBM Security Bulletins
IBM Security Bulletins
added 2026/08/07 8:36 p.m.16 views

Security Bulletin: IBM® Db2® is vulnerable to buffer overflow in the IXF IMPORT parser (CVE-2026-10534)

Summary IBM® Db2® is vulnerable to buffer overflow in the IXF IMPORT parser. Vulnerability Details CVEID:CVE-2026-10534 DESCRIPTION: Db2 is vulnerable to buffer overflow in the IXF IMPORT parser. CWE:CWE-121: Stack-based Buffer Overflow CVSS Source: IBM CVSS Base score: 8.4 CVSS...

9.8CVSS5.7AI score0.00376EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2026/08/07 8:16 p.m.8 views

DEBIAN-CVE-2026-65819

gopacket provides packet processing capabilities for Go. Through version 1.7.0, multiple layer decoders use attacker-controlled lengths, counts, or offsets before validating them against packet buffers, allowing a crafted packet decoded through DecodingLayerParser or DecodeFromBytes to trigger an...

7.5CVSS5.3AI score0.00366EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/07 7:19 p.m.48 views

CVE-2026-65819

CVE-2026-65819 affects gopacket before version 1.7.0, where multiple layer decoders may read attacker-controlled lengths, counts, or offsets before validating buffers. A crafted packet decoded via DecodingLayerParser or DecodeFromBytes can trigger an unrecovered panic, enabling unauthenticated re...

7.5CVSS5.3AI score0.00366EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/08/07 6:53 p.m.9 views

kernel: Arm Processors: Privilege escalation or information disclosure via writes to higher exception level resources

A flaw was found in the Linux kernel on ARM processors. A race condition in Translation Lookaside Buffer Invalidation TLBI operations during memory permission changes allows a local attacker to write to memory resources owned by higher privilege levels. This could allow an unprivileged local...

9.1CVSS5.4AI score0.00571EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/07 6:33 p.m.13 views

Ruby JSON: JSON::ResumableParser#partial_value dereferences a freed input buffer and crashes on truncated duplicate-key streams

Summary Ruby's JSON native C extension clears the consumed JSON::ResumableParser input buffer but leaves state.start, state.cursor, and state.end pointing into released storage. When partialvalue reconstructs an incomplete object containing duplicate keys, the duplicate-key warning path calls...

8.7CVSS6.3AI score0.00253EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/08/07 6:31 p.m.82 views

CVE-2026-71847

Ruby JSON: ResumableParser in the native C extension (Ruby JSON) from versions 2.20.0–2.21.2 allocates correctly but after consuming input, state.start/state.cursor/state.end point into freed storage. When partial_value processes a truncated object with duplicate keys, cursor_position dereference...

8.7CVSS5.5AI score0.00253EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/07 6:17 p.m.9 views

CVE-2026-56818

Netty is an asynchronous, event-driven network application framework. Prior to 4.1.136.Final and 4.2.16.Final, the RedisArrayAggregator Redis codec clears retained partial aggregate state when the maxNestedArrayDepth limit is exceeded, but it does not clear the same state when the sibling...

6.5CVSS5.3AI score0.00465EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/08/07 5:16 p.m.7 views

Improper Check or Handling of Exceptional Conditions

Overview Affected versions of this package are vulnerable to Improper Check or Handling of Exceptional Conditions in the RedisArrayAggregator process. An attacker can cause retained partial aggregate state to persist by sending a RESP array with a bulk-string child followed by a nested array head...

7.5CVSS5.4AI score0.00465EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/07 5:16 p.m.12 views

GHSA-P9JM-Q85P-7MCP Netty: RedisArrayAggregator max-elements failure leaves retained partial aggregate state

Summary RedisArrayAggregator clears retained partial aggregate state when the maxNestedArrayDepth limit is exceeded, but it does not clear the same state when the sibling maxElements limit is exceeded. A peer can start a valid RESP array, send a bulk-string child, then send a nested array header...

6.5CVSS5.5AI score0.00465EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/07 4:42 p.m.51 views

CVE-2026-20346

Summary: CVE-2026-20346 affects the PDF file format parser in ClamAV. The vulnerability arises from improper boundary checks during PDF content processing, leading to an out-of-bounds buffer read and memory corruption. Impact as described: An unauthenticated, remote attacker can submit a crafted ...

7.5CVSS5.9AI score0.00327EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/07 3:16 p.m.9 views

CVE-2026-18497

A heap-buffer-overflow vulnerability exists in the nothings stb TrueType library, up to version 1.26, that is used for parsing TrueType font files. The vulnerability exists in the stbttGetGlyphShapeTT function within the nothings stbtruetype.h library when parsing malformed TTF TrueType Font file...

7.1CVSS0.00124EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/07 3:16 p.m.5 views

DEBIAN-CVE-2026-18497

A heap-buffer-overflow vulnerability exists in the nothings stb TrueType library, up to version 1.26, that is used for parsing TrueType font files. The vulnerability exists in the stbttGetGlyphShapeTT function within the nothings stbtruetype.h library when parsing malformed TTF TrueType Font file...

7.1CVSS5.4AI score0.00124EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/07 3:16 p.m.5 views

UBUNTU-CVE-2026-18497

A heap-buffer-overflow vulnerability exists in the nothings stb TrueType library, up to version 1.26, that is used for parsing TrueType font files. The vulnerability exists in the stbttGetGlyphShapeTT function within the nothings stbtruetype.h library when parsing malformed TTF TrueType Font file...

7.1CVSS5.4AI score0.00124EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/07 2:19 p.m.39 views

CVE-2026-18497 The nothings stb TrueType library contains a heap buffer overflow vulnerability

A heap-buffer-overflow vulnerability exists in the nothings stb TrueType library, up to version 1.26, that is used for parsing TrueType font files. The vulnerability exists in the stbttGetGlyphShapeTT function within the nothings stbtruetype.h library when parsing malformed TTF TrueType Font file...

0.00124EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/07 1:08 p.m.5 views

SUSE-SU-2026:3525-1 Security update for libssh2_org

This update for libssh2org fixes the following issues: - CVE-2025-15661: out-of-bounds heap read vulnerability in the sftpsymlink function in src/sftp.c bsc1268546. - CVE-2026-7598: integer overflow in function userauthpassword of file src/userauth.c bsc1263890. - CVE-2026-55199: pre-authenticati...

9.1CVSS6.4AI score0.0103EPSS
SaveExploits1References19
RedhatCVE
RedhatCVE
added 2026/08/07 1:02 p.m.16 views

CVE-2026-16439

A flaw was found in Eclipse OpenJ9. When using the -Xtrace option to trace method arguments, a buffer underflow vulnerability can occur. This could potentially lead to memory corruption, impacting the integrity and availability of the application...

9.1CVSS5.5AI score0.0024EPSS
SaveExploits0References5
Rows per page
Query Builder