Lucene search
+L

146 matches found

EUVD
EUVD
added 2026/09/18 12:31 a.m.8 views

EUVD-2026-82604

snappy-java through 1.1.10.8 contains a buffer overflow vulnerability in Snappy.compressByteBuffer, ByteBuffer that writes past the end of the destination buffer. Attackers can supply incompressible data that exceeds the destination buffer's remaining capacity, corrupting off-heap memory and...

8.7CVSS0.00493EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/18 12:31 a.m.7 views

EUVD-2026-82603

snappy-java through 1.1.10.8 contains a buffer overflow vulnerability in typed Snappy.uncompressArray methods that allocate output arrays by dividing uncompressed length by element size but pass the undivided length to native code. Attackers controlling compressed input can cause misaligned lengt...

6.9CVSS0.00296EPSS
SaveExploits0References5
NVD
NVD
added 2026/09/18 12:17 a.m.6 views

CVE-2026-93451

snappy-java through 1.1.10.8 contains a buffer overflow vulnerability in typed Snappy.uncompressArray methods that allocate output arrays by dividing uncompressed length by element size but pass the undivided length to native code. Attackers controlling compressed input can cause misaligned lengt...

6.9CVSS0.00296EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/18 12:17 a.m.6 views

CVE-2026-93452

snappy-java through 1.1.10.8 contains a buffer overflow vulnerability in Snappy.compressByteBuffer, ByteBuffer that writes past the end of the destination buffer. Attackers can supply incompressible data that exceeds the destination buffer's remaining capacity, corrupting off-heap memory and...

8.7CVSS0.00493EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/17 11:25 p.m.4 views

CVE-2026-93452 snappy-java through 1.1.10.8 Buffer Overflow in Snappy.compress

snappy-java through 1.1.10.8 contains a buffer overflow vulnerability in Snappy.compressByteBuffer, ByteBuffer that writes past the end of the destination buffer. Attackers can supply incompressible data that exceeds the destination buffer's remaining capacity, corrupting off-heap memory and...

8.7CVSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/17 11:25 p.m.28 views

CVE-2026-93452 snappy-java through 1.1.10.8 Buffer Overflow in Snappy.compress

snappy-java through 1.1.10.8 contains a buffer overflow vulnerability in Snappy.compressByteBuffer, ByteBuffer that writes past the end of the destination buffer. Attackers can supply incompressible data that exceeds the destination buffer's remaining capacity, corrupting off-heap memory and...

8.7CVSS0.00493EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/17 11:25 p.m.20 views

CVE-2026-93452

snappy-java through 1.1.10.8 is affected by a buffer overflow in the Snappy.compress(ByteBuffer, ByteBuffer) method, which writes past the end of the destination buffer. An attacker can supply incompressible data that exceeds the destination buffer's remaining capacity, corrupting off-heap memory...

8.7CVSS0.00493EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/17 11:25 p.m.12 views

CVE-2026-93451 snappy-java through 1.1.10.8 Buffer Overflow via typed uncompress methods

snappy-java through 1.1.10.8 contains a buffer overflow vulnerability in typed Snappy.uncompressArray methods that allocate output arrays by dividing uncompressed length by element size but pass the undivided length to native code. Attackers controlling compressed input can cause misaligned lengt...

6.9CVSS
SaveExploits0References7
CVE
CVE
added 2026/09/17 11:25 p.m.21 views

CVE-2026-93451

snappy-java through version 1.1.10.8 contains a buffer overflow in typed Snappy.uncompress*Array methods. The root cause is a length-handling mismatch: output arrays are allocated by dividing the uncompressed length by the element size, but the undivided (full) length is passed to the native code...

6.9CVSS0.00296EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/17 11:25 p.m.28 views

CVE-2026-93451 snappy-java through 1.1.10.8 Buffer Overflow via typed uncompress methods

snappy-java through 1.1.10.8 contains a buffer overflow vulnerability in typed Snappy.uncompressArray methods that allocate output arrays by dividing uncompressed length by element size but pass the undivided length to native code. Attackers controlling compressed input can cause misaligned lengt...

6.9CVSS0.00296EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.10 views

