10-15-2018 07:53 AM
Team,
Is is possible to pull the CVSS vector string from the OpenVuln API? The strings are available in the CVRF downloads for the individual advisories, but I'm not seeing it in the API.
An example is the CVRF download of CVE-2018-15408. When I download the XML, I get the following CVSS vector string - CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H</VectorV3>
</ScoreSetV3>
But when I call https://api.cisco.com/security/advisories/cvrf/cve/CVE-2018-15408, the above vector string is not included in the output.
Is there a way to pull this information via API?
Thanks in advance for your guidance,
Justin
10-16-2018 09:53 AM
Hi Justin,
<CVSSScoreSets> <ScoreSetV3> <BaseScoreV3>7.8</BaseScoreV3 <VectorV3>CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H</VectorV3> </ScoreSetV3> </CVSSScoreSets>
10-16-2018 10:49 AM
Thanks Omar.
Having the capability in the OpenVuln API would be a useful feature enhancement as my customer parses directly against the CVSS vector string for scoring.
04-11-2024 02:21 AM
Any update on this feature request? It would be pretty useful to not have to make another call (or process XML
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide