Skip to content

iq80 Snappy out-of-bounds read when uncompressing data, leading to JVM crash

Moderate severity GitHub Reviewed Published Jun 1, 2024 in dain/snappy • Updated Jun 4, 2024

Package

maven org.iq80.snappy:snappy (Maven)

Affected versions

< 0.5

Patched versions

0.5

Description

Summary

iq80 Snappy performs out-of-bounds read access when uncompressing certain data, which can lead to a JVM crash.

Details

When uncompressing certain data, Snappy tries to read outside the bounds of the given byte arrays. Because Snappy uses the JDK class sun.misc.Unsafe to speed up memory access, no additional bounds checks are performed and this has similar security consequences as out-of-bounds access in C or C++, namely it can lead to non-deterministic behavior or crash the JVM.

iq80 Snappy is not actively maintained anymore. As quick fix users can upgrade to version 0.5, but in the long term users should prefer migrating to the Snappy implementation in https://github.com/airlift/aircompressor (version 0.27 or newer).

Impact

When uncompressing data from untrusted users, this can be exploited for a denial-of-service attack by crashing the JVM.

References

@dain dain published to dain/snappy Jun 1, 2024
Published by the National Vulnerability Database Jun 3, 2024
Published to the GitHub Advisory Database Jun 4, 2024
Reviewed Jun 4, 2024
Last updated Jun 4, 2024

Severity

Moderate
5.3
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

Weaknesses

CVE ID

CVE-2024-36124

GHSA ID

GHSA-8wh2-6qhj-h7j9

Source code

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.