Astra Linux – Vulnerability in snappy-java

Snappy-Java is a Java port of the snappy, a fast C++ compressor/decompressor developed by Google. It was found that the SnappyInputStream is vulnerable to Denial of Service DoS attacks when decompressing data with a too large chunk size. Due to a lack of a upper bound check on the chunk length, a...

7.5CVSS6.2AI score0.0104EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/09/12 9:18 p.m.9 views

Out-of-bounds Write

Overview Affected versions of this package are vulnerable to Out-of-bounds Write via the Snappy.uncompressByteBuffer, ByteBuffer method in org/xerial/snappy/Snappy.java. An attacker can trigger JVM termination by supplying valid compressed input that expands beyond the destination ByteBuffer...

8.7CVSS5.9AI score0.0035EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/12 6:16 p.m.17 views

CVE-2026-90559

snappy-java through 1.1.10.8 contains an out-of-bounds write vulnerability in Snappy.uncompressByteBuffer, ByteBuffer because destination buffer capacity is never validated against decompressed size. Attackers can supply valid compressed data that decompresses larger than the destination buffer,...

8.7CVSS0.0035EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/12 6:06 p.m.89 views

CVE-2026-90559

snappy-java through 1.1.10.8 contains an out-of-bounds write vulnerability in the Snappy.uncompress(ByteBuffer, ByteBuffer) method. The root cause is that the destination buffer capacity is never validated against the decompressed size, allowing an attacker to supply valid compressed data that de...

8.7CVSS5.9AI score0.0035EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/12 6:06 p.m.46 views

CVE-2026-90559 snappy-java through 1.1.10.8 Out-of-Bounds Write via uncompress

snappy-java through 1.1.10.8 contains an out-of-bounds write vulnerability in Snappy.uncompressByteBuffer, ByteBuffer because destination buffer capacity is never validated against decompressed size. Attackers can supply valid compressed data that decompresses larger than the destination buffer,...

8.7CVSS0.0035EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/12 6:06 p.m.13 views

EUVD-2026-76904

snappy-java through 1.1.10.8 contains an out-of-bounds write vulnerability in Snappy.uncompressByteBuffer, ByteBuffer because destination buffer capacity is never validated against decompressed size. Attackers can supply valid compressed data that decompresses larger than the destination buffer,...

8.7CVSS5.9AI score0.0035EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/12 6:06 p.m.90 views

CVE-2026-90559 snappy-java through 1.1.10.8 Out-of-Bounds Write via uncompress

snappy-java through 1.1.10.8 contains an out-of-bounds write vulnerability in Snappy.uncompressByteBuffer, ByteBuffer because destination buffer capacity is never validated against decompressed size. Attackers can supply valid compressed data that decompresses larger than the destination buffer,...

8.7CVSS6.1AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/09/12 12:00 a.m.14 views

PT-2026-90719

snappy-java through 1.1.10.8 contains an out-of-bounds write vulnerability in Snappy.uncompressByteBuffer, ByteBuffer because destination buffer capacity is never validated against decompressed size. Attackers can supply valid compressed data that decompresses larger than the destination buffer,...

8.7CVSS5.9AI score0.0035EPSS
SaveExploits0References6
OSV
OSV
added 2026/06/18 10:30 a.m.17 views

ROOT-APP-MAVEN-CVE-2023-43642 CVE-2023-43642 in io.root.org.xerial.snappy:snappy-java - Patched by Root

Root has patched CVE-2023-43642 in the io.root.org.xerial.snappy:snappy-java package for Root:Maven. Multiple fixed versions available...

7.5CVSS5.2AI score0.0104EPSS
SaveExploits1
OSV
OSV
added 2026/06/18 10:30 a.m.17 views

ROOT-APP-MAVEN-CVE-2023-34455 CVE-2023-34455 in io.root.org.xerial.snappy:snappy-java - Patched by Root

Root has patched CVE-2023-34455 in the io.root.org.xerial.snappy:snappy-java package for Root:Maven. Multiple fixed versions available...

7.5CVSS5.2AI score0.01762EPSS
SaveExploits1
Rows per page
Query Builder