Ecosyste.ms: Advisories

An open API service providing security vulnerability metadata for many open source software ecosystems.

Security Advisories: GSA_kwCzR0hTQS04d2gyLTZxaGotaDdqOc4AA8st

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

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.

Permalink: https://github.com/advisories/GHSA-8wh2-6qhj-h7j9
JSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS04d2gyLTZxaGotaDdqOc4AA8st
Source: GitHub Advisory Database
Origin: Unspecified
Severity: Moderate
Classification: General
Published: 5 months ago
Updated: 5 months ago


CVSS Score: 5.3
CVSS vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

Identifiers: GHSA-8wh2-6qhj-h7j9, CVE-2024-36124
References: Repository: https://github.com/dain/snappy
Blast Radius: 13.2

Affected Packages

maven:org.iq80.snappy:snappy
Dependent packages: 107
Dependent repositories: 303
Downloads:
Affected Version Ranges: < 0.5
Fixed in: 0.5
All affected versions:
All unaffected versions: