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-24621 on yamlbeans-1.17.jar #6494

Closed
cardamon opened this issue Feb 28, 2024 · 4 comments
Closed

[FP]: CVE-2023-24621 on yamlbeans-1.17.jar #6494

cardamon opened this issue Feb 28, 2024 · 4 comments
Labels
FP Report maven changes to the maven plugin ossindex Label for issues that relate to the OSSIndex API

Comments

@cardamon
Copy link

Package URl

pkg:maven/com.esotericsoftware.yamlbeans/yamlbeans@1.17

CPE

cpe:2.3:a:esotericsoftware:yamlbeans:1.17:::::::*

CVE

CVE-2023-24621

ODC Integration

{"label"=>"Gradle Plugin"}

ODC Version

9.0.9

Description

1.17 was the release that addressed that CVE, see EsotericSoftware/yamlbeans#164 (comment)

Copy link
Contributor

Maven Coordinates

<dependency>
   <groupId>com.esotericsoftware.yamlbeans</groupId>
   <artifactId>yamlbeans</artifactId>
   <version>1.17</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6494
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/com\.esotericsoftware\.yamlbeans/yamlbeans@.*$</packageUrl>
   <cpe>cpe:/a:esotericsoftware:yamlbeans</cpe>
</suppress>

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

@github-actions github-actions bot added the maven changes to the maven plugin label Feb 28, 2024
@cardamon
Copy link
Author

That suppression rule might not work; this one did:

    <suppress>
        <packageUrl regex="true">^pkg:maven/com\.esotericsoftware\.yamlbeans/yamlbeans@.*$</packageUrl>
        <cve>CVE-2023-24621</cve>
    </suppress>

@aikebah
Copy link
Collaborator

aikebah commented Mar 10, 2024

Something to take up with the folks at Sonatype (who maintain the vulnerability data of the OSSINDEX which shows this exact version of the library to still be vulnerable).
Note that OSSINDEX might also disagree with library owners on whether or not something is fixed with an update.

@aikebah aikebah closed this as not planned Won't fix, can't repro, duplicate, stale Mar 10, 2024
@aikebah aikebah added the ossindex Label for issues that relate to the OSSIndex API label Mar 10, 2024
@aikebah
Copy link
Collaborator

aikebah commented Mar 10, 2024

You can find that it's listed within OSSINDEX when you follow the link from the package-url in the html report and log in with a (free to create) OSSINDEX account.
https://ossindex.sonatype.org/component/pkg:maven/com.esotericsoftware.yamlbeans/yamlbeans@1.17?utm_source=dependency-check&utm_medium=integration&utm_content=9.0.9

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 ossindex Label for issues that relate to the OSSIndex API
Projects
None yet
Development

No branches or pull requests

2 participants