CyberRota Analysis
AI-GeneratedThe vulnerability affects the snappy-java library versions up to 1.1.10.8, where an out-of-bounds write can occur in the Snappy.uncompress method due to insufficient validation of the destination buffer's capacity. This flaw allows attackers to exploit valid compressed data, leading to potential buffer overflows, JVM crashes, and possible arbitrary code execution. Organizations using this library, especially those handling untrusted data, should prioritize patching to mitigate the risk of exploitation.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
snappy-java through 1.1.10.8 contains an out-of-bounds write vulnerability in Snappy.uncompress(ByteBuffer, ByteBuffer) because destination buffer capacity is never validated against decompressed size. Attackers can supply valid compressed data that decompresses larger than the destination buffer, causing writes past buffer boundaries and JVM termination.