CVE Catalog

CVE-2026-93451

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.30%

22th percentile - higher than 22% of all known CVEs

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.

Risk Assessment

Buffer overflow can lead to memory corruption, potentially enabling remote code execution or causing crashes in applications using snappy-java.

Recommendation

Update to a patched version. If not available, restrict trust in input data processed by snappy-java and consider using alternative libraries.

Other vulnerabilities in snappy-java

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS