Mozilla shipped 423 Firefox security bug fixes in April 2026, roughly matching the entire prior 14 months combined, after gaining access to Anthropic's Claude Mythos Preview. The April 150 release alone carried 271 fixes — 180 rated sec-high, 80 sec-moderate, 11 sec-low — with additional patches spread across 149.0.2, 150.0.1, and 150.0.2. Among the disclosed sample: a 20-year-old XSLT reentrancy issue (Bug 2025977) in which key() calls could free backing storage and leave a raw pointer in use, a 15-year-old flaw in the HTML <legend> element (Bug 2024437), a WebAssembly GC bug that could yield a fake-object primitive for arbitrary read or write, IPC race conditions affecting parent-process reference counts, a raw NaN deserialization across an IPC boundary, and parent-process stack memory leakage during DNS parsing.
Why it matters
Firefox is one of the most heavily audited browsers in existence, scanned for two decades by internal teams, external researchers, fuzzers, and bug bounty hunters. That a 20-year-old XSLT defect survived that scrutiny is the strongest single data point on how long exploitable-looking flaws can persist in mature codebases — and how the discovery cost has shifted. Mozilla credited Claude Mythos Preview with the throughput, but emphasised that the model was only one half of the result. The other half was a harness the company built to steer the model toward specific code areas, generate reproducible test cases, filter noise, deduplicate findings, triage severity, and move confirmed bugs into the security lifecycle. More than 100 people contributed code to the hardening effort. Without that operational scaffolding, the model's output would have collapsed under its own volume — the same noise burden that had made earlier AI-generated security reports unworkable for open-source maintainers.
Market impact
The asymmetry is the real story. A hostile actor with Mythos-level tooling before Mozilla's April run would have had a wider search surface, faster proof-of-concept generation, and a deeper inventory of chainable primitives — including sandbox escape candidates that require precision rather than scale. For the crypto stack, the implication is direct. Browsers sit between users and exchanges, wallets, bridges, custody dashboards, governance portals, and admin consoles; a browser-level compromise against a targeted user can hijack sessions, manipulate transaction details before signing, inject wallet prompts, or pivot from a developer's machine into operational infrastructure.
Frequently asked questions
-
What is the 20-year-old bug Mozilla disclosed in Firefox?
Bug 2025977 is an XSLT reentrancy issue in which key() calls could trigger a hash table rehash, free backing storage, and leave a raw entry pointer in use. It is one of the disclosed samples from Mozilla's April 2026 patch surge and illustrates how long exploitable-looking flaws can persist in mature browser codebases.
-
How many security bugs did Firefox patch in April 2026?
Mozilla shipped 423 Firefox security bug fixes in April 2026, with the Firefox 150 release alone carrying 271 fixes — 180 rated sec-high, 80 sec-moderate, and 11 sec-low. Additional fixes landed in 149.0.2, 150.0.1, and 150.0.2.
-
How did Anthropic's Claude Mythos Preview help Mozilla find bugs?
Mozilla said Claude Mythos Preview was central to discovery throughput, but the company also built a harness around the model to steer it toward specific code areas, generate reproducible test cases, filter noise, deduplicate findings, triage severity, and route confirmed bugs into the security lifecycle.
-
Why does this matter for crypto users?
Browsers sit between users and exchanges, wallets, bridges, custody dashboards, governance portals, and admin consoles. A browser-level compromise can hijack sessions, manipulate transaction details before signing, inject malicious wallet prompts, capture credentials, or pivot from a developer or operator's machine…
-
What is the defender-attacker asymmetry in AI-assisted security?
Attackers need fewer confirmed results, can keep findings private, and can target a narrow set of victims. Defenders must fix broadly, avoid regressions, coordinate releases, and protect slow-updating users. Mozilla's April surge shows the defender advantage is still possible when model access, harness maturity, and…
CryptoSlate