First published: Wed May 29 2024(Updated: )
### 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.
Credit: security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
maven/io.airlift:aircompressor | <0.27 | 0.27 |
IBM Cognos Dashboards | <=5.0.0 | |
IBM Cognos Dashboards | <=4.8.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-36114 is classified as a high severity vulnerability due to potential JVM crashes and memory leaks.
To fix CVE-2024-36114, upgrade the aircompressor library to version 0.27 or later.
CVE-2024-36114 affects aircompressor versions prior to 0.27 and IBM Cognos Dashboards on Cloud Pak for Data versions up to and including 5.0.0 and 4.8.0.
CVE-2024-36114 can potentially leak sensitive information from the memory of the Java process.
While it is not the most common vulnerability, its implications for JVM stability and data security make it critical to address.