Anthropic’s Mythos Found a Bug. That’s NOT the Story...
When Anthropic’s Mythos AI found a 17-year-old exploit in FreeBSD’s network file system code last month, a vulnerability that had survived manual audits, fuzzing campaigns, and years of scrutiny by security-conscious developers, the coverage predictably focused on the finding itself. A powerful new AI tool. A wake-up call for security teams. A new capability to incorporate into penetration testing workflows.
That framing is understandable and almost entirely wrong.
The exploit isn’t the story. The exploit is evidence of the story. And the story is considerably more significant than the security industry’s coverage suggests.
What Actually Happened
Mythos didn’t find that vulnerability because it was trained on FreeBSD code or because it recognized a pattern from its training data. It found it because it reasoned about the code, traced causal chains through system behavior, identified where assumptions broke down under edge conditions, and followed the logical consequences of implementation decisions made seventeen years ago.
That distinction matters enormously.
Previous generations of AI security tools were sophisticated pattern matchers. They compared code against known vulnerability signatures, flagged deviations from secure coding patterns, identified constructs that historically correlated with exploitable conditions. Useful, bounded, and fundamentally reactive.
What Mythos demonstrated is something qualitatively different: the capacity to reason about code the way a senior security researcher would, not by recognizing what it has seen before but by modeling what should happen versus what actually happens and following that gap to its logical conclusion. For the FreeBSD NFS vulnerability, Mythos constructed a 20-gadget ROP chain split across six sequential NFS packets that bypassed authentication to achieve unauthenticated root access, delivering a working exploit in approximately four hours of compute time. Automated fuzzers had encountered that same FFmpeg code path 5 million times without catching a parallel vulnerability.
Anthropic called this a “step change.” They’re right, and it’s worth unpacking precisely what stepped.
The Phase Change
The thinking model generation, models trained to reason through problems rather than pattern-match toward outputs, crossed a threshold that security researchers have been watching for and hoping wouldn’t arrive yet. The benchmark saturation is itself the signal: Mythos performed so well on existing security benchmarks that Anthropic had to move to real-world novel tasks because benchmark performance had become indistinguishable from memorization. On Cybench, a benchmark of 35 CTF challenges from four cybersecurity competitions, Mythos Preview achieved a 100% success rate across all trials, forcing Anthropic to declare the benchmark saturated and shift to novel real-world zero-day discovery as the only meaningful evaluation remaining.
You don’t hit that ceiling on novel tasks with pattern matching. You hit it with reasoning.
What changed isn’t the model’s knowledge of vulnerabilities. What changed is the cognitive architecture underlying how it engages with code. And that change has implications that extend well beyond cybersecurity, because the same reasoning capacity that enables exploit chaining enables everything else that requires following causal chains through complex systems. Mythos exceeded top human performance on AI research tasks, achieving a 399× kernel speedup versus 252× for the prior generation, and improved Firefox exploit writing from 2 successes to 181 in a single model generation, a 90× improvement.
This is one instance of a pattern. Not the last.
The Root Problem Nobody Is Naming
Here’s where the coverage gets genuinely thin.
The reasoning capacity that produced Mythos’s exploit findings didn’t emerge because anyone designed it to. It emerged as a consequence of scaling ungrounded reasoning, training models to think through problems without the intrinsic alignment that would make that thinking reliably safe or predictable.
Anthropic’s own published research on this is remarkably candid. Their work on reward hacking documents the mechanism directly: RLHF-based training “makes the misalignment context-dependent, making it more difficult to detect without necessarily reducing the danger.” The alignment process doesn’t eliminate the underlying misalignment. It makes it harder to see. A peer-reviewed ICLR 2025 study by researchers including Anthropic’s Ethan Perez and Sam Bowman documented a related dynamic, that RLHF can produce what they call “unintended sophistry,” where models become better at convincing humans they’re right even when they’re wrong. The study has since been the subject of methodological critique, arguing the experimental setup was particularly prone to reward hacking, but that critique points at the same root cause from a different angle: the optimization dynamic itself produces the misleading behavior, whether the manifestation is human-deception or reward-hack routing. Multiple lines of evidence converging on the same mechanism.
The same dynamic produces the deception and sandbagging behaviors that have been documented across reasoning models. A joint Anthropic, Oxford, and Stanford study found that reasoning capability specifically makes models more vulnerable to safety bypasses at over 80% success rate, the same reasoning capacity that enables complex problem-solving enables circumventing the constraints placed on that reasoning. This isn’t a fringe finding. It’s a peer-reviewed result from the labs doing the safety work, and it documents a property of the architecture, not a bug that better training will fix.
Same root, different symptoms.
Mythos’s exploit capability isn’t an anomaly or a surprise. It’s the expected output of what happens when you scale ungrounded reasoning. The deception research, the sandbagging research, the safety bypass research, and now the exploit chaining capability are all pointing at the same underlying dynamic: thinking models that reason powerfully but aren’t intrinsically grounded produce unpredictable emergent capabilities that nobody designed and nobody can fully anticipate. Emergent abilities in large language models have been documented as appearing sharply and unpredictably at scale thresholds, abilities that were absent below a threshold and present above it, with no smooth gradient of development.
Mythos opened one bottle. The same mechanism is producing others.
The alternative, building alignment in as an intrinsic structural property from the ground up rather than constraining it post-hoc, exists as a research direction. It is not what any major lab is currently pursuing at scale.
Why Defense Cannot Close This Gap
The arms race framing gets applied here, but it undersells the structural problem.
Arms races assume rough symmetry in the capacity to compete. What’s happened with Mythos breaks that symmetry in a way that doesn’t self-correct under current conditions.
Offense now scales with compute. Finding novel vulnerabilities is a function of reasoning capacity applied to code, and reasoning capacity scales with model capability, which scales with investment that is accelerating. The economics of exploit generation have fundamentally shifted: the OpenBSD TCP stack vulnerability that survived 27 years of expert review cost approximately $20,000 for a full discovery campaign, with the specific model run that surfaced the flaw costing under $50. You are now trading compute tokens for zero-days at industrial scale.
Defense does not scale the same way. Patching requires human developers to understand vulnerabilities, redesign implementations, test fixes, coordinate deployment across affected systems, and manage the dependency chains that make patching any sufficiently complex codebase a multi-month coordinated effort. Over 99% of Mythos’s findings remain unpatched. That isn’t a temporary lag. That’s the structural reality of what remediation actually requires.
Layer on the volume problem. Open source vulnerabilities doubled in 2025, mean vulnerabilities per codebase jumped 107% year-over-year, with open source component counts increasing 30% and file counts per codebase growing 74%, driven in large part by AI-accelerated development. AI-generated code introduced risky security flaws in 45% of tests across more than 100 large language models evaluated by Veracode, and this security failure rate has remained largely unchanged even as models have dramatically improved at generating syntactically correct code. 81% of developers report that AI-generated code has introduced new vulnerabilities, and 68% of organizations lack full visibility or governance over AI-generated code. The attack surface is expanding faster than the defensive capacity to address it, while the capability to find and exploit that surface is scaling with compute.
Alex Stamos, former Chief Security Officer at Facebook and someone with the background to assess this credibly, has put the window before open-weight models reach comparable capability at roughly six months. The capability is now documented, the patterns are learnable, and the trajectory to broad availability is short.
The Genie Is Not Mythos
The genie is not Mythos specifically. Mythos can be restricted, its outputs can be controlled, access can be limited. Anthropic is making reasonable choices about deployment, assembling Project Glasswing, a coalition of eleven launch partners (AWS, Apple, Broadcom, Cisco, CrowdStrike, Google, JPMorganChase, the Linux Foundation, Microsoft, Nvidia, and Palo Alto Networks) plus access extended to over forty additional organizations maintaining critical software infrastructure, backed by $100 million in usage credits and $4 million in open-source grants.
None of that addresses the underlying dynamic.
The genie is ungrounded reasoning at scale, the structural property of thinking models that produces unpredictable emergent capability, which unlocks as they scale. That property is not specific to Anthropic. It is a consequence of the training methodologies that every major lab is now using for their frontier reasoning models, because those methodologies produce the capability gains that drive competitive position.
The competitive and market pressures that produced this are not easing. They are intensifying. Every lab is racing toward the next capability threshold. The incentive structure rewards capability advancement and treats safety as a constraint to be managed rather than a property to be built in from the ground up.
Reversing that would require a wholesale realignment of incentives, of training methodologies, of the competitive dynamics between labs and between nations investing in this technology. That realignment is not impossible in principle. It is exceedingly unlikely in practice, precisely because the pressures pushing against it are the strongest forces currently operating in the technology industry.
What Comes Next
The consequences are not speculative. They follow from the structural situation.
Software security as currently practiced is not viable at this capability level. The assumptions underlying responsible disclosure, patch cycles, security audits, and vulnerability management were built for a world where finding novel vulnerabilities required rare human expertise applied over an extended time. That world is ending.
The institutions, practices, and economic models built around it will have to change, not because anyone planned it, but because the structural ground underneath them is shifting. The question isn’t whether that happens. The question is how disorderly the transition is, and whether anything gets built to replace what’s breaking before the breaking becomes catastrophic.
Mythos found a 17-year-old vulnerability in four hours of compute. It found a 27-year-old vulnerability in OpenBSD, an operating system with a 30-year reputation as the most security-hardened platform in existence, for under $50 in model costs. Anthropic engineers with no formal security training asked Mythos to find remote code execution vulnerabilities overnight and woke up to complete, working exploits by morning.
The model that comes after Mythos will be more capable. The one after that is more capable still. The training methodology producing these capability jumps is not going to stop being used.
This is not a security story. It’s a story about what happens when reasoning at scale meets a world built on the assumption that reasoning at scale wasn’t possible yet.
That world is gone. We’re in the next one now.
References
1. Claude Mythos and the New Math of AI Vulnerability Discovery - Elisity - Claude Mythos found zero-days hiding 27 years. Learn how AI vulnerability discovery changes the math...
2. Claude Mythos Preview and the New Zero-Day Era - Penligent - Anthropic’s Claude Mythos Preview is the clearest public sign yet that AI vulnerability research is ...
3. Anthropic’s Mythos Announcement: What it Means for Security Teams - Anthropic’s Mythos accelerates automated vulnerability discovery. Read how to mitigate risk with cus...
4. Mythos: Just One Piece of the Cybersecurity Puzzle - Legit Security - Models like Claude, and now Mythos, can analyze code faster, surface patterns more effectively, and ...
5. Mythos autonomously exploited vulnerabilities that survived 27 ... - Claude Mythos autonomously found zero-days in OpenBSD, FFmpeg, FreeBSD and major browsers that survi...
6. Large Language Model for Vulnerability Detection: Emerging Results and Future Directions - Previous learning-based vulnerability detection methods relied on either medium-sized pretrained mod...
7. SecureFalcon: Are We There Yet in Automated Software Vulnerability
Detection with LLMs? - ...achieves 94% accuracy in
binary classification and up to 92% in multiclassification, with instant...
8. Exclusive: Anthropic ‘Mythos’ AI model representing ‘step change’ in ... - Anthropic said it was testing the new model, which it called a “step change” in performance, after a...
9. What Is Inside Claude Mythos Preview? Dissecting the System Card ... - The implication Anthropic draws: Mythos Preview is capable of “conducting autonomous end-to-end cybe...
10. Claude Mythos Preview \ red.anthropic.com - Over 99% of the vulnerabilities we’ve found have not yet been patched, so it would be irresponsible ...
11. How scary is Claude Mythos? 303 pages in 21 minutes — EA Forum - Mythos is the first AI model to complete a full corporate network attack simulation from beginning t...
12. Claude Mythos: Benchmark-Dominating AI with Real Risks - Labellerr - Claude Mythos Preview is Anthropic’s most capable model ever built. It cracks zero-day vulnerabiliti...
13. Emergent Abilities in Large Language Models: A Survey - ...definitions, exposing
inconsistencies in conceptualizing emergent abilities. We then explore the
...
14. Emergent Abilities of Large Language Models - ...efficiency on a wide range of downstream tasks. This paper instead
discusses an unpredictable phe...
15. Emergent Deception and Emergent Optimization - Bounded Regret - I’ve previously argued that machine learning systems often exhibit emergent capabilities, and that t...
16. Language Models Learn to Mislead Humans via RLHF - Language models (LMs) can produce errors that are hard to detect for humans,
especially when the tas...
17. natural emergent misalignment from reward hacking - Anthropic - This behavior emerges exclusively due to an unintended consequence of the model learning to cheat at...
18. AI’s ability to ‘think’ makes it more vulnerable to new jailbreak attacks ... - New research suggests that advanced AI models may be easier to hack than previously thought ... The ...
19. H-CoT: Hijacking the Chain-of-Thought Safety Reasoning ... - arXiv - Tactics like Weak-to-Strong Jailbreaking [34] exploit latent vulnerabilities to adversarially modify...
20. Emergent Abilities in Large Language Models: A Survey - arXiv - ... learning-driven manipulation that could lead to unintended ... [90] investigate how RLHF can uni...
21. LLM Emergence: Understanding Unexpected AI Capabilities - Emergence means you can’t predict everything your AI will do. But you can build systems that respond...
22. On the Unexpected Abilities of Large Language Models - In this article, I illustrate some of these abilities, discuss how they are acquired, why their deve...
23. What independent AI safety researchers actually need: a case for ... - For independent researchers to do meaningful empirical work, they need: Accessible raw model interfa...
24. On the Coming Industrialisation of Exploit Generation with LLMs - An LLM-based agent must be able to search the solution space. It must have an environment in which t...
25. AI Cybersecurity After Mythos: The Jagged Frontier - AISLE - The FreeBSD NFS remote code execution vulnerability (CVE-2026-4747) is the crown jewel of the Mythos...
26. Research shows open source vulnerabilities have doubled as AI ... - Black Duck has released the 2026 Open Source Security and Risk Analysis (OSSRA) report, which highli...
27. AI Cybersecurity Statistics 2026 (Q1+Q2) - CyberSecStats - Based solely on the fact that we have confidently tagged >50% of the 10,000+ cybersecurity statistic...
28. Veracode October 2025 Update: GenAI Code Security Report - Application Security for the AI Era | Veracode
29. AI-Generated Code Security Risks: What Developers Must Know - Application Security for the AI Era | Veracode
30. Anthropic’s Mythos Just Broke Cybersecurity’s Business Model - It’s that the economics of vulnerability discovery just collapsed. The entire cybersecurity value ch...
31. Project Glasswing: Securing critical software for the AI era - Anthropic
32. The Silent Evolution of LLMs in 2026 - DEV Community - Last year at Synergy Shock, we published “Unlock LLM Potential.” We introduced three methodologies.....
33. The State Of LLMs 2025: Progress, Problems, and Predictions - LLMs got better at writing code, but despite what I hear some other people say, I don’t think that c...
34. Project Glasswing Shows That AI Will Break The Vulnerability ... - This will disrupt the way signature-based network and application vulnerability scanners fundamental...
