get_cve_details
Retrieve full details for a specific CVE, including CVSS, EPSS, KEV status, and affected products, to assess risk and make patch recommendations.
Instructions
Return full details for a single CVE id (CVSS, EPSS, KEV status, affected products). Use when you need context on a specific CVE before recommending a patch or explaining risk to a developer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cve_id | Yes | CVE identifier, e.g. "CVE-2021-44228" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cveId | No | ||
| error | No | ||
| found | No | False when the CVE id is not in Attestd's database. | |
| cvssScore | No | ||
| epssScore | No | ||
| cvssVector | No | ||
| description | No | ||
| lastCheckedAt | No | ||
| epssPercentile | No | ||
| affectedProducts | No | ||
| activelyExploited | No | ||
| remoteExploitable | No | ||
| sourcePublishedAt | No | ||
| authenticationRequired | No |