CISA KEV Catalog and AI-Discovered Vulnerabilities: When Glasswing CVEs Get Added
Federal agencies must patch KEV entries on CISA's timeline. Here is how AI-discovered CVEs from Project Glasswing move from discovery to KEV addition and what it means for your remediation program.

Retool's new app builder is where AI-generated code ships safely
Building apps with AI is easy. Getting them to production safely is another story.
CISA's Known Exploited Vulnerabilities catalog is the closest thing the U.S. government has to an authoritative, real-time prioritization signal for vulnerability remediation. Unlike CVSS scores, which measure theoretical severity without regard to actual exploitation, KEV membership requires confirmed active exploitation in the wild. When a vulnerability is in KEV, the question is not whether to patch, but how quickly. Project Glasswing has now attributed nine CVEs through its coordinated disclosure program, and as threat actors accelerate their weaponization of AI-discovered vulnerabilities, more Glasswing CVEs will enter the KEV pipeline. Understanding how KEV works, how Glasswing CVEs flow from discovery to KEV addition, and how federal and private sector organizations should respond is now a core competency for vulnerability management programs.
What KEV Is and Why It Matters
CISA launched the Known Exploited Vulnerabilities catalog in November 2021, simultaneously publishing Binding Operational Directive 22-01, which made KEV compliance mandatory for all federal civilian executive branch agencies. The catalog is publicly available and updated multiple times per week at cisa.gov, with a machine-readable JSON feed that can be integrated into vulnerability management platforms.
KEV matters for three reasons beyond regulatory compliance. First, it provides the highest-confidence exploitation signal available. CISA does not add CVEs to KEV based on theoretical severity or researcher publication; it requires evidence of confirmed active exploitation, sourced from threat intelligence, incident reports, and law enforcement partnerships. Second, it provides a forcing function for remediation programs that might otherwise deprioritize older CVEs. Many KEV entries are CVEs published years or even decades before their KEV addition, which exploitability was theoretical until threat actors developed reliable weaponization. Third, it is the primary input CISA recommends for risk-based patch prioritization, making KEV monitoring an expected component of mature vulnerability management programs across both public and private sectors.
How CISA Decides What Enters KEV
CISA applies three criteria for KEV inclusion: the vulnerability must have an assigned CVE ID, there must be reliable evidence of active exploitation in the wild, and clear remediation guidance (typically a vendor patch or mitigation) must be available. CISA does not add vulnerabilities that are only theoretically exploitable or for which proof-of-concept code exists but no confirmed active exploitation has been observed.
The exploitation evidence that CISA accepts comes from multiple sources: CISA's own threat intelligence operations, FBI and IC community reporting, commercial threat intelligence providers, incident response firms reporting confirmed exploitation to CISA, and public reporting from security researchers. When multiple independent sources confirm active exploitation of a specific CVE, CISA moves quickly to add it to KEV.
Remediation guidance availability is a practical gate. CISA will not add a CVE to KEV before a patch or verified mitigation is available, because doing so would impose mandatory remediation timelines on federal agencies without providing a path to compliance. In practice, this means Glasswing CVEs that are in the CVD disclosure window (before public patch release) will not be added to KEV until the patch is publicly available, even if exploitation is already occurring.
Briefings like this, every morning before 9am.
Threat intel, active CVEs, and campaign alerts, distilled for practitioners. 50,000+ subscribers. No noise.
The Path from Glasswing Disclosure to KEV
Understanding the pipeline from AI discovery to KEV addition requires tracing the CVD lifecycle. Project Glasswing follows a coordinated disclosure process: Claude Mythos discovers a vulnerability, Anthropic notifies the affected vendor, the vendor develops a patch, and both Anthropic and the vendor coordinate disclosure with affected organizations before public publication. This process typically takes 60-90 days from initial discovery to public disclosure.
Once a Glasswing CVE is publicly disclosed with a CVE ID and patch available, threat actors begin reverse-engineering the patch to develop exploit code. For critical vulnerabilities, this weaponization timeline has compressed dramatically with AI: ExploitGym data shows that Claude Mythos generates 10.5 times more working exploits than Opus 4.6, and threat actors with access to similar AI capabilities can develop working exploits within hours to days of patch publication.
When exploitation of a Glasswing CVE is confirmed in the wild, the CVE enters the KEV pipeline. CISA's assessment of confirmed exploitation typically takes 24-72 hours once reliable evidence is submitted. The total timeline from public Glasswing CVE disclosure to KEV addition, for a vulnerability that is immediately weaponized, can be as short as one to two weeks. Organizations that wait for KEV addition to begin patching high-CVSS Glasswing CVEs are operating with a dangerously short remediation window.
BOD 22-01: Federal Agency Obligations
Binding Operational Directive 22-01 requires all federal civilian executive branch agencies to remediate KEV entries by the due date specified by CISA in the catalog. CISA assigns remediation due dates based on the severity and exploitation context of each CVE: the standard window is 2-3 weeks, but CISA can assign shorter windows for critical infrastructure vulnerabilities or vulnerabilities actively used in ransomware campaigns.
For federal agencies, BOD 22-01 compliance is mandatory regardless of risk tolerance or resource constraints. Agencies that cannot remediate a KEV entry by the specified due date must report to CISA with an explanation and a remediation plan. Persistent non-compliance is escalated through CISA's FCEB vulnerability management program.
For federal contractors and cloud service providers operating under FedRAMP authorization, KEV compliance is embedded in their contractual and authorization obligations. FedRAMP-authorized services must remediate high and critical CVEs within 30 days; KEV addition effectively accelerates that timeline for in-scope CVEs. DoD contractors operating under CMMC Level 2 or Level 3 requirements face similar obligations through their contract requirements.
The practical implication for organizations that support federal agencies or operate under federal contracts is that KEV additions are not optional remediation signals. They are mandatory compliance triggers that require documented remediation or formal exception processes.
Private Sector KEV Use for Triage
For private sector organizations, KEV is CISA's strongest recommendation for vulnerability prioritization, even without the legal mandate that applies to federal agencies. The logic is straightforward: if a vulnerability is in KEV, it is being actively exploited by real threat actors against real targets. Waiting to patch until it is convenient is no longer a defensible risk tolerance position.
Effective KEV integration in a private sector vulnerability management program means subscribing to the KEV JSON feed and triggering automated alerts whenever a CVE present in your environment is added to KEV. This requires knowing what software is deployed in your environment (software asset management and SBOM programs) and having a patching workflow that can be escalated to emergency timelines when a KEV addition affects in-scope systems.
For industries with specific regulatory frameworks, KEV should be mapped to compliance obligations. Healthcare organizations subject to HIPAA and HHS guidance should treat KEV additions affecting their environment as requiring immediate risk analysis under their HIPAA Security Rule program. Financial services firms should assess KEV entries under their existing vulnerability management frameworks, which in New York must satisfy 23 NYCRR 500 requirements for timely patching based on risk assessment.
Monitoring KEV for Glasswing-Attributed Entries
Building a monitoring capability for Glasswing-attributed KEV entries requires combining two data streams. The first is the CISA KEV catalog, available via JSON feed and updated in near real-time. The second is the Glasswing CVE attribution list, which maps KEV entries to Glasswing disclosures and identifies the specific software components and versions affected.
Organizations can automate this monitoring using CISA's KEV JSON feed integrated with their vulnerability management platform (Tenable, Qualys, Rapid7, or similar). When a new CVE is added to KEV, the platform should automatically query the organization's asset inventory to identify affected systems and generate a prioritized remediation ticket.
For Glasswing CVEs specifically, the monitoring workflow should begin earlier than KEV addition. When a Glasswing CVD notification is received, the CVE should immediately enter the organization's tracking pipeline as a candidate for KEV addition, with remediation planning initiated in parallel with the KEV monitoring. This front-loads the assessment work so that when KEV addition occurs, remediation can begin immediately rather than triggering a new assessment cycle.
The CVE-2026-4747 and CVE-2026-5194 Examples
Two Glasswing CVEs illustrate the KEV pipeline dynamics in concrete terms. CVE-2026-4747 is a remote code execution vulnerability in FreeBSD's NFS implementation, discovered by Claude Mythos and disclosed through Project Glasswing's CVD process. FreeBSD is widely deployed in network infrastructure, storage appliances, and embedded systems. An NFS RCE vulnerability in FreeBSD creates a network-accessible code execution pathway that threat actors can exploit without authentication in default configurations.
CVE-2026-5194 is a certificate forgery vulnerability in wolfSSL, the embedded TLS library used in payment terminals, industrial controllers, medical devices, and networking equipment. With a CVSS score of 9.1, CVE-2026-5194 enables man-in-the-middle attacks against TLS-protected communications by forging certificates that wolfSSL will accept as valid. The breadth of wolfSSL deployment across critical infrastructure categories means CVE-2026-5194 has potential KEV impact across multiple CISA designated critical infrastructure sectors simultaneously.
For organizations that use FreeBSD-based network appliances or wolfSSL-integrated devices, both CVEs should have triggered immediate asset inventory queries when disclosed. The wolfSSL CVE in particular requires attention to embedded and OT systems where traditional patch management workflows may not reach, making compensating controls (network segmentation, enhanced monitoring for certificate anomalies) essential alongside patch planning.
KEV vs. EPSS vs. CVSS for Prioritization
Vulnerability management programs increasingly use three signals in combination for patch prioritization: CVSS (theoretical severity), EPSS (exploit probability), and KEV (confirmed exploitation). Understanding how these signals relate to each other and to Glasswing CVEs helps build a rational prioritization framework.
CVSS measures the inherent severity of a vulnerability based on its attack vector, complexity, authentication requirements, and impact on confidentiality, integrity, and availability. A CVSS 9.1 score (like CVE-2026-5194) indicates a highly severe vulnerability, but CVSS does not tell you whether the vulnerability is actually being exploited. Many CVSS 9+ vulnerabilities remain unexploited for years.
EPSS (Exploit Prediction Scoring System) uses machine learning to estimate the probability that a vulnerability will be exploited in the next 30 days, based on historical exploitation patterns and vulnerability characteristics. EPSS is useful for early-stage prioritization before exploitation is confirmed, but it is a probability estimate, not a confirmed fact.
KEV is the definitive signal: confirmed active exploitation, no statistical uncertainty. When a vulnerability is in KEV, all three of CVSS severity, EPSS probability, and confirmed exploitation are aligned. Glasswing CVEs that enter KEV should receive the highest remediation priority in any rational framework. For Glasswing CVEs not yet in KEV, CVSS plus EPSS scores provide the best pre-KEV prioritization signal.
KEV Monitoring Workflow and Glasswing CVE Tracking Guide
The Mythos Brief provides the complete operational toolkit for integrating KEV monitoring into your vulnerability management program, with specific guidance for tracking Glasswing-attributed CVEs through the full pipeline from CVD notification to KEV addition.
Subscribe to unlock Remediation & Mitigation steps
Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.
The bottom line
CISA's KEV catalog represents the highest-confidence, publicly available signal for vulnerability prioritization. When Glasswing CVEs enter KEV, the remediation timeline compresses to days for federal agencies and should compress proportionally for any organization that treats confirmed active exploitation as a material risk signal. The gap between CVE disclosure and KEV addition is shrinking as threat actors leverage AI to weaponize new vulnerabilities faster. Organizations that begin remediation planning at CVD notification rather than KEV addition have a meaningful operational advantage. For the complete Glasswing CVE tracking guide, KEV monitoring automation toolkit, and EPSS-plus-CVSS prioritization matrix, visit decryptiondigest.com/mythos-brief.
Frequently asked questions
What is the CISA KEV catalog?
CISA's Known Exploited Vulnerabilities (KEV) catalog is a regularly updated list of CVEs that CISA has confirmed are being actively exploited in the wild. CISA created the catalog in November 2021 under Binding Operational Directive 22-01 to provide a clear, authoritative signal for vulnerability prioritization. As of mid-2026, the catalog contains over 1,200 entries. Unlike CVSS scores (which measure theoretical severity) or EPSS scores (which measure exploit probability), KEV membership requires confirmed active exploitation, making it the highest-confidence signal for immediate remediation priority.
Are any Glasswing CVEs already in KEV?
Of the nine CVEs attributed to Project Glasswing disclosures through July 2026, at least two are in or have been submitted to the KEV pipeline: CVE-2026-4747 (FreeBSD NFS RCE) and CVE-2026-5194 (wolfSSL certificate forgery, CVSS 9.1). KEV inclusion requires confirmed active exploitation evidence, and the trajectory of high-CVSS Glasswing CVEs follows a pattern where exploitation typically begins within days to weeks of public CVE assignment. Organizations monitoring the KEV catalog should maintain a watchlist of all Glasswing-attributed CVE IDs.
What is BOD 22-01?
Binding Operational Directive 22-01, issued by CISA in November 2021, requires all federal civilian executive branch (FCEB) agencies to remediate CVEs in the KEV catalog within the timeframes specified by CISA. CISA assigns a remediation due date to each KEV entry, typically 2-3 weeks from the date of addition for most vulnerabilities, with shorter timelines for critical infrastructure. BOD 22-01 is legally binding for FCEB agencies but carries no direct legal enforcement mechanism for private sector organizations. However, contractors handling federal data under FISMA, FedRAMP, or DoD contracts face indirect obligations through their contracts.
How quickly does CISA add new CVEs to KEV?
CISA's timeline from CVE assignment to KEV addition varies significantly. CISA requires three criteria for KEV inclusion: the vulnerability must have a CVE ID, there must be evidence of active exploitation in the wild, and clear remediation guidance must be available. When all three criteria are met, CISA can add a CVE within days. In practice, the median time from CVE publication to KEV addition is approximately 30-60 days, but critical vulnerabilities with immediate exploitation evidence (such as those associated with ransomware campaigns) have been added within 24-48 hours of public disclosure.
Should private companies follow KEV remediation timelines?
The KEV remediation timelines are technically mandatory only for federal agencies under BOD 22-01. However, CISA explicitly recommends that private sector organizations use the KEV catalog as a prioritization input and treat KEV additions as high-priority remediation signals. For regulated industries, KEV addition may trigger additional obligations: healthcare organizations subject to HIPAA should assess KEV entries against covered system exposure; financial institutions subject to NYDFS 23 NYCRR 500 should assess KEV entries as part of their vulnerability management program; and critical infrastructure operators in CISA's 16 designated sectors should treat KEV addition as the highest remediation priority.
How should a vulnerability management program integrate KEV monitoring into its SIEM and ticketing workflow?
The most operationally effective KEV integration uses the CISA KEV JSON feed as a daily automated input rather than relying on manual catalog checks. Configure a scheduled job that downloads the feed, compares new entries against your software asset inventory or CMDB, and automatically creates a P1 ticket in ServiceNow or Jira for any KEV entry matching a deployed component -- pre-populated with the affected component, CISA remediation due date, and asset owner. For Glasswing-attributed CVEs, apply a secondary tag that triggers an additional notification to your CISO and legal team given the higher weaponization risk at disclosure time. In your SIEM, create a detection rule that correlates active network traffic or process execution against the affected component version so that exploitation attempts during the patching window generate an alert rather than blending into baseline noise. Run a quarterly drill where your team simulates a new KEV addition affecting a production system to verify that the end-to-end pipeline from feed ingestion to ticket creation to asset owner notification completes within 60 minutes.
Sources & references
Free resources
Critical CVE Reference Card 2025–2026
25 actively exploited vulnerabilities with CVSS scores, exploit status, and patch availability. Print it, pin it, share it with your SOC team.
Ransomware Incident Response Playbook
Step-by-step 24-hour IR checklist covering detection, containment, eradication, and recovery. Built for SOC teams, IR leads, and CISOs.
Get threat intel before your inbox does.
50,000+ security professionals read Decryption Digest for early warnings on zero-days, ransomware, and nation-state campaigns. Free, daily, no spam.
Unsubscribe anytime. We never sell your data.

Founder & Cybersecurity Evangelist, Decryption Digest
Cybersecurity professional with expertise in threat intelligence, vulnerability research, and enterprise security. Covers zero-days, ransomware, and nation-state operations for 50,000+ security professionals every morning.
Win a $2,495 Black Hat pass.
Full-access to Black Hat USA 2026 in Las Vegas. Subscribe free to enter.
