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-2016-8735 on JSP Standard Tag Library (JSTL). #6765

Closed
snorwin opened this issue Jul 2, 2024 · 3 comments
Closed

[FP]: CVE-2016-8735 on JSP Standard Tag Library (JSTL). #6765

snorwin opened this issue Jul 2, 2024 · 3 comments
Labels
FP Report maven changes to the maven plugin unable to reproduce

Comments

@snorwin
Copy link

snorwin commented Jul 2, 2024

Package URl

pkg:maven/org.apache.taglibs/[email protected]

CPE

cpe:2.3:a:apache:tomcat:::::::: versions up to (excluding) 6.0.48

CVE

CVE-2016-8735

ODC Integration

{"label"=>"Docker"}

ODC Version

9.2.0

Description

Since the cpe where updated on 6/27/2024 3:23:35 PM (see: https://nvd.nist.gov/vuln/detail/CVE-2016-8735#VulnChangeHistorySection), we have encountered false positives with Apache Tomcat versions 9.0.90 and 10.1.25.

Can you please check this quickly?

Copy link
Contributor

github-actions bot commented Jul 2, 2024

Maven Coordinates

<dependency>
   <groupId>org.apache.taglibs</groupId>
   <artifactId>taglibs-standard-impl</artifactId>
   <version>1.2.5</version>
</dependency>

Suppression rule:

<suppress base="true">
   <notes><![CDATA[
   FP per issue #6765
   ]]></notes>
   <packageUrl regex="true">^pkg:maven/org\.apache\.taglibs/taglibs-standard-impl@.*$</packageUrl>
   <cpe>cpe:/a:apache:tomcat</cpe>
</suppress>

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

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

aikebah commented Jul 3, 2024

False positive is not reproducible in maven

@aikebah
Copy link
Collaborator

aikebah commented Jul 3, 2024

also with the docker image pkg:maven/org.apache.taglibs/[email protected] is properly linked to cpe:2.3:a:apache:standard_taglibs:1.2.5:*:*:*:*:*:*:* and not showing false positive CVEs

@aikebah aikebah closed this as not planned Won't fix, can't repro, duplicate, stale Jul 3, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 8, 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 unable to reproduce
Projects
None yet
Development

No branches or pull requests

2 participants