Small python script to get CVSSv3 scores from the NIST NVD (National Vulnerability Database) using their REST API.
Note: requires python3 to run.
getNISTDetails.py [-h] [-c [CVES [CVES ...]]]
-h, --help show this help message and exit
-c [CVES [CVES ...]], --cves [CVES [CVES ...]]
List of CVEs to look up. Can be space or comma separated.
./getNISTDetails.py --cves CVE-2020-0543, CVE-2020-0548, CVE-2020-0549
CVE-2020-0543 [CVSS v3: 5.5 (MEDIUM)] (https://nvd.nist.gov/vuln/detail/CVE-2020-0543)
CVE-2020-0549 [CVSS v3: 5.5 (MEDIUM)] (https://nvd.nist.gov/vuln/detail/CVE-2020-0549)
CVE-2020-0548 [CVSS v3: 5.5 (MEDIUM)] (https://nvd.nist.gov/vuln/detail/CVE-2020-0548)