CVE-2026-34487 in Tomcat Embed Core 10.1.42 doesn't deceted #11075
Closed
antonbombov
started this conversation in
False Detection
Replies: 2 comments
|
Hello @antonbombov This jar is correctly detected as If you're sure the package is vulnerable, please suggest changes at this link — https://github.com/advisories/GHSA-x4m4-345f-5h5g/improve Regards, Dmitriy |
0 replies
|
Thanks a lot for the link and the explanation! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description
Hello,
I have found some strange behavior when scanning the artifact org.apache.tomcat.embed:tomcat-embed-core:10.1.42 (https://mvnrepository.com/artifact/org.apache.tomcat.embed/tomcat-embed-core/10.1.42).
Trivy no longer detects CVE-2026-34487 in this artifact, but an older scan did show this vulnerability (for example, from June 15, 2026).
However, according to the Aqua Security vulnerability database (https://avd.aquasec.com/nvd/2026/cve-2026-34487/), this CVE affects all versions from 10.1.0 to 10.1.53, which clearly includes 10.1.42.
I tested this with Trivy versions 0.73.0, 0.71.0, and 0.69.0 — the results are the same (the CVE is missing in all of them).
Could you please confirm whether this is expected behavior or a regression?
Thank you.
p.s.
This is similar to #10853, but I didn't use a POM – I downloaded the whole JAR to my desktop
Desired Behavior
CVE-2026-34487 in Tomcat Embed Core 10.1.42 should be included in Trivy reports.
Actual Behavior
CVE-2026-34487 for tomcat-embed-core:10.1.42 is not included in Trivy reports.
Reproduction Steps
Target
Filesystem
Scanner
Vulnerability
Output Format
Table
Mode
Standalone
Debug Output
Operating System
windows 10
Version
Checklist
trivy clean --allAll reactions