CVE-2026-93451 PUBLISHED

snappy-java through 1.1.10.8 Buffer Overflow via typed uncompress methods

Assigner: VulnCheck
Reserved: 17.09.2026 Published: 17.09.2026 Updated: 17.09.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N
CVSS Score: 6.9

Product Status

Vendor xerial
Product snappy-java
Versions Default: unaffected
  • affected from 0 to 1.1.10.8 (incl.)

Credits

  • Yu Bao, PayPal Cyber Security Team finder

References

Problem Types

  • Out-of-bounds Write CWE