find_vulnerability
Fetch full vulnerability details including CVSS scores, CWEs, EPSS, KEV flag, and references by providing a vulnerability ID and optional source.
Instructions
Fetch the full detail record of a vulnerability.
When source is given (e.g. "NVD", "GITHUB"), fetches directly.
When omitted, probes candidate sources based on the id prefix
(CVE-* → NVD, GHSA-* → GITHUB, etc.) and returns the first hit,
or null if nothing matches. Read-only.
Returns title, description, CVSS v2/v3/v4 scores and vectors, CWEs, EPSS score and percentile, KEV flag, references, and alias list.
Args: vuln_id: Vulnerability id, e.g. "CVE-2024-1234", "GHSA-xxxx-yyyy-zzzz". source: Optional DT source namespace — "NVD", "GITHUB", "OSV", "SNYK", "SONATYPE", "VULNDB", "INTERNAL", etc. When omitted the source is inferred from the id prefix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vuln_id | Yes | ||
| source | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |