Technology

Mythos Just Rewrote the Rules of Cybersecurity: One AI Found 271 Firefox Vulnerabilities in a Month — More Than Human Teams Had in 18 Months

|Author: Viacheslav Vasipenok|4 min read| 9
Mythos Just Rewrote the Rules of Cybersecurity: One AI Found 271 Firefox Vulnerabilities in a Month — More Than Human Teams Had in 18 Months

In early April 2026, Anthropic quietly released a preview of its new frontier model, Claude Mythos. Within weeks, the model had done something extraordinary: it discovered 271 previously unknown security vulnerabilities in Mozilla Firefox — a haul that dwarfs what human auditors and traditional fuzzing had uncovered over the previous year and a half.

Mythos Just Rewrote the Rules of Cybersecurity: One AI Found 271 Firefox Vulnerabilities in a Month — More Than Human Teams Had in 18 MonthsThe numbers tell the story. In all of 2025, Mozilla shipped fixes for roughly 73 high-severity Firefox vulnerabilities. In February 2026, an earlier Anthropic model (Claude Opus 4.6) helped find and fix 22 bugs for Firefox 148.

Then Mythos arrived. In a single evaluation run, it identified 271 issues — 180 of them rated sec-high, 80 sec-moderate, and 11 sec-low. These were fixed across Firefox 150 and the rapid point releases 149.0.2, 150.0.1, and 150.0.2, contributing to a total of 423 security bugs patched in April alone.

Mozilla’s detailed follow-up post on May 7, 2026 (“Behind the Scenes: Hardening Firefox with Claude Mythos Preview”) confirms the scale and the method. The team built a custom agentic harness on top of their existing fuzzing infrastructure. Mythos didn’t just scan code — it generated reproducible proof-of-concept test cases, reasoned over complex multiprocess browser architecture, patched the source in isolated VMs to test exploits, and produced reports with near-zero false positives.

The most alarming discoveries were sandbox escape bugs.

Several of the vulnerabilities allowed a compromised content process (the sandboxed part of the browser that renders web pages) to break out and reach the privileged parent process.

Mythos Just Rewrote the Rules of Cybersecurity: One AI Found 271 Firefox Vulnerabilities in a Month — More Than Human Teams Had in 18 MonthsExamples include:

  • A race condition over IPC that triggered use-after-free in IndexedDB.
  • Malformed objects passed across process boundaries that could be deserialized into fake pointers in the parent.
  • Refcount manipulation via WebTransport certificate floods.
  • Gaps in RLBox sandboxing for third-party libraries.

On their own, these were dangerous. Chained with an initial content-process compromise (the kind that could come from a malicious website), they could enable full arbitrary code execution — potentially turning a simple link click into a complete system compromise. In other words: drive-by infection, no user interaction beyond visiting a page.

The fixes shipped fast. Three specific CVEs were publicly credited to Anthropic’s Frontier Red Team from earlier work, but the bulk of the 271 bugs rolled up under broader security advisories in Firefox 150.

Mythos Just Rewrote the Rules of Cybersecurity: One AI Found 271 Firefox Vulnerabilities in a Month — More Than Human Teams Had in 18 MonthsThere is some genuinely good news in the report. Parts of Firefox that had been recently rewritten with modern security principles — most notably an architectural change that freezes prototypes in the privileged parent process by default — proved remarkably resistant. Mythos repeatedly tried prototype-pollution attacks and other classic sandbox-escape techniques, but the hardened code held firm. The AI found nothing exploitable in those freshly fortified subsystems. Layered defenses (RLBox, ASLR, process isolation) further limited what even a sophisticated model could achieve without chaining multiple bugs.

Mozilla’s CTO and the security team described the experience as “vertigo-inducing.” For the first time, the defenders had a tool that could systematically surface latent bugs faster than attackers could weaponize them. As one internal summary put it: “Suddenly, the bugs are very good.”

Mythos Just Rewrote the Rules of Cybersecurity: One AI Found 271 Firefox Vulnerabilities in a Month — More Than Human Teams Had in 18 Months

This was exactly what Anthropic warned about when they announced Mythos Preview in April 2026. The model wasn’t trained specifically as a hacker — its offensive capabilities emerged as a side effect of superior general reasoning and code understanding. Early access was deliberately limited (via Project Glasswing) to responsible organizations so they could patch before the model became more widely available. Mozilla’s real-world deployment is the first large-scale public confirmation that the hype was not marketing fluff.

Cybersecurity has changed forever.

Mythos Just Rewrote the Rules of Cybersecurity: One AI Found 271 Firefox Vulnerabilities in a Month — More Than Human Teams Had in 18 MonthsFor decades, finding zero-days in a codebase the size of Firefox required elite human researchers, months of work, and a heavy dose of luck. Now a single model, running in a harness for a few weeks, can audit millions of lines of complex C++ and JavaScript and hand back hundreds of high-quality, reproducible bugs. The era of “security through obscurity” and “hope the attackers don’t notice this 15-year-old edge case” is over.

The internet just got a little safer — but only because defenders got there first.

Mozilla has already shipped the most secure Firefox in history. Other projects are watching closely. The message from the Mozilla team is clear and urgent: anyone building software today can (and should) start using modern models and harnesses to harden their code immediately. The opportunity is here. The peril is real. The race has begun.

Also read:

Thank you!

Share:
0