CVE-2026-93451

Summary

snappy-java through 1.1.10.8 contains a buffer overflow vulnerability in typed Snappy.uncompress*Array 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 length values to write past array bounds with attacker-controlled bytes, corrupting heap memory.

Affected Software

VendorProductVersion RangeStatus
xerialsnappy-java0 <= 1.1.10.8affected

Weaknesses

  • CWE-787: Out-of-bounds Write

References