Look up a CVE in the NIST NVD
get_cveLook up authoritative NIST NVD data for one exact CVE ID (e.g. "CVE-2026-2950"), or browse/search NVD by keyword, CVSS severity, CWE, or a publication-date range. Every result is enriched with CISA KEV status (kev, non-null only if this CVE is a confirmed, actively-exploited-in-the-wild vulnerability — treat that as an urgent-patch signal regardless of CVSS score) and FIRST.org EPSS (epss, the probability of exploitation in the next 30 days — a better prioritization signal than CVSS severity alone, which measures impact, not likelihood). For a single cveId lookup, if NVD has no record yet or hasn't scored it, this falls back to the raw MITRE CVE record automatically (source: "mitre" on the result) rather than returning nothing. NVD is NOT npm-scoped — unlike query_vulnerabilities/get_latest_advisories, search results can include CVEs for any ecosystem, so pass keywordSearch (e.g. the package name) to narrow it. Prefer this for the authoritative CVSS score/vector/KEV/EPSS data on a CVE already found via another tool, or when a user pastes a CVE ID/link directly; prefer get_latest_advisories for npm-specific browsing. NVD enforces a strict shared rate limit, so this tool may occasionally ask you to retry in a few seconds — do so rather than assuming failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cveId | No | Exact CVE ID for a single lookup, e.g. "CVE-2026-2950". When given, search filters below are ignored and should be omitted. | |
| cweId | No | Filter by weakness type, e.g. "CWE-79" | |
| severity | No | Filter by CVSS v3 base severity | |
| startIndex | No | Pagination offset for a search | |
| keywordSearch | No | Free-text search, e.g. a package or product name | |
| publishedSince | No | Publication date range start (YYYY-MM-DD). Must be given together with publishedUntil. | |
| publishedUntil | No | Publication date range end (YYYY-MM-DD). Must be given together with publishedSince; range is capped at 120 days. | |
| resultsPerPage | No | Max results for a search (default 10, capped at 50) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| kev | No | ||
| cves | No | ||
| cvss | No | ||
| cwes | No | ||
| epss | No | ||
| note | No | ||
| cveId | No | ||
| found | No | ||
| source | No | ||
| published | No | ||
| npmscanUrl | No | ||
| references | No | ||
| startIndex | No | ||
| vulnStatus | No | ||
| description | No | ||
| lastModified | No | ||
| totalResults | No | ||
| resultsPerPage | No | ||
| dateRangeClamped | No |