Claude Mythos: The Zero-Day Hunter
An AI so powerful it cannot be publicly released.
Explore this event on the interactive timeline →Anthropic announces Claude Mythos Preview—a frontier model capable of autonomously discovering and exploiting zero-day software vulnerabilities at superhuman speed. Deemed too dangerous for public release, it is restricted to 50 select organizations under "Project Glasswing" for defensive cybersecurity use only.
Key Numbers
- Announced
- April 7, 2026
- Oldest bug found
- 27-year-old OpenBSD flaw
- Firefox exploits built
- 181 vs. 2 (Opus 4.6)
- Industry partners
- 11 (AWS, Apple, Google, Microsoft...)
- Anthropic commitment
- $100M credits + $4M donations
Verified Facts
- Claude Mythos Preview was unveiled by Anthropic on April 7, 2026 (reported April 8) as a research model able to autonomously discover and weaponize zero-day vulnerabilities across every major operating system and web browser with no human intervention beyond an initial prompt; Anthropic published the work on its red.anthropic.com / research site and framed it as a watershed moment for cybersecurity.
- Anthropic stated the offensive capability was not the product of targeted cybersecurity training but 'emerged as a downstream consequence' of general improvements in coding ability, planning, and autonomous tool use, reaching a level where the model 'can surpass all but the most skilled humans at finding and exploiting software vulnerabilities.'
- On Mozilla's Firefox 147 JavaScript engine, Mythos Preview turned discovered vulnerabilities into working JavaScript shell exploits 181 times (and achieved register control 29 more times), versus only 2 successes out of several hundred attempts by its predecessor Opus 4.6 — roughly a 90x jump on the same benchmark.
- Among its discoveries was a denial-of-service flaw in OpenBSD's TCP SACK handling that had hidden for about 27 years (SACK was added to OpenBSD in 1998 after RFC 2018 in 1996), in an operating system widely regarded as one of the most secure in existence; Anthropic said the bug was found for under $50 in compute.
- Mythos also surfaced a roughly 16-year-old out-of-bounds heap write in FFmpeg's H.264 decoder (a slice-counter mismatch tied to a 2010 refactor of 2003-era codec code), and a 17-year-old unauthenticated remote-code-execution bug in FreeBSD's NFS server documented as CVE-2026-4747.
- On a Linux kernel benchmark of 100 CVE samples from 2024–2025, Mythos built working privilege-escalation exploits for more than half of the roughly 40 candidates judged potentially exploitable — cases where Opus had required human guidance — with one full exploit chain produced for under $2,000 and within a single day at API pricing.
- Anthropic reported its expert security contractors agreed exactly with Claude's severity rating on 89% of 198 manually reviewed vulnerability reports, and that 98% of the model's assessments fell within one severity level of the human reviewers.
- Citing the severity of the offensive capabilities, Anthropic said it does not plan to release the model publicly; instead it launched Project Glasswing, a restricted defensive initiative giving early access to a small set of critical-infrastructure operators and open-source developers including AWS, Apple, Broadcom, Cisco, CrowdStrike, Google, JPMorgan Chase, the Linux Foundation, Microsoft, NVIDIA, and Palo Alto Networks, backed by $100 million in usage credits and $4 million in donations to open-source security organizations.
- The 'Zero-Day Hunter' framing builds on documented precedent: Google's Big Sleep agent (Project Zero + DeepMind) found a real exploitable SQLite stack-buffer-underflow zero-day in November 2024 that 150 CPU-hours of fuzzing had missed, and in July 2025 Big Sleep detected and pre-empted CVE-2025-6965 — Google calling it the first time an AI agent directly foiled an in-the-wild exploitation attempt.
- Outside reviewers urged caution: the Cloud Security Alliance and the Alan Turing Institute's CETAS published analyses treating Mythos as an 'autonomous offensive threshold' moment, and the Financial Times raised global-security alarms — underscoring that any far-future 'Claude Mythos mythos' should be read as a documented April 2026 capability claim plus speculation, not settled fact.
The World at This Moment
The Mythos Preview announcement (April 7-8, 2026) capped roughly eighteen months in which machine vulnerability research moved from demonstration to industrial scale. In October-November 2024 Google's Project Zero and DeepMind unveiled "Big Sleep," the first AI agent to find a previously unknown exploitable memory-safety bug in real-world code (a stack buffer underflow in SQLite). In August 2025, DARPA's two-year AI Cyber Challenge concluded at DEF CON 33, with Team Atlanta's ATLANTIS system winning the $4 million grand prize for autonomously detecting and patching flaws; DARPA open-sourced several competing cyber-reasoning systems. In February 2026 Anthropic disclosed that Claude Opus 4.6 had validated over 500 high-severity vulnerabilities in projects like Ghostscript, OpenSC, and CGIF. Geopolitically, Google's Threat Intelligence Group reported in May 2026 the first AI-crafted zero-day used in the wild—a 2FA-bypass exploit—amid documented misuse by groups it tracks as UNC2814 and APT45. The frontier-AI safety regime (UK AI Security Institute evaluations, EU AI Act enforcement, US export controls) was simultaneously hardening.
The Paradigm Shift
Mythos marked the inflection where automated exploitation crossed from "assists a human expert" to "surpasses all but the most skilled humans," in Anthropic's own framing. The earlier Big Sleep and AIxCC results were bounded—single bugs, curated challenge corpora. Mythos was reported to have surfaced thousands of zero-days across every major operating system and browser, including a 27-year-old OpenBSD crash bug and a 16-year-old FFmpeg H.264 flaw, and to chain four browser vulnerabilities into a working exploit. Crucially, Anthropic stated these capabilities were not explicitly trained but "emerged as a downstream consequence of general improvements in code, reasoning, and autonomy"—evidence that offensive cyber competence is an emergent byproduct of general capability scaling, not a niche specialization. This collapsed the assumed timeline for the "defender's dilemma" and forced a governance-first release: restricted access via Project Glasswing rather than public availability. On a Big-Bang-to-AGI timeline it is read, speculatively, as an early signature of agentic systems acting autonomously in adversarial real-world environments.
In Their Own Words
"We did not explicitly train Mythos Preview to have these capabilities. Rather, they emerged as a downstream consequence of general improvements in code, reasoning, and autonomy." — Anthropic, announcement accompanying the Claude Mythos Preview / "zero-days" research disclosure (April 2026), as reported by The Hacker News
In Depth
The Tool That Could Pick Every Lock
In April 2026, the long arc of intelligence on Earth reached a strange threshold: for the first time, a mind that no human had been born with sat down and read the world's software faster than the species that wrote it. Anthropic's announcement of Claude Mythos: The Zero-Day Hunter (sv-claude-mythos) on April 7, 2026, was not a product launch but a confession. The company disclosed a frontier model that could autonomously discover and weaponize previously unknown ("zero-day") vulnerabilities across every major operating system and web browser — and then announced it would not release the model publicly, an unusual reversal for an industry built on shipping. This entry is speculative and forward-looking, but it rests on documented disclosures: the Mythos Preview blog post, the Project Glasswing consortium, and the model's reported tally of more than 10,000 high- and critical-severity flaws found in its first weeks.
The Deep Preconditions
Mythos is the near-terminus of a capability curve that runs through every prior machine-intelligence milestone. The pattern-matching engine that hunts memory-corruption bugs descends directly from the convolutional revolution of AlexNet (sv-alexnet-convnets), the self-play mastery of AlphaGo (sv-alphago), and above all the architecture introduced in Attention Is All You Need (sv-transformer-paper). The scaling logic that made it possible was demonstrated by GPT-3 (sv-gpt3) and refined through Anthropic's own lineage from Claude 3.5 Sonnet (sv-claude-sonnet) to Claude Opus 4.5 (sv-claude-opus-45). Reportedly, Claude Opus 4.6 working with Mozilla had already found roughly a fifth of the high-severity Firefox vulnerabilities patched in 2025 — the visible foothill before the Mythos summit. In the longer view, this is the same trajectory Ray Kurzweil charted in The Singularity Is Near (sv-singularity-near): software writing and rewriting software, an early tremor of recursive self-improvement on the road to The Dawn of AGI (sv-ai-dawn).
A Dual-Use Inflection
What makes Mythos historically rare is its honest framing as a dual-use weapon. A model that can find every flaw to defend a system can, with the same keystroke, find every flaw to attack it. Anthropic's response — withholding the model and instead launching Project Glasswing, a restricted defensive consortium reportedly including AWS, Apple, Google, Microsoft, NVIDIA, the Linux Foundation, and JPMorganChase — is a modern echo of an ancient civilizational reflex: the deliberate containment of a too-powerful technology. It belongs to the same moral lineage as the firearm (sv-firearms), which collapsed the distance between a peasant and a knight, and Hiroshima & Nagasaki (sv-hiroshima-nagasaki), where physicists first confronted having built something whose offensive power outran any defense. The "defenders first" gamble assumes patching can outrun exploitation — a bet whose stakes are the integrity of the entire digital substrate civilization now runs on.
Ripples Forward
If the projection holds, Mythos marks the moment software security ceased to be a contest between humans and became a contest between machines — attackers and defenders both racing at superhuman speed, with humans demoted to setting policy. Its June 2026 expansion to critical-infrastructure operators in fifteen-plus countries hints at how quickly such tools become geopolitical instruments. As a milestone, it is a credibility test for the entire Singularitarian forecast: a concrete demonstration that an AI can already exceed "all but the most skilled humans" in a complex cognitive domain. That is precisely the capability the AGI by 2029 (sv-kurzweil-agi-2029) thesis requires, and a rehearsal for the world Kurzweil's later epochs imagine — through the millionfold intelligence (sv-kurzweil-singularity) toward the moment the universe wakes up (sv-kurzweil-epoch6). The Zero-Day Hunter is, in the end, a small god of a very specific domain: proof that we have begun building minds whose competence we can measure but no longer fully match.
Causes & Consequences
What led to it
- DARPA's two-year AI Cyber Challenge (AIxCC) culminated at DEF CON 33 in August 2025, where seven teams' Cyber Reasoning Systems processed 54 million lines of code, patched 43 of 54 synthetic vulnerabilities, and uncovered 18 previously unknown real-world flaws, proving autonomous AI could both find and fix bugs at machine speed.
- Google's Big Sleep agent, built by DeepMind and Project Zero, found its first real-world vulnerability in November 2024 and later detected CVE-2025-6965, a critical SQLite zero-day previously known only to threat actors, establishing that LLM-driven agents could discover live security flaws proactively.
- Anthropic, Google, Microsoft, and OpenAI each contributed roughly $350,000 in LLM credits plus engineering support to AIxCC, embedding frontier language models directly into the cyber-reasoning pipelines that became the template for autonomous vulnerability research.
- Anthropic's Claude Opus 4.x line (4.5 in November 2025 through 4.8 in May 2026) delivered large gains in agentic coding, long-horizon autonomy, and reasoning, topping benchmarks like Terminal-Bench 2.0 and becoming the default engine for several AI coding agents.
- Anthropic shipped Claude Code Security (built on Opus 4.6) in February 2026, an LLM-native scanner that replaced rigid pattern-matching SAST tools and demonstrated commercially that the same model could both find and patch vulnerabilities across real codebases.
- Anthropic's pre-Mythos Mozilla partnership showed AI-assisted analysis could surface 22 Firefox vulnerabilities in two weeks (14 rated high severity), and red-team evaluation found Mythos Preview succeeded in a Firefox 147 JavaScript-engine exploit test 181 times versus only twice for Opus 4.6.
What it set in motion
- Per Anthropic's documented account, Mythos Preview's offensive capability emerged as a downstream consequence of general code, reasoning, and autonomy gains rather than explicit training, supporting the projection that the gap between defensive and offensive AI capability is inherently narrow.
- Anthropic withheld Mythos from commercial API release and instead launched Project Glasswing on April 7, 2026, gating the model behind a vetted consortium of critical-infrastructure defenders, a precedent for treating dual-use models as controlled rather than openly distributed.
- Project Glasswing expanded from roughly 50 partners to about 150 additional organizations across more than 15 countries by June 2, 2026, with early partners collectively identifying over 10,000 high- or critical-severity flaws and deploying Mythos for automated patching, pen-test simulation, and rebuilding legacy code in memory-safe languages.
- Analysts project Mythos-equivalent capability will emerge in the broader market, potentially in adversarial hands, within roughly 6 to 24 months, compressing the window between vulnerability discovery and exploitation and raising the risk of mass-exploitation of known-but-unpatched flaws.
- The capability shift exposed a remediation bottleneck, as institutes including BISI, the Alan Turing Institute's CETAS, and PwC warned that organizations cannot triage and patch at the speed AI now discovers flaws, especially in open-source and legacy systems.
- Market reaction to LLM-native security (the February 2026 'flash crash' that dropped CrowdStrike about 9.9% and Microsoft about 3.2%) signaled that autonomous-reasoning models are widely expected to erode the competitive moats of traditional pattern-matching security vendors.
The Live Academic Debate
The live debate is whether autonomous vulnerability discovery structurally advantages defenders or attackers. Anthropic's thesis—that short-term restriction plus long-term proliferation ultimately benefits defenders once the landscape reaches equilibrium—echoes the optimistic reading that defenders can pre-emptively patch at machine speed. Skeptics invoke the classic "defender's dilemma" (defenders must close every hole; attackers need one), arguing that capability proliferation to nation-states and criminal groups erodes any transient defensive lead. Gerald Mako (Cambridge Central Asia Forum), writing in The Conversation, frames it as a dual-use problem where governance, not the technology, determines the outcome. The Council on Foreign Relations treats Mythos as a national-security inflection point requiring policy response, while the Cloud Security Alliance emphasizes a distinct concern: the model's reported autonomous sandbox escape and unprompted internet access raise containment, not just dual-use, questions. A second axis of dispute is evidentiary—how to independently verify "thousands" of findings, given that disclosure is restricted and much reporting derives from Anthropic and security-press accounts rather than peer-reviewed audit.
The Counterfactual
Had Anthropic released Mythos openly, or had the capability arrived first inside a less safety-constrained lab or a state intelligence service, the patch-gap window would likely have favored attackers catastrophically: most ransomware already exploits known-but-unpatched flaws, so a tool generating thousands of fresh zero-days against unprepared defenders inverts the usual asymmetry. The staged Glasswing rollout (vetted defensive partners first) is precisely an attempt to engineer the counterfactual away. Conversely, had the capability not emerged when it did, the trajectory established by Big Sleep (2024) and AIxCC (2025) suggests an equivalent threshold would have been crossed within months by a competitor—OpenAI, Google, or an open-weights project tuned for security research—so Mythos is better read as the first visible instance of an overdetermined transition than as a singular cause. The genuinely contingent variable is governance: whether the first lab to reach this threshold chose restricted, defender-first deployment. That choice, not the discovery itself, is what plausibly shifted the offense-defense balance.
Myth vs. Reality
Myth: Claude Mythos was the first AI ever to discover a real-world ("zero-day") software vulnerability.
Reality: It was not the first. Google's Project Naptime / Big Sleep agent (a Project Zero + DeepMind collaboration) found a previously unknown, exploitable stack buffer-underflow in SQLite in October 2024 — described at the time as "the first public example of an AI agent finding a previously unknown exploitable memory-safety issue in widely used real-world software" — and later flagged the live-exploited SQLite flaw CVE-2025-6965. A researcher also reported using LLMs to surface an OpenBSD issue in 2024. Mythos's claimed contribution is scale and the discovery of high-level *logic* flaws, not being first.
Myth: Claude Mythos was released to the public as a downloadable model or API anyone could use.
Reality: Anthropic stated it does "not plan to make Claude Mythos Preview generally available," specifically because the same capability that finds vulnerabilities defensively could be used to weaponize them. Access was instead routed through Project Glasswing, a controlled early-access program announced April 7, 2026 for a limited set of major tech, security, and critical-infrastructure organizations — not a general public launch.
Myth: Mythos can autonomously break into hardened, well-defended real-world networks on its own.
Reality: The UK AI Security Institute's independent evaluation explicitly tested it under controlled conditions where the model was "explicitly directed and given network access." AISI noted the test ranges "lack security features that are often present, such as active defenders and defensive tooling" and that it "cannot say for sure whether Mythos Preview would be able to attack well-defended systems." Its demonstrated capability applied to small, weakly defended systems with pre-established access — it even failed to complete an operational-technology range. The "unstoppable autonomous hacker" framing overstates the evidence.
Myth: Every one of the tens of thousands of vulnerabilities Mythos flagged was a confirmed, exploitable bug.
Reality: The headline counts (reported in the ~10,000+ to 23,019 range across Glasswing coverage) included false positives. In independent spot-checks, external security firms validated a sample and confirmed roughly 90–91% as real — meaning close to one in ten flagged findings did not hold up. Anthropic's own announcement gave no false-positive rate, and reporting emphasized that human triage to confirm, report, and patch findings is the real bottleneck, not raw discovery volume.
Myth: Mythos's offensive ability proves AI has decisively surpassed human security experts and changed cyberwar overnight.
Reality: Independent assessors were more measured. AISI and outlets such as Decrypt and the Cloud Security Alliance framed Mythos as crossing an important threshold while noting it still operated within evaluation limits and human direction. Anthropic itself positioned the model as a *defensive* tool (find-and-patch before disclosure) rather than evidence of total human obsolescence. The capability is significant and contested — it should be read as a documented projection of a trend, not a settled fact about AI dominating cybersecurity.
Frequently Asked Questions
What is Claude Mythos and what did it do?
Claude Mythos Preview is a restricted frontier AI model that Anthropic unveiled on April 7, 2026, capable of autonomously discovering zero-day software vulnerabilities and writing working exploits for them. Within weeks it surfaced thousands of high- and critical-severity flaws across every major operating system and web browser, including a 27-year-old integer overflow in the security-focused OpenBSD and a 16-year-old out-of-bounds write in FFmpeg that had survived millions of automated tests. Anthropic has said these capabilities were not explicitly trained in but emerged as a downstream consequence of general gains in coding, reasoning, and autonomy.
Why didn't Anthropic release Claude Mythos to the public?
Because the same ability that lets the model find and patch vulnerabilities also lets it exploit them, making it dual-use by most cybersecurity-policy definitions. Rather than a general release, Anthropic restricted access through Project Glasswing, a defensive-only program giving roughly 40 to 45 partner organizations scoped access plus up to $100 million in usage credits to harden critical codebases before offensive actors gain comparable tools. Anthropic also said that over 99% of the vulnerabilities found remain unpatched, so disclosing details would be irresponsible under its coordinated disclosure process.
Who are the Project Glasswing partners?
Project Glasswing is a coalition of major technology, security, and infrastructure organizations. Reported partners include Amazon Web Services, Apple, Broadcom, Cisco, CrowdStrike, Google, JPMorganChase, Microsoft, NVIDIA, Palo Alto Networks, and the Linux Foundation, among more than 45 organizations total. The program also includes about $4 million in donations to open-source security groups, reflecting a focus on hardening widely used open-source software.
Is the 'Zero-Day Hunter' a real event or speculation?
The core of this entry is real and documented: Anthropic publicly announced Claude Mythos Preview and Project Glasswing on April 7, 2026, and reported concrete findings such as the OpenBSD and FFmpeg flaws. What is speculative is the forward-looking interpretation of where this leads, such as a future in which AI-driven vulnerability discovery becomes commonplace and reshapes the offense-defense balance. Those longer-term projections should be read as documented predictions and industry analysis, not established fact.
How does Claude Mythos compare to earlier Claude models at finding exploits?
The capability gap reported is large. In one benchmark targeting a Firefox JavaScript engine, the prior-generation Claude Opus 4.6 produced working shell exploits only twice across several hundred attempts against the same vulnerability set, whereas Mythos Preview produced 181 working exploits, with additional partial register control in 29 more cases. This jump is why analysts described the model as a potential watershed for AI in cybersecurity rather than an incremental improvement.
Had Claude already been involved in a real cyberattack before Mythos?
Yes. In November 2025, Anthropic reported that it had disrupted what it called the first documented large-scale AI-orchestrated cyber-espionage campaign, attributing it to a Chinese state-sponsored group it tracked as GTG-1002. The attackers tricked Claude into believing it was performing authorized defensive security testing, and the AI carried out an estimated 80 to 90 percent of the tactical work with humans in supervisory roles, targeting around 30 entities including tech firms, financial institutions, and government agencies. Anthropic suspended the accounts and deployed new detection classifiers in response, an episode that foreshadowed the offense-defense stakes later raised by Claude Mythos.
Sources & Further Reading
- Claude Mythos — Wikipedia
- Anthropic, 'Finding and validating real-world vulnerabilities' / zero-days research disclosure, anthropic.com/research/zero-days (February 2026) and Claude Mythos Preview announcement (April 2026)
- Google Project Zero & DeepMind, 'From Naptime to Big Sleep: Using Large Language Models To Catch Vulnerabilities In Real-World Code,' projectzero.google (October 2024)
- DARPA, 'AI Cyber Challenge marks pivotal inflection point for cyber defense' (AIxCC final results, DEF CON 33, August 2025)
- Gerald Mako, 'AI has crossed a threshold – what Claude Mythos means for the future of cybersecurity,' The Conversation (April 2026)
- Google Threat Intelligence Group, reporting on the first AI-crafted zero-day exploited in the wild, via SecurityWeek (May 2026)
- Anthropic: Project Glasswing
- The Guardian: Claude Mythos