Ecosyste.ms: Advisories
An open API service providing security vulnerability metadata for many open source software ecosystems.
Security Advisories: GSA_kwCzR0hTQS05NzN4LTY1ajcteGNmNM4AA8mR
Decompressors can crash the JVM and leak memory content in Aircompressor
Summary
All decompressor implementations of Aircompressor (LZ4, LZO, Snappy, Zstandard) can crash the JVM for certain input, and in some cases also leak the content of other memory of the Java process (which could contain sensitive information).
Details
When decompressing certain data, the decompressors try to access memory outside the bounds of the given byte arrays or byte buffers. Because Aircompressor 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.
Users should update to Aircompressor 0.27 or newer where these issues have been fixed.
Impact
When decompressing data from untrusted users, this can be exploited for a denial-of-service attack by crashing the JVM, or to leak other sensitive information from the Java process.
Permalink: https://github.com/advisories/GHSA-973x-65j7-xcf4JSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS05NzN4LTY1ajcteGNmNM4AA8mR
Source: GitHub Advisory Database
Origin: Unspecified
Severity: High
Classification: General
Published: 6 months ago
Updated: 6 months ago
CVSS Score: 8.6
CVSS vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H
Identifiers: GHSA-973x-65j7-xcf4, CVE-2024-36114
References:
- https://github.com/airlift/aircompressor/security/advisories/GHSA-973x-65j7-xcf4
- https://nvd.nist.gov/vuln/detail/CVE-2024-36114
- https://github.com/airlift/aircompressor/commit/15e68df9eb0c2bfde7f796231ee7cd1982965071
- https://github.com/airlift/aircompressor/commit/2cea90a45534f9aacbb77426fb64e975504dee6e
- https://github.com/airlift/aircompressor/commit/cf66151541edb062ea88b6f3baab3f95e48b7b7f
- https://github.com/airlift/aircompressor/commit/d01ecb779375a092d00e224abe7869cdf49ddc3e
- https://github.com/advisories/GHSA-973x-65j7-xcf4
Blast Radius: 24.8
Affected Packages
maven:io.airlift:aircompressor
Dependent packages: 97Dependent repositories: 770
Downloads:
Affected Version Ranges: < 0.27
Fixed in: 0.27
All affected versions:
All unaffected versions: 2.0.1, 2.0.2