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-2023-4586 and sonatype-2020-0026 reported in io.netty:netty-handler:4.1.109.Final #6677

Open
SwapnaAnchuri opened this issue May 20, 2024 · 3 comments
Labels
FP Report maven changes to the maven plugin

Comments

@SwapnaAnchuri
Copy link

SwapnaAnchuri commented May 20, 2024

Package URl

pkg:maven/io.netty/netty-handler@4.1.109.Final

CPE

cpe:2.3:a:netty:netty:4.1.109:::::::*

CVE

CVE-2023-4586 and sonatype-2020-0026

ODC Integration

{"label"=>"Gradle Plugin"}

ODC Version

8.4.0

Description

CVE-2023-4586 and sonatype-2020-0026 are reported in io.netty:netty-handler:4.1.109.Final.
Official reports such as GHSA-57m8-f3v5-hm5m flags up to 4.1.99.Final but it is still reporting in 4.1.109 also.
Can one of the maintainers confirm whether 4.1.109.Final is vulnerable or not?

Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>io.netty</groupId>
   <artifactId>netty-handler</artifactId>
   <version>4.1.109.Final</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6677
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/io\.netty/netty-handler@.*$</packageUrl>
   <cpe>cpe:/a:netty:netty</cpe>
</suppress>

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

@github-actions github-actions bot added the maven changes to the maven plugin label May 20, 2024
Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>io.netty</groupId>
   <artifactId>netty-handler</artifactId>
   <version>4.1.109.Final</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6677
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/io\.netty/netty-handler@.*$</packageUrl>
   <cpe>cpe:/a:netty:netty</cpe>
</suppress>

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

@aikebah
Copy link
Collaborator

aikebah commented May 23, 2024

We can confirm nor deny, DependencyCheck simply reports on the information retrieved from OSSIndex and NVD data. Our automated scan however did not surface the issues, so it appears the attribution to unrelated versions has been fixed in the meanwhile in the OSSINDEX API.
I would expect on the next cache expiry of the OSSINDEX cache entry your false positive would disappear

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