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]: plexus-cipher for CVE-2022-4244 #6905

Closed
githubuserVenkat opened this issue Aug 19, 2024 · 2 comments
Closed

[FP]: plexus-cipher for CVE-2022-4244 #6905

githubuserVenkat opened this issue Aug 19, 2024 · 2 comments
Labels
FP Report maven changes to the maven plugin nvd won't fix

Comments

@githubuserVenkat
Copy link

Package URl

pkg:maven/org.codehaus.plexus/plexus-cipher@2.0

CPE

cpe:2.3:a:codehaus-plexus_project:codehaus-plexus:2.0:::::::*

CVE

CVE-2022-4244

ODC Integration

None

ODC Version

10.0.3

Description

As per snyk reference the vulnerable component is plexus-utils, however in OWASP scan result subject CVE is reported on plexus-cipher & plexus-interpolation.

The vulnerable is applicable for version before 3.0.24, however latest available version from maven of plexus-cipher is 2.1.0 and plexus-interpolation is 1.27

https://security.snyk.io/vuln/SNYK-CENTOS7-PLEXUSUTILS-3183869

Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>org.codehaus.plexus</groupId>
   <artifactId>plexus-cipher</artifactId>
   <version>2.0</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6905
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.codehaus\.plexus/plexus-cipher@.*$</packageUrl>
   <cpe>cpe:/a:codehaus-plexus_project:codehaus-plexus</cpe>
</suppress>

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

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

aikebah commented Aug 24, 2024

Have raised this one with the NVD as a data anomaly in the NVD data. There is a better CPE available in the CPE dictionary to link to the plexus-utils project explicitly (and the currently linked CPE is not registered in the CPE dictionary).

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 nvd won't fix
Projects
None yet
Development

No branches or pull requests

3 participants