GHSA-pm27-vjq7-f5fvHighCVSS 7.5
snappy-java through 1.1.10.8 contains a buffer overflow vulnerability in Snappy.compress...
🔗 CVE IDs covered (1)
📋 Description
snappy-java through 1.1.10.8 contains a buffer overflow vulnerability in Snappy.compress(ByteBuffer, 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 causing JVM termination.
🔗 References (6)
- https://nvd.nist.gov/vuln/detail/CVE-2026-93452
- https://github.com/xerial/snappy-java/issues/732
- https://github.com/xerial/snappy-java
- https://github.com/xerial/snappy-java/blob/v1.1.10.8/src/main/java/org/xerial/snappy/Snappy.java#L137
- https://www.vulncheck.com/advisories/snappy-java-through-1.1.10.8-buffer-overflow-in-snappy-compress
- https://github.com/advisories/GHSA-pm27-vjq7-f5fv