security_fetch_cve_epss
Returns EPSS probability score (0.0–1.0) and percentile (0.0–100.0) for a CVE, predicting exploitation likelihood in the next 30 days. Helps prioritize patching based on exploitation risk.
Instructions
EPSS exploit probability score for a CVE — predicts likelihood of exploitation in the next 30 days.
cve_id: CVE identifier e.g. "CVE-2021-44228".
Returns: epss (float 0.0–1.0) and percentile (float 0.0–100.0). Thresholds: >0.7 patch immediately, 0.3–0.7 patch soon, <0.3 monitor. Use with security_fetch_cve_detail to prioritize patching — EPSS measures urgency, CVSS measures severity. Source: FIRST.org. 6-hour cache.
Example: fetch_cve_epss(cve_id="CVE-2021-44228")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cve_id | Yes | CVE identifier e.g. CVE-2021-44228. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||