SARA / Free Tools / KEV Browser

CISA Known Exploited Vulnerabilities — searchable, filterable

Browse every CVE in the CISA KEV catalog. Filter by vendor, product, ransomware use, or BOD 22-01 due date. Updated daily from cisa.gov.

CVEVendorProductAddedDueRansom
CVE-2025-22226 VMware ESXi, Workstation, and Fusion 2025-03-04 2025-03-25
CVE-2025-22225 VMware ESXi 2025-03-04 2025-03-25 Ransomware
CVE-2025-22224 VMware ESXi and Workstation 2025-03-04 2025-03-25
CVE-2024-38813 VMware vCenter Server 2024-11-20 2024-12-11
CVE-2024-38812 VMware vCenter Server 2024-11-20 2024-12-11
CVE-2024-37085 VMware ESXi 2024-07-30 2024-08-20 Ransomware
CVE-2022-22948 VMware vCenter Server 2024-07-17 2024-08-07
CVE-2023-34048 VMware vCenter Server 2024-01-22 2024-02-12
CVE-2023-20887 VMware Aria Operations for Networks 2023-06-22 2023-07-13
CVE-2023-20867 VMware Tools 2023-06-23 2023-07-14
CVE-2022-22963 VMware Tanzu Spring Cloud 2022-08-25 2022-09-15
CVE-2022-22947 VMware Spring Cloud Gateway 2022-05-16 2022-06-06
CVE-2022-22965 VMware Spring Framework 2022-04-04 2022-04-25
CVE-2022-22960 VMware Multiple Products 2022-04-15 2022-05-06
CVE-2022-22954 VMware Workspace ONE Access and Identity Manager 2022-04-14 2022-05-05 Ransomware
CVE-2020-5410 VMware Tanzu Spring Cloud Configuration (Config) Server 2022-03-25 2022-04-15
CVE-2021-21973 VMware vCenter Server and Cloud Foundation 2022-03-07 2022-03-21
CVE-2018-6961 VMware SD-WAN Edge 2022-03-25 2022-04-15
CVE-2018-1273 VMware Tanzu Spring Data Commons 2022-03-25 2022-04-15 Ransomware
CVE-2021-21975 VMware vRealize Operations Manager API 2022-01-18 2022-02-01 Ransomware
CVE-2021-22017 VMware vCenter Server 2022-01-10 2022-01-24
CVE-2019-5544 VMware VMware ESXi and Horizon DaaS 2021-11-03 2022-05-03 Ransomware
CVE-2020-3992 VMware ESXi 2021-11-03 2022-05-03 Ransomware
CVE-2020-3950 VMware Multiple Products 2021-11-03 2022-05-03
CVE-2021-22005 VMware vCenter Server 2021-11-03 2021-11-17 Ransomware
CVE-2020-3952 VMware vCenter Server 2021-11-03 2022-05-03
CVE-2021-21972 VMware vCenter Server 2021-11-03 2021-11-17 Ransomware
CVE-2021-21985 VMware vCenter Server 2021-11-03 2021-11-17 Ransomware
CVE-2020-4006 VMware Multiple Products 2021-11-03 2022-05-03

ReferenceWhat is the CISA KEV catalog?

The Known Exploited Vulnerabilities (KEV) catalog is a CISA-maintained list of CVEs confirmed to be actively exploited in the wild. It is the authoritative answer to "is this vulnerability really being used by attackers?" Unlike EPSS (which is a probability), KEV is a binary, evidence-based signal — if a CVE is on the KEV list, it has been observed in real attacks.

For US federal agencies, BOD 22-01 makes remediation of KEV CVEs mandatory by the listed due date. For everyone else, KEV is the strongest possible "patch this now" signal you can get from public threat intel.

When to useWhen should I use KEV?

Patch prioritization

KEV is your strict "patch this immediately" tier. Anything in KEV outranks any EPSS or CVSS calculation in priority.

Compliance reporting

Federal agencies and federal contractors must show KEV remediation against BOD 22-01. KEV exposure is increasingly a question on cyber-insurance applications and audit checklists.

Tabletop exercises

Run "what if a KEV CVE matched our asset inventory tomorrow?" — most SOCs have never tested that pipeline end-to-end.

Threat-intel feeds

Pipe KEV diffs into your SIEM as a high-priority detection input. Anything new in KEV today should map to your environment within 24 hours.

ComparisonKEV vs EPSS vs CVSS — how do they fit together?

SignalWhat it answersUse
CVSSHow bad is this vulnerability if it is exploited?Severity (theoretical)
EPSSHow likely is this vulnerability to be exploited in the next 30 days?Probability (forecast)
KEVIs this vulnerability already being exploited, with public evidence?Binary (confirmed)

The right priority order, in plain English: anything in KEV is patched first. Among non-KEV items, sort by EPSS percentile descending. Use CVSS as a tiebreaker.

API

Want this in your SOAR or SIEM?

SARA Open ships an OpenAI-compatible API. Call POST /api/v1/analyze — SARA returns EPSS, CVSS, KEV status, and an analyst-grade written summary in one call.

curl -X POST https://sara-open.sirp.io/api/v1/analyze \
  -H "Authorization: Bearer $SARA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"type": "cve", "value": "CVE-2021-44228"}'
Read the API reference →

FAQFrequently asked questions

How often does CISA update the KEV catalog?
Whenever new exploitation evidence is confirmed — typically several updates per month, sometimes multiple in a week. This browser refreshes from CISA daily and reflects the most recent ingest.
Is the KEV catalog mandatory for non-federal organizations?
No, but it is widely treated as the de-facto standard for must-patch prioritization, and is increasingly cited by cyber-insurers, auditors, and regulators.
What does ransomware use mean in the KEV catalog?
CISA flags CVEs known to have been exploited in ransomware campaigns. This is the highest-urgency tier for many SOCs and a frequent input to ransomware tabletop exercises.
Can I bulk-export the KEV catalog?
Yes. CISA publishes the full catalog as JSON and CSV directly. SARA's API additionally returns SARA's analyst-written summary alongside each row — useful for triage queues.
Does this browser show every KEV CVE, or just popular ones?
Every entry in the catalog. The full list is searchable here.
What is BOD 22-01?
Binding Operational Directive 22-01, issued by CISA, requires US federal civilian executive-branch agencies to remediate vulnerabilities in the KEV catalog by the listed due date. Most non-federal organizations adopt similar SLAs informally.

Browse related toolsKeep exploring

Looking for more?

Ask SARA — our AI security analyst — for full CVE context, exploit chains, and detection rules.

Try SARA