known_exploited
Check whether a CVE is on the CISA Known Exploited Vulnerabilities (KEV) catalog — confirmed exploited in the wild — or list the most recently added exploited vulnerabilities. Pass cve_id to check one; omit it to list recent (optionally filter by vendor/product, or ransomware_only). Source: CISA KEV, updated ~daily.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | When listing, how many newest entries to return (default 20, max 100). | |
| cve_id | No | Optional. Check a single CVE, e.g. CVE-2021-44228. | |
| vendor | No | Optional. Filter by vendor or product name substring. | |
| ransomware_only | No | Optional. Only vulns CISA links to known ransomware campaigns. |