Trivy 0.50.0 not finding CVE-2024-23334, and not finding python virtual envs installed by debian packages #6354
Replies: 1 comment 4 replies
-
|
Hello @PenelopeFudd
We use database severity (if present) - https://aquasecurity.github.io/trivy/v0.50/docs/scanner/vulnerability/#severity-selection
For deb files we use OS vendor database - https://aquasecurity.github.io/trivy/v0.50/docs/scanner/vulnerability/#data-source-selection You can see all found packages using Regards, Dmitriy |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
IDs
CVE-2024-23334, CVE-2024-23829, CVE-2023-49082, CVE-2023-47641, CVE-2023-47627, CVE-2023-37276, CVE-2022-33124
Description
We've got 11 stale copies of aiohttp, trivy detected 10 of them but did not report them as vulnerable to CVE-2024-23334 or CVE-2024-23829; it did report them as vulnerable to CVE-2023-49081 only. Aqua's own CVE search shows CVE-2024-23334 as HIGH severity: https://avd.aquasec.com/nvd/2024/cve-2024-23334/
The one copy of aiohttp that wasn't detected was in a virtual environment that had been put on the filesystem by installing our application's deb file. This is the most important copy, it's vulnerable (aiohttp-3.7.4.post0), and it seems to be invisible to Trivy.
Reproduction Steps
Target
Filesystem
Scanner
Vulnerability
Target OS
Ubuntu 22.04
Debug Output
Version
Checklist
-f jsonthat shows data sources and confirmed that the security advisory in data sources was correctBeta Was this translation helpful? Give feedback.
All reactions