Skip to content
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

Need CVSSv3.1 or 3.0 specification in reports #2547

Closed
Anshu2405 opened this issue Mar 23, 2020 · 2 comments
Closed

Need CVSSv3.1 or 3.0 specification in reports #2547

Anshu2405 opened this issue Mar 23, 2020 · 2 comments
Assignees
Milestone

Comments

@Anshu2405
Copy link

Dependency-check tool is already reporting the CVSSv3.1 or 3.0 as CvssV3 score but providing no information whether its a Cvssv3.1 or 3.0 score.
For example:
CVE-2019-10174 has v3.1 (8.8) and v3.0(7.5) CVSS scores present in NVD but the tool reports Cvssv3score as 8.8 with no information about v3.1 or v3.0 specification.

Sample output:

"cvssv3": {
"baseScore": 8.8,
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH",
"baseSeverity": "HIGH"
},

It would be helpful if we could get this information in reports.

@jeremylong jeremylong self-assigned this Mar 24, 2020
@jeremylong jeremylong added this to the 5.4.0 milestone Mar 24, 2020
@jeremylong
Copy link
Owner

ODC will only be able to report what is included in the NVD data feed. We can improve the report to indicate which version is used - but if you look at the data feed for CVE-2019-10174 the CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H is provided by the CNA and does not appear to be included. Only the CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H is in the datafeed.

@jeremylong
Copy link
Owner

This will be included in the 6.0.0 release. See PR #2781 - the version information will not consistently be available on all CVSS entries - it will depend on if the source of the score provides the version information. Currently, this is only supplied by the NVD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants