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]: Wrongly reporting vulnerability CVE-2024-20505 on clamav-client-1.0.1.jar #7018

Closed
prabutdr opened this issue Oct 8, 2024 · 4 comments
Labels
FP Report maven changes to the maven plugin

Comments

@prabutdr
Copy link

prabutdr commented Oct 8, 2024

Package URl

pkg:maven/fi.solita.clamav/[email protected]

CPE

cpe:2.3:a:clamav:clamav:::::::: versions from (including) 0.104.0; versions up to (excluding) 1.0.7

CVE

CVE-2024-20505

ODC Integration

{"label"=>"Maven Plugin"}

ODC Version

10.0.2

Description

This CVE-2024-20505 impacts only on "clamav:clamav" packages as per NVD and cpe provided. But tool is reporting it on "fi.solita.clamav/[email protected]" jars as well which is wrong.

From Dependency Check tool team, we need confirmation on these false positives. Could you please validate and confirm?

Copy link
Contributor

github-actions bot commented Oct 8, 2024

Maven Coordinates

<dependency>
   <groupId>fi.solita.clamav</groupId>
   <artifactId>clamav-client</artifactId>
   <version>1.0.1</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #7018
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/fi\.solita\.clamav/clamav-client@.*$</packageUrl>
   <cpe>cpe:/a:clamav:clamav</cpe>
</suppress>

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

@chadlwilson
Copy link
Contributor

This FP looks legit @aikebah - can we get this one in? :-)

@aikebah
Copy link
Collaborator

aikebah commented Oct 10, 2024

approved

Copy link
Contributor

Suppress rule has been added to the generatedSuppressions branch.

github-actions bot added a commit that referenced this issue Oct 10, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FP Report maven changes to the maven plugin
Projects
None yet
Development

No branches or pull requests

3 participants