Why Trivy rates CVE-2023-22081 as high? #8309
Unanswered
d-mankowski-synerise
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Thanks for your detailed report. At first glance, it seems like a bug, but we need to investigate it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
We have a minimal SBOM that contains only Amazon Corretto 17.0.8.7.1 installed on Amazon Linux 2 Docker image:
SBOM
We generate vulnerability report for it:
trivy sbom --scanners vuln --ignore-unfixed --severity HIGH,CRITICAL --format json sbom_jdk_17.0.8.7.1.json
and CVE-2023-22081 is rated as HIGH:Vulnerability report
According to the documentation, severity is taken from the vendor - which is Amazon in this case. This can be seen in the vulnerability report:
but what I don't understand is, why Trivy reports that vendor severity in case of
amazon
is3
:while Amazon itself reports this severity as
Medium
(like literally every other vendor): https://explore.alas.aws.amazon.com/CVE-2023-22081.htmlIs there something that I am missing, or is it just a bug?
Target
Container Image
Scanner
Vulnerability
Output Format
JSON
Mode
Standalone
Operating System
macOS 15.3
Version
Beta Was this translation helpful? Give feedback.
All reactions