Sh2dowFi3nd / Test_2

0 stars 0 forks source link

CVE-2024-36124 (Medium) detected in snappy-0.4.jar #355

Open mend-bolt-for-github[bot] opened 1 month ago

mend-bolt-for-github[bot] commented 1 month ago

CVE-2024-36124 - Medium Severity Vulnerability

Vulnerable Library - snappy-0.4.jar

Port of Snappy to Java

Library home page: http://github.com/dain/snappy

Path to dependency file: /Test_2/fs-agent-master/fs-agent-master/pom.xml

Path to vulnerable library: /root/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.jar

Dependency Hierarchy: - plexus-archiver-3.4.jar (Root Library) - :x: **snappy-0.4.jar** (Vulnerable Library)

Found in base branch: master

Vulnerability Details

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. Mend Note: Since org.iq80.snappy:snappy is not maintained anymore, in the long term users should prefer migrating to the Snappy implementation in the artifact io.airlift:aircompressor, version 0.27 and higher.

Publish Date: 2024-06-03

URL: CVE-2024-36124

CVSS 3 Score Details (5.3)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://github.com/dain/snappy/security/advisories/GHSA-8wh2-6qhj-h7j9

Release Date: 2024-06-03

Fix Resolution: org.iq80.snappy:snappy:0.5,io.airlift:aircompressor:0.27


Step up your Open Source Security Game with Mend here