iq80 Snappy is a compression/decompression library. 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.
References
Link | Resource |
---|---|
https://github.com/dain/snappy/security/advisories/GHSA-8wh2-6qhj-h7j9 | Vendor Advisory |
https://github.com/dain/snappy/security/advisories/GHSA-8wh2-6qhj-h7j9 | Vendor Advisory |
Configurations
History
06 Mar 2025, 14:24
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/dain/snappy/security/advisories/GHSA-8wh2-6qhj-h7j9 - Vendor Advisory | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.3 |
First Time |
Dain snappy
Dain |
|
CWE | CWE-125 | |
CPE | cpe:2.3:a:dain:snappy:*:*:*:*:*:*:*:* |
03 Jun 2024, 15:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-06-03 15:15
Updated : 2025-03-06 14:24
NVD link : CVE-2024-36124
Mitre link : CVE-2024-36124
JSON object : View
Products Affected
dain
- snappy
CWE
CWE-125
Out-of-bounds Read