Same CVE is present several times within the SBOM:vulnerabilities section #3904
andreeaButerchi
started this conversation in
General
Replies: 1 comment 4 replies
-
Generally this behavior is intentional, because while Now, that being said, in your case there is no |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Following the ODT scan, checking the SBOM (with vulnerabilities) we noticed that the vulnerabilities section hold the same CVE several time :(
The bom-ref is the same, everything is the same, the only difference is the affects part.
Indeed the scanned project has several versions of the same library, but I would have expected to see the CVE only once, and have the impacted versions only within the affects array...As we already have a list for the affects part
Am I missing something?
Is there a configuration that I did not notice?
Please find attached a print screen from the UI as it's easier to read...
but I did download and check the SBOM in order to make sure that the only difference is the affects part:
{
"bom-ref": "3d996b7c-8151-4c68-8887-bcffd0485013",
"id": "CVE-2024-28863",
"source": {
"name": "NVD",
"url": "https://nvd.nist.gov/"
},
"ratings": [
{
"source": {
"name": "NVD",
"url": "https://nvd.nist.gov/"
},
"severity": "unknown",
"method": "other"
}
],
"description": "node-tar is a Tar for Node.js. node-tar prior to version 6.2.1 has no limit on the number of sub-folders created in the folder creation process. An attacker who generates a large number of sub-folders can consume memory on the system running node-tar and even crash the Node.js client within few seconds of running it using a path with too many sub-folders inside. Version 6.2.1 fixes this issue by preventing extraction in excessively deep sub-folders.",
"published": "2024-03-21T23:15:00Z",
"updated": "2024-06-10T17:16:00Z",
"affects": [
{
"ref": "4534975c-172f-4b00-96c1-4d6a0412c87c"
}
]
},
{
"bom-ref": "3d996b7c-8151-4c68-8887-bcffd0485013",
"id": "CVE-2024-28863",
"source": {
"name": "NVD",
"url": "https://nvd.nist.gov/"
},
"ratings": [
{
"source": {
"name": "NVD",
"url": "https://nvd.nist.gov/"
},
"severity": "unknown",
"method": "other"
}
],
"description": "node-tar is a Tar for Node.js. node-tar prior to version 6.2.1 has no limit on the number of sub-folders created in the folder creation process. An attacker who generates a large number of sub-folders can consume memory on the system running node-tar and even crash the Node.js client within few seconds of running it using a path with too many sub-folders inside. Version 6.2.1 fixes this issue by preventing extraction in excessively deep sub-folders.",
"published": "2024-03-21T23:15:00Z",
"updated": "2024-06-10T17:16:00Z",
"affects": [
{
"ref": "55d479c5-aa84-428c-8ce9-07da8be31ad0"
}
]
},
Beta Was this translation helpful? Give feedback.
All reactions