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-2026-42897 Microsoft Microsoft 2026-05-15 2026-05-29
CVE-2026-32202 Microsoft Windows 2026-04-28 2026-05-12
CVE-2025-60710 Microsoft Windows 2026-04-13 2026-04-27
CVE-2023-21529 Microsoft Exchange Server 2026-04-13 2026-04-27 Ransomware
CVE-2023-36424 Microsoft Windows 2026-04-13 2026-04-27
CVE-2009-0238 Microsoft Office 2026-04-14 2026-04-28
CVE-2026-32201 Microsoft SharePoint Server 2026-04-14 2026-04-28
CVE-2012-1854 Microsoft Visual Basic for Applications (VBA) 2026-04-13 2026-04-27
CVE-2026-33825 Microsoft Defender 2026-04-22 2026-05-06
CVE-2008-0015 Microsoft Windows 2026-02-17 2026-03-10
CVE-2024-43468 Microsoft Configuration Manager 2026-02-12 2026-03-05
CVE-2026-21513 Microsoft Windows 2026-02-10 2026-03-03
CVE-2026-21525 Microsoft Windows 2026-02-10 2026-03-03
CVE-2026-21510 Microsoft Windows 2026-02-10 2026-03-03
CVE-2026-21533 Microsoft Windows 2026-02-10 2026-03-03
CVE-2026-21519 Microsoft Windows 2026-02-10 2026-03-03
CVE-2026-21514 Microsoft Office 2026-02-10 2026-03-03
CVE-2026-21509 Microsoft Office 2026-01-26 2026-02-16
CVE-2026-20805 Microsoft Windows 2026-01-13 2026-02-03
CVE-2009-0556 Microsoft Office 2026-01-07 2026-01-28
CVE-2025-62221 Microsoft Windows 2025-12-09 2025-12-30
CVE-2025-62215 Microsoft Windows 2025-11-12 2025-12-03
CVE-2025-59287 Microsoft Windows 2025-10-24 2025-11-14
CVE-2025-33073 Microsoft Windows 2025-10-20 2025-11-10
CVE-2025-24990 Microsoft Windows 2025-10-14 2025-11-04
CVE-2025-59230 Microsoft Windows 2025-10-14 2025-11-04
CVE-2010-3962 Microsoft Internet Explorer 2025-10-06 2025-10-27
CVE-2021-43226 Microsoft Windows 2025-10-06 2025-10-27
CVE-2013-3918 Microsoft Windows 2025-10-06 2025-10-27
CVE-2011-3402 Microsoft Windows 2025-10-06 2025-10-27
CVE-2026-20963 Microsoft SharePoint 2026-03-18 2026-03-21
CVE-2025-49704 Microsoft SharePoint 2025-07-22 2025-07-23 Ransomware
CVE-2025-49706 Microsoft SharePoint 2025-07-22 2025-07-23 Ransomware
CVE-2025-53770 Microsoft SharePoint 2025-07-20 2025-07-21 Ransomware
CVE-2013-3893 Microsoft Internet Explorer 2025-08-12 2025-09-02
CVE-2007-0671 Microsoft Office 2025-08-12 2025-09-02
CVE-2025-32709 Microsoft Windows 2025-05-13 2025-06-03
CVE-2025-33053 Microsoft Windows 2025-06-10 2025-07-01
CVE-2025-30397 Microsoft Windows 2025-05-13 2025-06-03
CVE-2025-32706 Microsoft Windows 2025-05-13 2025-06-03
CVE-2025-32701 Microsoft Windows 2025-05-13 2025-06-03
CVE-2025-30400 Microsoft Windows 2025-05-13 2025-06-03
CVE-2025-24054 Microsoft Windows 2025-04-17 2025-05-08
CVE-2025-29824 Microsoft Windows 2025-04-08 2025-04-29 Ransomware
CVE-2025-24993 Microsoft Windows 2025-03-11 2025-04-01
CVE-2025-24991 Microsoft Windows 2025-03-11 2025-04-01
CVE-2025-24985 Microsoft Windows 2025-03-11 2025-04-01
CVE-2025-24984 Microsoft Windows 2025-03-11 2025-04-01
CVE-2025-24983 Microsoft Windows 2025-03-11 2025-04-01
CVE-2025-26633 Microsoft Windows 2025-03-11 2025-04-01 Ransomware
← Prev Page 1 of 8 · 371 entries Next →

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