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-61757 Oracle Fusion Middleware 2025-11-21 2025-12-12
CVE-2025-61884 Oracle E-Business Suite 2025-10-20 2025-11-10 Ransomware
CVE-2025-61882 Oracle E-Business Suite 2025-10-06 2025-10-27 Ransomware
CVE-2024-20953 Oracle Agile Product Lifecycle Management (PLM) 2025-02-24 2025-03-17
CVE-2020-2883 Oracle WebLogic Server 2025-01-07 2025-01-28
CVE-2020-14644 Oracle WebLogic Server 2024-09-18 2024-10-09
CVE-2022-21445 Oracle ADF Faces 2024-09-18 2024-10-09
CVE-2024-21287 Oracle Agile Product Lifecycle Management (PLM) 2024-11-21 2024-12-12
CVE-2017-3506 Oracle WebLogic Server 2024-06-03 2024-06-24
CVE-2020-2551 Oracle Fusion Middleware 2023-11-16 2023-12-07
CVE-2016-3427 Oracle Java SE and JRockit 2023-05-12 2023-06-02
CVE-2023-21839 Oracle WebLogic Server 2023-05-01 2023-05-22
CVE-2022-21587 Oracle E-Business Suite 2023-02-02 2023-02-23 Ransomware
CVE-2021-35587 Oracle Fusion Middleware 2022-11-28 2022-12-19
CVE-2018-2628 Oracle WebLogic Server 2022-09-08 2022-09-29
CVE-2019-3010 Oracle Solaris 2022-05-25 2022-06-15
CVE-2013-2423 Oracle Java Runtime Environment (JRE) 2022-05-25 2022-06-15
CVE-2013-0431 Oracle Java Runtime Environment (JRE) 2022-05-25 2022-06-15 Ransomware
CVE-2013-0422 Oracle Java Runtime Environment (JRE) 2022-05-25 2022-06-15
CVE-2012-1710 Oracle Fusion Middleware 2022-05-25 2022-06-15 Ransomware
CVE-2010-0840 Oracle Java Runtime Environment (JRE) 2022-05-25 2022-06-15
CVE-2013-2465 Oracle Java SE 2022-03-28 2022-04-18 Ransomware
CVE-2012-5076 Oracle Java SE 2022-03-28 2022-04-18
CVE-2012-0518 Oracle Fusion Middleware 2022-03-28 2022-04-18
CVE-2019-2616 Oracle BI Publisher (Formerly XML Publisher) 2022-03-25 2022-04-15
CVE-2012-4681 Oracle Java SE 2022-03-03 2022-03-24 Ransomware
CVE-2012-1723 Oracle Java SE 2022-03-03 2022-03-24 Ransomware
CVE-2012-0507 Oracle Java SE 2022-03-03 2022-03-24 Ransomware
CVE-2011-3544 Oracle Java SE JDK and JRE 2022-03-03 2022-03-24
CVE-2008-3431 Oracle VirtualBox 2022-03-03 2022-03-24
CVE-2017-10271 Oracle WebLogic Server 2022-02-10 2022-08-10 Ransomware
CVE-2015-4902 Oracle Java SE 2022-03-03 2022-03-24
CVE-2015-2590 Oracle Java SE 2022-03-03 2022-03-24
CVE-2019-2725 Oracle WebLogic Server 2022-01-10 2022-07-10 Ransomware
CVE-2020-14864 Oracle Intelligence Enterprise Edition 2022-01-18 2022-07-18
CVE-2020-2555 Oracle Multiple Products 2021-11-03 2022-05-03
CVE-2012-3152 Oracle Fusion Middleware 2021-11-03 2022-05-03
CVE-2020-14871 Oracle Solaris and Zettabyte File System (ZFS) 2021-11-03 2022-05-03
CVE-2015-4852 Oracle WebLogic Server 2021-11-03 2022-05-03
CVE-2020-14750 Oracle WebLogic Server 2021-11-03 2022-05-03
CVE-2020-14882 Oracle WebLogic Server 2021-11-03 2022-05-03
CVE-2020-14883 Oracle WebLogic Server 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