THREAT INTELLIGENCE | AI SECURITY
11 min read

Coordinated Vulnerability Disclosure in the AI Era: What Changes When AI Finds the Bugs

The 90-day disclosure standard was designed for human researchers. Glasswing is issuing 1,596 disclosures simultaneously. The CVD process must evolve.

Sources:Anthropic Project Glasswing Announcement|Anthropic 90-Day Glasswing Progress Report (July 5, 2026)|CISA Coordinated Vulnerability Disclosure Process|ISO/IEC 29147:2018 Vulnerability Disclosure Standard|ENISA Coordinated Vulnerability Disclosure Policy|CVE Program
10,000+
High/critical severity findings across Glasswing partners
1,596
CVD disclosures issued as of July 5, 2026
9
Confirmed public CVEs from Glasswing

SponsoredRetool

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.

Start building for free today

Coordinated vulnerability disclosure was invented to solve a specific problem: researchers who find bugs in software they do not own need a way to notify vendors without either sitting on the finding indefinitely or publishing it immediately in a way that exposes users before a patch exists. The 90-day standard, popularized by Google Project Zero, gives vendors time to patch while creating accountability pressure to actually do so. The model works well for one researcher, one bug, one vendor. Project Glasswing has issued 1,596 CVD disclosures in 90 days across 200+ partner organizations. The volume fundamentally changes the operational requirements for every party in the disclosure process.

Traditional CVD Explained: How the Process Was Designed to Work

The traditional coordinated vulnerability disclosure process follows a structured sequence. A security researcher discovers a vulnerability in a vendor's software. The researcher notifies the vendor privately, providing technical details sufficient to reproduce and understand the issue. The vendor acknowledges receipt and begins internal analysis. The researcher and vendor agree on a disclosure timeline, typically 90 days from initial notification. During that window, the vendor develops and releases a patch. After the 90-day window (or upon patch release, whichever comes first), the researcher publishes their findings, typically including a CVE assignment, technical details, and proof-of-concept code.

