CVE-2026-90559: snappy-java through 1.1.10.8 Out-of-Bounds Write via uncompress

Published Sep 12, 2026
·
Updated

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.

Affected Software

1 affected component
snappy-java<=1.1.10.8

Event History

Sep 12, 2026
CVE Published
via MITRE·06:06 PM
Data Sourced
via MITRE·06:06 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

What conditions are required to trigger the issue?

An attacker must be able to supply valid compressed data to an application that calls Snappy.uncompress(ByteBuffer, ByteBuffer) with a destination ByteBuffer that is smaller than the decompressed output. No authentication or user interaction is required according to the supplied vector.

2

What is the practical impact?

The out-of-bounds write can cause the JVM to terminate, resulting in a denial of service. The provided data does not indicate confidentiality or integrity impact.

3

Which deployments should be investigated first?

Investigate applications using snappy-java through 1.1.10.8 that decompress attacker-controlled or otherwise untrusted Snappy data through the ByteBuffer-to-ByteBuffer uncompress API. The supplied information does not establish whether other uncompress overloads are affected.

4

How can exposure be reduced before an update is available?

Ensure the destination ByteBuffer capacity is validated against the expected decompressed size before calling the affected API, and avoid passing untrusted compressed input to it where possible. The vulnerability exists because that capacity validation is not performed by the affected method.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203