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

[FP]: CVE-2019-17543, which applies to the lz4 (native C) library, gets applied to lz4-java, which is a Java wrapper for it, but with its own versioning #6696

Closed
volkert-fastned opened this issue May 28, 2024 · 4 comments
Labels
FP Report maven changes to the maven plugin

Comments

@volkert-fastned
Copy link
Contributor

Package URl

pkg:maven/org.lz4/[email protected]

CPE

cpe:2.3:a:lz4_project:lz4:1.8.0:::::::*

CVE

CVE-2019-17543

ODC Integration

{"label"=>"Gradle Plugin"}

ODC Version

9.2.0

Description

According to NIST, CVE-2019-17543 affects versions of LZ4 before 1.9.2.

However, lz4-java, which has LZ4 as a JNI dependency, has it's own versioning, and version 1.8.0 of lz4-java, which is getting flagged here, already includes LZ4 version 1.9.3, which no longer has that vulnerability.

Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>org.lz4</groupId>
   <artifactId>lz4-java</artifactId>
   <version>1.8.0</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6696
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.lz4/lz4-java@.*$</packageUrl>
   <cpe>cpe:/a:lz4_project:lz4</cpe>
</suppress>

Link to test results: https://github.com/jeremylong/DependencyCheck/actions/runs/9268723213

@github-actions github-actions bot added the maven changes to the maven plugin label May 28, 2024
@jeremylong
Copy link
Owner

approved

Copy link
Contributor

Suppress rule has been added to the generatedSuppressions branch.

github-actions bot added a commit that referenced this issue May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FP Report maven changes to the maven plugin
Projects
None yet
Development

No branches or pull requests

2 participants