security_fetch_cve_epss
Predict exploitation likelihood for a CVE in the next 30 days using EPSS score (0.0-1.0) and percentile. Apply thresholds to prioritize patching: >0.7 immediate, 0.3-0.7 soon, <0.3 monitor.
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 | |||