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]: org.tukaani:xz:1.9 #6925

Closed
B4ckslash opened this issue Aug 27, 2024 · 3 comments
Closed

[FP]: org.tukaani:xz:1.9 #6925

B4ckslash opened this issue Aug 27, 2024 · 3 comments
Labels
FP Report maven changes to the maven plugin

Comments

@B4ckslash
Copy link

Package URl

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

CPE

cpe:2.3:a:tukaani:xz::::::::

CVE

CVE-2022-1271

ODC Integration

{"label"=>"Ant Task"}

ODC Version

10.0.1

Description

This seems to be the same issue as #1668, where the CPE is so general that it matches the Java library as well, despite the fact that it is purely an impl of the XZ compression. It does not implement or use (x)zgrep and therefore is not vulnerable to the filename validation problem mentioned in the CVE.

Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>org.tukaani</groupId>
   <artifactId>xz</artifactId>
   <version>1.9</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6925
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.tukaani/xz@.*$</packageUrl>
   <cpe>cpe:/a:tukaani:xz</cpe>
</suppress>

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

@github-actions github-actions bot added the maven changes to the maven plugin label Aug 27, 2024
@aikebah
Copy link
Collaborator

aikebah commented Aug 27, 2024

approved

being a separate project with separate versioning NVD would allocate a separate CPE for the xz-java project

Copy link
Contributor

Suppress rule has been added to the generatedSuppressions branch.

github-actions bot added a commit that referenced this issue Aug 27, 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