list_kev_entries
List and filter Known Exploited Vulnerability (KEV) entries to identify actively exploited vulnerabilities.
Instructions
List and filter Known Exploited Vulnerability (KEV) entries.
Use this tool to browse KEV catalogs, check if a specific vulnerability is in a KEV catalog, or find recently added KEV entries.
KEV catalogs are identified by the UUID of their Vulnerability-Lookup origin instance. Use the list_gcve_references tool to discover available KEV catalogs and their UUIDs. Known catalogs include:
CISA KEV: 405284c2-e461-4670-8979-7fd2c9755a60
CIRCL: 1a89b78e-f703-45f3-bb86-59eb712668bd
EUVD KEV (ENISA): cce329bf-df49-4c6e-a027-80be2e6483bd
The base URL defaults to https://vulnerability.circl.lu and can be overridden with the VULNMCP_LOOKUP_URL environment variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1). | |
| author | No | Filter by author login. | |
| date_to | No | Only return entries up to this date (YYYY-MM-DD). | |
| vuln_id | No | Filter by vulnerability ID (e.g. "CVE-2021-44228"). | |
| per_page | No | Number of results per page, max 1000 (default 10). | |
| date_from | No | Only return entries from this date onward (YYYY-MM-DD). | |
| exploited | No | Filter by exploited status (True/False). | |
| status_reason | No | Filter by status reason — one of "confirmed", "suspected", "disputed", "historical", "unknown". | |
| vulnerability_lookup_origin | No | Filter by origin Vulnerability-Lookup instance UUID (e.g. "405284c2-e461-4670-8979-7fd2c9755a60" for CISA KEV). Use list_gcve_references to find available UUIDs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||