-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Wrong Severity in CVE-2022-40674 #3329
Comments
that's the priority, not the severity. They are not the same |
FWIW: I think we users do care about the severity so we can do our own prioritization. |
Yes, we know it is a priority, but Ubuntu doesn't think it is as urgent as CVSS score points to. As far as we know, there is no other way to know how severe it is in Ubuntu. |
It is different from severity, but this is important information users should be aware of. Technically, it should be shown separately from severity, but here it is to keep things simple. We'd welcome any suggestion to improve. |
In the output message, you can write "Priority" instead of "Severity". In this way the user will know it isn't the severity score |
But it doesn't look like it can be filtered by |
The first thing I did when I thought there was a doubt was scan the item with a comparable composition analysis tool. That tool used the CVSS scale and immediately I saw the discrepancy. We security researchers depend on the CVSS scale. If it's being swapped out for some other scale under the hood then we ask for a fix, or people will seek a replacement tool. BTW - re-run your scan and add the JSON output format switch. You'll see that Trivy does have both the Ubuntu priority but it also has the correct CVSS tucked away. It just doesn't appear in the table format. |
Description
The vulnerability 40674 should be classified as HIGH severity instead of MEDIUM.
NIST and other databases classify it as CRITICAL or HIGH.
https://nvd.nist.gov/vuln/detail/CVE-2022-40674
Output:
Output of
trivy -v
:The text was updated successfully, but these errors were encountered: