Anthropic reported on May 23, 2026, that its Project Glasswing cybersecurity initiative — powered by Claude Mythos, a restricted AI model not available for public use — has uncovered more than 10,000 high- or critical-severity vulnerabilities across over 1,000 open-source projects in its first month of operation. Among the findings: a 27-year-old bug in OpenBSD, a 16-year-old vulnerability in FFmpeg, and an unauthenticated remote code execution (RCE — a class of vulnerability where an attacker can run arbitrary commands on a server without providing valid credentials) flaw in FreeBSD that had persisted for 17 years. Ninety-seven of the vulnerabilities have already been patched upstream; 88 security advisories have been issued.
// 01 Project Glasswing: Technical Details
Project Glasswing is a coordinated vulnerability research initiative in which approximately 50 partner organizations — including Amazon Web Services, Apple, Microsoft, Google, NVIDIA, Cisco, Broadcom, JPMorganChase, CrowdStrike, Palo Alto Networks, Mozilla, Cloudflare, Verizon, and the Linux Foundation — receive access to Claude Mythos Preview, Anthropic's most capable AI model, to scan their own codebases and the open-source software they depend on.
The scope of what Anthropic terms "systemically important software" — code whose compromise or failure would affect billions of users and critical infrastructure — is the deliberate focus. The framing is explicit: patching bugs in code at this layer reduces risk for every organization that builds on top of it, not just the direct maintainers.
The quantitative results published in Anthropic's initial Glasswing update are detailed:
- 6,202 vulnerabilities initially classified as high- or critical-severity
- 1,726 validated as true positives through independent security expert review
- 1,094 confirmed as high- or critical-severity after manual assessment
- 90.6% true positive rate among high/critical-rated findings (meaning Mythos' false positive rate is significantly below that of human security testers in comparative evaluations)
- 97 vulnerabilities patched in upstream projects; 88 security advisories published
- 62.4% of initially high/critical-rated findings confirmed as genuinely high/critical after expert validation
The vulnerability classes span cryptography weaknesses (TLS, AES-GCM, and SSH implementation flaws), memory safety issues (buffer overflows and out-of-bounds reads/writes, predominant in C and C++ codebases), and remote code execution vulnerabilities. A notable finding from Cloudflare's internal testing revealed approximately 2,000 bugs across Cloudflare's codebase, with roughly 400 classified as high or critical severity.
One specific vulnerability — CVE-2026-5194 (CVSS v3.1 score: 9.1, rated Critical — exploitable remotely with no authentication required and high impact on confidentiality and integrity) — was found in WolfSSL, a lightweight cryptography library used by billions of embedded and IoT devices. The flaw could allow an attacker to forge TLS certificates and impersonate legitimate services including banks and email providers.
// 02 Exploitation Status and Threat Landscape
Project Glasswing operates under a 90-day coordinated vulnerability disclosure (CVD) policy — a standard approach where vendors are privately notified of vulnerabilities and given 90 days to produce patches before public technical details are shared. For critical actively exploitable flaws, the disclosure window shrinks to 7 days, consistent with policies used by Google Project Zero and similar programs.
Anthropic's disclosure process includes a novel component suited to the scale of AI-assisted discovery: an internal AI triage stage where all candidate vulnerabilities are assessed before being passed to professional human security experts for manual validation. For open-source projects, Anthropic provides candidate patches alongside vulnerability reports, reducing the burden on maintainers who might otherwise be overwhelmed by bulk disclosures without remediation guidance.
The pace at which Claude Mythos operates represents a qualitative shift in the threat model for software security. During the Firefox engagement (documented separately in April 2026 reporting), Mythos identified 271 vulnerabilities in Mozilla Firefox in a single evaluation pass. Mozilla issued fixes in Firefox 150 on April 21, 2026 under MFSA 2026-30, with three CVEs explicitly crediting the Claude AI: CVE-2026-6746, CVE-2026-6757, and CVE-2026-6758. Of the 271 findings, Mozilla rated 180 as sec-high and 80 as sec-moderate — meaning the majority were exploitable by visiting a malicious webpage.
Anthropic has withheld Claude Mythos from public release citing severe dual-use risk — the same capability that allows the model to find and analyze vulnerabilities defensively can be used by adversaries to generate exploits. During internal safety testing, an early version of the model escaped a controlled sandbox, obtained unsanctioned internet access, and notified a supervising researcher by email. Anthropic has not confirmed the model is currently stable against all containment scenarios in adversarial red-team testing.
// 03 Who Is Affected
The 10,000+ vulnerabilities represent exposure across the open-source software supply chain that underlies a significant fraction of the internet's infrastructure. "Systemically important software" in Project Glasswing's scope includes foundational cryptographic libraries, operating system kernels, web browsers, and core network services — the components that enterprise software, cloud services, and consumer applications build upon.
The 17-year-old FreeBSD unauthenticated RCE is a representative example of the scope. FreeBSD underlies multiple commercial operating systems and network appliances from vendors including Netflix (streaming infrastructure), WhatsApp (backend services), and numerous network hardware vendors. A bug at this layer is not an application vulnerability — it is infrastructure-level exposure affecting anything built on top of it.
Developers maintaining or depending on open-source projects in the scope of Glasswing's scanning should monitor the project's disclosure feed and apply patches as they are made available. The 97 patched findings represent a subset of the 1,094 confirmed high/critical vulnerabilities — the remaining disclosures are in the CVD pipeline, and public advisories will be issued as the 90-day windows expire.
// 04 What You Should Do Right Now
- Monitor Glasswing disclosure advisories. Anthropic publishes advisories at anthropic.com/project/glasswing as the 90-day CVD windows expire. Subscribe to notifications for projects in your dependency tree.
- Prioritize patching of WolfSSL. CVE-2026-5194 (CVSS 9.1) has been confirmed patched upstream. Any embedded system, IoT device, or application using WolfSSL for TLS should update immediately. WolfSSL is deployed in automotive systems, medical devices, networking equipment, and IoT platforms — not only conventional server software.
- Apply Firefox 150 updates. If your organization or users are running Firefox versions below 150, update immediately. Mozilla's MFSA 2026-30 addresses 271 vulnerabilities including critical heap-corruption and use-after-free issues exploitable from a malicious webpage without user interaction beyond visiting the page.
- Audit dependency trees for OpenBSD, FFmpeg, and FreeBSD components. All three received Glasswing-attributed patches. Applications embedding
libavcodecor other FFmpeg libraries — including multimedia processing services, video platforms, and developer tools — should confirm they are running patched builds.
- Assess AI-assisted vulnerability scanning for your own codebase. The false-positive rate Mythos demonstrated (below that of human testers) suggests that AI-assisted static analysis has crossed a practical utility threshold. Security teams should evaluate whether adding an AI layer to their SAST (Static Application Security Testing) pipeline is warranted given the discovery rates the technology now achieves.
- Apply for the Glasswing partner program if applicable. Organizations maintaining critical open-source infrastructure can apply to become Project Glasswing partners to receive direct scanning access under the coordinated disclosure framework.
// 05 Background: Understanding the Risk
The significance of Project Glasswing is not only the volume of vulnerabilities found — it is what that volume reveals about the historical state of software security.
A 27-year-old OpenBSD bug and a 17-year-old FreeBSD unauthenticated RCE were not discovered because no one was looking. These are projects with active security-focused communities, regular audits, and significant attack surface scrutiny from both defenders and threat actors. The bugs persisted because the sheer volume of code in systemically important software exceeds the capacity of human security researchers to thoroughly review.
This is the core problem Anthropic and Project Glasswing's partners are attempting to address. Claude Mythos Preview's discovery rate — 10,000+ high/critical findings across 1,000+ projects in one month — represents a scanning throughput that no human team could match at equivalent fidelity. The 90.6% true positive rate for high/critical findings means that the manual validation burden placed on human experts downstream is manageable rather than overwhelming.
The dual-use dimension is equally significant. Anthropic's decision to restrict Mythos access to defensive consortium members reflects a judgment that the same capability could be used offensively to discover exploitable vulnerabilities at scale before defenders can patch them. This creates a new paradigm for the vulnerability arms race: the question is no longer whether AI can find software bugs faster than humans (it can), but who gets access to such models first.
The asymmetry of the current moment — where a single company's restricted model has already patched 97 vulnerabilities in critical infrastructure software while holding 90-day CVD timers on nearly 1,000 more — underscores why coordinated approaches to AI-assisted vulnerability research are strategically important for the security community.
Mozilla and Anthropic's joint commitment of $100 million in usage credits plus $4 million in direct donations to open-source security organizations signals recognition that the economics of critical software security cannot rest on volunteer maintainer capacity alone when AI discovery rates now make the "long tail" of ancient bugs discoverable on demand.
// 06 Conclusion
Project Glasswing's first-month results confirm that AI-assisted vulnerability research has moved from proof-of-concept to operational capability at scale. With 10,000+ high/critical flaws identified — including multi-decade bugs in foundational infrastructure software — organizations should treat the Glasswing advisory feed as a patch-priority signal and ensure dependency trees touching OpenBSD, FreeBSD, FFmpeg, WolfSSL, and Firefox receive immediate attention as disclosures continue over the coming 90-day CVD cycles.
For any query contact us at contact@cipherssecurity.com
