Get CVE
get_cveLook up a CVE identifier to get description, CVSS v2/v3/v4, EPSS, CISA KEV status, exploitation flags, CWEs, affected products, references, and linked threats.
Instructions
Look up a CVE by identifier (e.g. CVE-2024-3400): description, CVSS v2/v3/v4, EPSS, CISA KEV status, exploitation flags (PoC/exploit/nuclei), weaknesses (CWE ids), affected products, references, and linked threats. threat_ids is the LIVE join over threats.cve_list (threat_ids_source says so; threat_ids_note appears when the stale derived index disagreed, and any ids only that index held are surfaced separately in threat_ids_derived_only rather than merged) — it is the same linkage get_cve_intelligence reports. Enumerated pre-release CPEs are collapsed into ranges (affected_products_raw_count gives the uncollapsed count). enrichment_status distinguishes a fully enriched record from one merely seeded from KEV, where blank CVSS/EPSS means NOT MEASURED rather than measured-absent. For linked threats WITH titles/actors/detections/velocity in one call, prefer get_cve_intelligence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cve_id | Yes | CVE identifier (e.g. CVE-2024-3400) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kev | No | ||
| epss | No | ||
| cve_id | Yes | ||
| cvss_v3 | No | ||
| enriched | No | False when the CVE is unknown — then only cve_id/valid/reason are present. | |
| threat_ids | No | ||
| weaknesses | No | ||
| description | No | ||
| exploitation | No | ||
| threat_count | No | ||
| published_date | No | ||
| enrichment_note | No | Present only on 'not_enriched'; names the seeding source. | |
| threat_ids_note | No | Present only when the derived cve_details.threat_ids reverse index disagreed with the live join. | |
| affected_products | No | ||
| enrichment_status | No | 'enriched' or 'not_enriched'. On 'not_enriched' a blank CVSS/EPSS/age_days means NOT MEASURED, not measured-empty. | |
| threat_ids_source | No | Always 'threats.cve_list (authoritative live join)' when the join ran. | |
| threat_ids_derived_only | No | ||
| affected_products_raw_count | No | Entries before pre-release CPE collapsing. |