← Google News

Anthropic's Claude Mythos finds flaws in every major OS - techbuzz.ai

Google News · April 7, 2026

Detailed Analysis

Anthropic's Claude Mythos Preview has demonstrated an unprecedented capability in autonomous cybersecurity research, identifying thousands of previously undetected vulnerabilities across every major operating system, web browser, and critical software packages including FFmpeg, OpenBSD, and FreeBSD — with approximately 99% of discovered flaws still unpatched as of publication. The model operates by analyzing source code, formulating hypotheses about potential weaknesses, executing software in controlled environments, and confirming issues through debugger analysis. Its outputs have been validated by independent security experts, who agreed with Mythos's severity assessments with 89% exactness and 98% agreement within one severity level, lending substantial credibility to findings that span both modern and legacy codebases.

The specific vulnerabilities uncovered by Mythos underscore both the model's technical depth and the alarming longevity of undetected flaws in widely deployed software. Among the most striking discoveries is a 27-year-old signed integer overflow in OpenBSD's TCP SACK implementation that could enable remote crashes, found after approximately 1,000 model runs at a total cost of under $20,000. In FreeBSD, Mythos autonomously identified and constructed a full working exploit for a 17-year-old remote code execution flaw in the NFS server (CVE-2026-4747), achieving unauthenticated root access via a 20-gadget return-oriented programming chain across just six network packets — prompted by a single input. In FFmpeg, a 16-year-old H.264 codec bug involving a slice number collision that enables out-of-bounds writes was discovered despite surviving more than five million fuzzer runs and repeated human code reviews dating back to a 2003 commit. The model further uncovered Linux privilege escalation vulnerabilities, memory corruption bugs in Rust-based virtual machines, and flaws in proprietary binaries identified through reverse engineering.

The speed at which Mythos operates represents a qualitative shift in the economics of vulnerability research. Exploits that experienced penetration testers estimated would require weeks of effort were produced by the model in hours, and per-discovery costs were in some cases as low as $50. This performance far eclipses Anthropic's previous flagship model, Claude Opus 4.6, which achieved near-zero success in exploit development on benchmarks such as Mozilla Firefox's JavaScript engine — a test on which Mythos succeeded 181 times, including 29 instances of achieving full system control. The gap between these two generations of models, achieved over a relatively compressed development timeline, signals an accelerating trajectory in AI-assisted offensive security capability that the broader industry is only beginning to grapple with.

Anthropic has explicitly declined to release Mythos Preview to the public or via its standard API, citing the model's dual-use potential. Internal red team assessments determined that the model could enable autonomous cyberattacks against enterprise networks and could meaningfully assist malicious actors in targeting critical infrastructure including banks, hospitals, and government systems. A core concern is that Mythos systematically negates security architectures predicated on the tediousness of exploitation — so-called "defense-in-depth" strategies that rely on attackers tiring before succeeding, a barrier AI simply does not encounter. This positions Mythos in an ethically fraught category that reflects a tension Anthropic has publicly acknowledged: that frontier AI research inevitably produces capabilities with significant potential for harm alongside their beneficial applications.

The broader implications of Mythos's findings extend well beyond any single vulnerability. The revelation that decades-old flaws have survived in production-grade operating systems, codecs, and network implementations — codebases subjected to continuous scrutiny, formal audits, and massive-scale fuzzing campaigns — suggests that the current paradigm of software security review is structurally insufficient against a patient, methodical, and tireless adversary. Data centers running legacy NFS configurations, embedded devices built on aging BSD kernels, and media pipelines relying on FFmpeg all represent live attack surfaces that will remain exposed until patches are developed and deployed at scale. The episode also raises urgent questions about access governance for AI security tools: if a model capable of autonomous exploit generation can be built and operated at low per-query cost, the asymmetry between offensive AI capability and defensive preparedness may widen considerably in the near term.

Read original article →