Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVE-2024-36114 (High) detected in aircompressor-0.16.jar #353

Open
mend-for-github-com bot opened this issue Jun 2, 2024 · 0 comments
Open

CVE-2024-36114 (High) detected in aircompressor-0.16.jar #353

mend-for-github-com bot opened this issue Jun 2, 2024 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource

Comments

@mend-for-github-com
Copy link

mend-for-github-com bot commented Jun 2, 2024

CVE-2024-36114 - High Severity Vulnerability

Vulnerable Library - aircompressor-0.16.jar

Compression algorithms

Library home page: http://github.com/airlift/aircompressor

Path to dependency file: /services/data_plane_manager/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/io/airlift/aircompressor/0.16/aircompressor-0.16.jar

Dependency Hierarchy:

  • pulsar-client-2.6.1.jar (Root Library)
    • aircompressor-0.16.jar (Vulnerable Library)

Found in HEAD commit: 3c4e28556738e020da91fd03c3aaa5d9a7c1cfed

Found in base branch: master

Vulnerability Details

Aircompressor is a library with ports of the Snappy, LZO, LZ4, and Zstandard compression algorithms to Java. 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). 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. 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. There are no known workarounds for this issue.

Publish Date: 2024-05-29

URL: CVE-2024-36114

CVSS 3 Score Details (8.6)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: Low
    • Integrity Impact: Low
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-973x-65j7-xcf4

Release Date: 2024-05-29

Fix Resolution (io.airlift:aircompressor): 0.27

Direct dependency fix Resolution (org.apache.pulsar:pulsar-client): 2.8.0


⛑️ Automatic Remediation will be attempted for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by WhiteSource
Projects
None yet
Development

No branches or pull requests

0 participants