CVE-2026-93452

Summary

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.

Affected Software

VendorProductVersion RangeStatus
xerialsnappy-java0 <= 1.1.10.8affected

Weaknesses

  • CWE-787: Out-of-bounds Write

References