This process was designed to balance two competing interests: the vendor's interest in having time to patch without public exposure, and the researcher's (and user community's) interest in ensuring that vulnerabilities do not stay secret indefinitely. The 90-day standard emerged as a compromise that the security community broadly accepted, with some variation for critical infrastructure findings that might warrant extended timelines.

The Volume Problem: What 1,596 Simultaneous Disclosures Means

The traditional CVD model assumes a manageable flow of disclosures that vendor security teams can process one at a time. A typical large software vendor might receive dozens of external vulnerability reports per year through bug bounty programs and researcher outreach. Their security response teams are sized accordingly.

Glasswing issued 1,596 CVD disclosures in 90 days. For context, that is roughly 17 disclosures per day, every day, for three months. More significantly, these are not low-quality crash reports from automated fuzzers. Anthropic's disclosure notifications come with validated exploit chains and CVSS assessments reviewed by human security researchers. The quality bar is higher than most bug bounty submissions.

The vendors and organizations receiving these notifications did not budget for 17 high-quality security findings per day. Their triage, remediation, and patch deployment pipelines were built for a different volume. The result is a structural mismatch between disclosure velocity and remediation capacity that the CVD community has not yet developed standards to address.

Free daily briefing

Briefings like this, every morning before 9am.

Threat intel, active CVEs, and campaign alerts, distilled for practitioners. 50,000+ subscribers. No noise.

Anthropic's Glasswing CVD Model: How It Differs from Prior Approaches

Anthropic's approach to disclosure coordination at this scale required building infrastructure that did not previously exist. The 1,596 disclosures issued to date represent a filtered subset of the 10,000+ total findings. Anthropic applies an internal prioritization layer before external disclosure notifications go out, ordering disclosures by exploitability severity, the criticality of the affected software, and the potential for active exploitation.

The partner organization structure of Glasswing also changes the disclosure dynamic. Partner organizations have entered advance agreements with Anthropic that include awareness of and consent to ongoing vulnerability assessment. This differs from unsolicited CVD notifications where the vendor has no prior relationship with the researcher. Partners have designated security contacts, established communication channels, and baseline familiarity with Glasswing's disclosure process before the first notification arrives.

The nine confirmed public CVEs from Glasswing (FreeBSD NFS RCE, wolfSSL cert forgery, FFmpeg memory corruption, Linux LPE, VMM escape, browser JIT, V8 ACE, OpenBSD DoS, and smart contract vulnerabilities) represent the findings where the vendor patch has been released and the public disclosure window has opened. The remaining findings in the disclosure pipeline are still in various stages of vendor remediation.

What Receiving a Glasswing Disclosure Means for Your Organization

A Glasswing disclosure notification carries different weight than a typical bug bounty submission. The finding has been validated by Mythos and reviewed by Anthropic's human security research team before it reaches your inbox. It includes a demonstrated exploit chain, not just a theoretical vulnerability description. The 90-day clock is running from the moment the notification is sent, not from the moment you acknowledge it.

Organizations that receive a Glasswing disclosure should treat it as a P0 incident immediately. The most common failure mode in handling high-quality external disclosures is routing them through normal ticket intake processes that prioritize based on queue position rather than severity. A Glasswing disclosure should bypass normal intake and go directly to your security response team lead.

The notification will include CVSS scoring and technical details. Your team should independently verify the finding in your environment rather than accepting the CVSS score as the final word on impact. Exploitability in a controlled research environment does not always translate directly to your specific deployment configuration, and there may be compensating controls already in place.

How to Respond to AI-Discovered CVD Notifications

The operational response to an AI-discovered CVD notification differs from handling a traditional researcher report in a few important ways.

First, the finding quality is higher. You can generally trust the exploitability assessment more than you would a bug bounty submission from an unknown researcher. This means your triage process can weight the Anthropic-provided severity assessment more heavily and spend less time on basic exploitability validation.

Second, there may be multiple simultaneous notifications. If your organization is a Glasswing partner or runs software that Glasswing has assessed, you may receive more than one notification in a short window. You need a parallel-processing capability, not a serial queue.

Third, the disclosure timeline is non-negotiable in most cases. Anthropic has been consistent about the 90-day standard. Vendors who fall behind on patching should communicate proactively with Anthropic's disclosure team about patch status, not assume the window will extend silently.

Vendor Preparation Checklist: Before the Disclosure Arrives

The organizations best positioned to handle Glasswing-era disclosure volume are those that built their CVD intake process before they needed it. The core infrastructure requirements are not technically complex, but they require deliberate organizational investment that most companies have not made.

Your security response function needs a designated CVD intake contact with authority to escalate immediately to engineering and executive leadership. You need a documented severity assessment framework that does not rely solely on CVSS scores. You need a patch development and deployment process with a documented SLA for P0 findings. And you need a communication protocol for responding to disclosing parties with patch status updates at defined intervals.

For organizations running open-source software components (which is essentially every enterprise), you also need visibility into your software bill of materials (SBOM) down to transitive dependencies. Glasswing findings often surface vulnerabilities in foundational libraries (wolfSSL, FFmpeg, FreeBSD NFS) that appear as transitive dependencies in applications that do not obviously depend on them.

The Policy Landscape: Where CISA, ENISA, and UK AISI Stand

The regulatory and policy frameworks governing vulnerability disclosure were not designed for AI-scale discovery operations. CISA's coordinated vulnerability disclosure framework applies to federal agencies and critical infrastructure operators and provides guidance on handling disclosures, but does not address the specific operational challenges of receiving high-volume AI-discovered notifications.

ENISA, the European Union Agency for Cybersecurity, has published coordinated vulnerability disclosure policy guidance aligned with ISO/IEC 29147, which establishes baseline disclosure process standards. The standard does not address AI-generated disclosure volume specifically.

The UK AI Security Institute, which independently validated Glasswing's capabilities by testing Mythos against classified cyber ranges (Mythos became the first AI to solve both), is actively engaged with the policy implications of AI vulnerability discovery. The AISI's validation of Mythos capabilities adds regulatory credibility to Glasswing findings and signals that UK policy makers are treating this as a serious national security-relevant development.

The policy gap is real: current frameworks assume human-scale disclosure processes. Regulatory guidance specifically addressing AI-generated CVD volume, prioritization obligations, and vendor response timelines has not yet emerged. Organizations should expect CISA and ENISA guidance to evolve in response to the Glasswing precedent.

The CVE Assignment Bottleneck: 1,596 Disclosures vs. CVE Infrastructure

The CVE Program, administered by MITRE and funded by CISA, assigns CVE identifiers to publicly disclosed vulnerabilities. The program's capacity was built around human-scale discovery rates. Nine confirmed public CVEs from Glasswing represents only a small fraction of the 1,596 disclosures issued. The delta reflects both the patch cycle lag (findings are in the 90-day window, not yet public) and the CVE assignment infrastructure's capacity to process and publish CVE records.

As more Glasswing findings complete their 90-day windows and move toward public disclosure, the CVE assignment pipeline will face pressure it was not designed to handle. Vendors and security teams that use CVE identifiers as the primary trigger for patch prioritization will face increasing lag between disclosure and CVE assignment. The practical implication: organizations should not wait for a CVE to be assigned before patching. If your organization receives a private Glasswing disclosure or sees a vendor advisory referencing Glasswing research, treat it as patch-priority regardless of CVE status.

Vendor Response Protocol and Patch Prioritization Framework: Mythos Brief

The full vendor response protocol and patch prioritization framework for handling AI-discovered CVD notifications at scale is available in the Mythos Brief.

Subscribe to unlock Remediation & Mitigation steps

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

The bottom line

The coordinated vulnerability disclosure process is a social contract between researchers and vendors, designed for a world where vulnerability discovery is rate-limited by human expertise and time. Glasswing has removed that rate limit. 1,596 disclosures in 90 days is not a temporary spike: it is the new baseline for what an AI-powered vulnerability discovery program produces. Vendors, security teams, and policy makers who have not built processes to handle this volume are already behind. The Mythos Brief at decryptiondigest.com/mythos-brief provides the vendor response protocol, patch prioritization framework, and detection coverage mapping your team needs to operate in the AI-era disclosure environment.

Frequently asked questions

What should I do if Anthropic contacts me about a vulnerability?

Treat it as a P0 incident. Designate a technical lead to receive and review the disclosure details. Assess exploitability and impact using the evidence Anthropic provides, not just the CVSS score. Develop a patch or mitigation plan and communicate your patch timeline back to Anthropic's disclosure team. The 90-day clock starts at initial notification, not at the point you acknowledge it.

Does the 90-day standard still apply for AI-found bugs?

Anthropic has stated that Glasswing follows a 90-day coordinated disclosure timeline, consistent with industry standards. However, the volume of simultaneous disclosures means that vendors receiving multiple Glasswing notifications cannot treat each one as an independent 90-day engagement. Organizations need to build AI-era disclosure response processes that can triage and prioritize across large finding sets, not process disclosures one at a time.

How is Glasswing coordinating 10,000+ disclosures?

Anthropic built dedicated disclosure coordination infrastructure for Glasswing. Not all 10,000+ findings immediately generate external CVD notifications. Findings are prioritized by exploitability and impact before disclosure notifications go out. The 1,596 disclosures issued as of July 5, 2026 represent the highest-priority subset of the total finding set that has completed Anthropic's internal review and prioritization process.

What is CISA's position on AI vulnerability disclosure?

CISA has not issued specific policy guidance on AI-generated CVD disclosures as of July 5, 2026. However, CISA's existing coordinated vulnerability disclosure framework and the Known Exploited Vulnerabilities catalog apply to Glasswing CVEs once they reach public disclosure. CISA has communicated with Anthropic regarding the critical infrastructure findings from the June 2026 Glasswing expansion.

How is this different from a bug bounty?

Bug bounty programs are reactive: researchers choose their targets, and vendors pay for findings that meet defined scope and quality criteria. CVD from Glasswing is proactive: Anthropic's researchers identify vulnerabilities in software that vendors did not ask to have audited. The legal and process obligations on the receiving vendor are the same (responsible disclosure expected), but the disclosure arrives without the vendor's prior consent to be assessed.

What changes should a vendor's PSIRT make to its internal triage and patch pipeline to handle AI-generated CVD volume without burning out the response team?

The core PSIRT process change is replacing serial disclosure intake with a parallel triage queue that uses AI-assisted severity enrichment at ingestion so that findings are pre-scored before a human analyst reviews them. Each incoming Glasswing disclosure already includes CVSS assessment and exploit chain details from Anthropic, so PSIRTs should configure their ticketing systems to auto-populate severity, affected component, and exploit type fields from the structured notification format rather than requiring analysts to re-derive them. Patch pipeline changes include pre-positioning patch development resources for the vulnerability classes most likely to appear in AI-generated disclosure batches -- memory safety errors in C and C++, protocol implementation flaws, and cryptographic library bugs -- so that developers with relevant expertise can be assigned within hours rather than days. Organizations with large embedded software estates should build component-level patch templates for frequently discovered library types (wolfSSL, FFmpeg, OpenSSL) so that when a new CVE arrives in a known library, the patch structure and test plan are partially pre-built. Finally, PSIRT teams should implement a tiered communication protocol that reserves senior analyst bandwidth for findings requiring novel remediation decisions and routes standard-class findings through a lower-touch workflow with template-driven vendor responses.

Sources & references

  1. Anthropic Project Glasswing Announcement
  2. Anthropic 90-Day Glasswing Progress Report (July 5, 2026)
  3. CISA Coordinated Vulnerability Disclosure Process
  4. ISO/IEC 29147:2018 Vulnerability Disclosure Standard
  5. ENISA Coordinated Vulnerability Disclosure Policy
  6. CVE Program

Free resources

25
Free download

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.

No spam. Unsubscribe anytime.

Free download

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.

No spam. Unsubscribe anytime.

Free newsletter

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.

Eric Bang
Author

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.

Black Hat Giveaway

Win a $2,495 Black Hat pass.

Full-access to Black Hat USA 2026 in Las Vegas. Subscribe free to enter.

Joins Decryption Digest daily briefing. Unsubscribe anytime.

Giveaway: Black Hat USA 2026 Full-Access Pass ($2,495 value)

Details →
Daily Briefing

Subscribe to enter the giveaway

Every subscriber is automatically entered. You also get daily threat intel every morning: zero-days, ransomware, and nation-state campaigns. Free. No spam.

Already subscribed? You're already entered.

Giveaway

Win a $2,495 Black Hat USA 2026 pass.