researchAnthropic

Security researchers use Anthropic's Mythos Preview to bypass Apple's M5 memory protection in 5 days

TL;DR

Security researchers at Calif used Anthropic's Mythos Preview model to develop a working macOS kernel memory corruption exploit on M5 silicon in five days, bypassing Apple's Memory Integrity Enforcement (MIE) system. The exploit chain targets macOS 26.4.1 and escalates from unprivileged local user to root shell using two vulnerabilities and several techniques.

3 min read
0

Security researchers use Anthropic's Mythos Preview to bypass Apple's M5 memory protection in 5 days

Security researchers at Calif have used Anthropic's Mythos Preview model to develop a working macOS kernel memory corruption exploit on M5 silicon in five days, bypassing Apple's five-year security effort.

The exploit chain targets macOS 26.4.1 (25E253) and escalates privileges from an unprivileged local user to a root shell using only normal system calls. The implementation path involves two vulnerabilities and several techniques, targeting bare-metal M5 hardware with kernel Memory Integrity Enforcement (MIE) enabled.

Background on Apple's MIE

Apple introduced Memory Integrity Enforcement (MIE) in 2025 as a hardware-assisted memory safety system built on Arm's Memory Tagging Extension (MTE) specification from 2019. MTE works as a memory tagging and tag-checking system where every memory allocation is tagged with a secret, and hardware only grants access requests if they contain the correct secret.

Apple developed MIE after determining MTE wasn't robust enough under certain circumstances. The company initially built it into all iPhone 17 and iPhone Air models, and recently brought it to MacBooks with the M5 chip. According to Apple's research, MIE disrupts every public exploit chain against modern iOS, including the recently leaked Coruna and Darksword exploit kits.

The exploit timeline

According to Calif, the discovery was accidental:

  • April 25: Bruce Dang found the bugs
  • April 27: Dion Blazakis joined Calif
  • May 1: Josh Maine completed tooling and the team had a working exploit

The entire process took five days from initial bug discovery to working exploit.

Mythos Preview's role

The Calif team describes Mythos Preview as "powerful" in their technical writeup: "Once it has learned how to attack a class of problems, it generalizes to nearly any problem in that class."

According to the team, Mythos discovered the bugs quickly because they belong to known bug classes. However, autonomously bypassing MIE proved trickier, requiring human expertise. The researchers tested what's possible when leading AI models are paired with security experts.

Mythos Preview assisted throughout the collaborative exploit development process, from identifying the bugs to helping build the attack chain.

Apple's response

Calif has produced a 55-page technical report on the exploit but will not release it until Apple ships a fix. The team visited Apple Park to share their vulnerability research report directly with Apple's security team.

What this means

The exploit demonstrates that advanced AI models can significantly accelerate security research, compressing work that might have taken months into days when paired with expert researchers. The Calif team notes that Apple's MIE and most security mitigations currently in use were "built in a world before Mythos Preview."

The researchers warn that small teams with AI assistance can now make rapid security discoveries, suggesting the industry is entering what they call "the first AI bugmageddon." The case raises questions about whether existing security mitigations can withstand AI-assisted vulnerability research.

The exploit specifically targets the M5 chip's MIE implementation on macOS, suggesting Apple's security measures face new challenges in the AI era. However, the responsible disclosure approach—withholding technical details until a patch is available—follows standard security research practices.

Related Articles

model release

Anthropic Ships Claude Opus 5, Claims It Matches Flagship Fable 5 on Coding at Half the Cost

Anthropic released Claude Opus 5 on July 24, its fourth model launch in under two months, priced at $5 per million input tokens and $25 per million output tokens. The company claims the model matches or beats its flagship Fable 5 on most coding and knowledge-work benchmarks while posting the lowest deception rate of any model it has shipped.

product update

Cline v4.0.11 Adds Claude Opus 5 and Moonshot Kimi K3 Support, Fixes Overstated 1M-Context Pricing

Cline's v4.0.11 release adds provider support for Claude Opus 5 (including 1M context window variants) across six integrations and introduces Moonshot Kimi K3 support. The update also fixes a pricing bug that overstated costs for Opus 1M-context requests above 200k tokens.

model release

Anthropic Launches Claude Opus 5, Claims Parity With Rival Fable 5 at Half the Cost

Anthropic has released Claude Opus 5, its new flagship model, claiming performance comparable to rival model Fable 5 at half the cost. The company says Opus 5 leads on several coding and knowledge-work benchmarks while requiring far less manual intervention.

model release

Anthropic Launches Claude Opus 5 on AWS, First Fifth-Generation Opus Model

Anthropic's Claude Opus 5 is now available on Amazon Bedrock and Claude Platform on AWS, marking the first release in the company's fifth-generation Opus line. Anthropic claims the model matches its top-tier Claude Fable 5 intelligence at Opus-tier pricing, though specific pricing and benchmark figures remain undisclosed.

Comments

Loading...