UnifyAPI
← Back to catalog

nvd.cve_detail

mock data$0.001 / call

NIST NVD CVE Detail

Fetch the canonical NVD record for a specific CVE-ID — full English description, CVSS v3 + v2 vectors and scores, weakness types (CWE), affected CPE configurations with version ranges, and all references with tags. Example: CVE-2021-44228 for Log4Shell.

Healthprovider: Nvd#nvd#health

Input schema

cve_idrequired

Full CVE identifier in canonical form (e.g. 'CVE-2021-44228' for Log4Shell). Format: CVE-YYYY-NNNN+ where YYYY is the year and NNNN+ is a sequence number of four or more digits.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/nvd.cve_detail \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"cve_id":"<cve_id>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.