Anthropic's Claude AI Discovers Novel Weaknesses in Post-Quantum Cryptography Candidates
Anthropic's Claude Mythos Preview model autonomously identified mathematical flaws in a post-quantum encryption candidate and a reduced version of the AES standard. The discoveries, which do not affect current production systems, highlight AI's emerging role as an expert-level tool for stress-testing cybersecurity defenses.
By Sofia Matos
- AI Security Researchers
- View AI as a necessary evolution in defensive cybersecurity, capable of finding subtle mathematical flaws that human experts miss.
- Enterprise IT Practitioners
- Emphasize that current production systems are safe and caution against alarmism, while acknowledging the need to prepare for future cryptographic transitions.
- Cryptography Standards Bodies
- See AI stress-testing as a validation that the rigorous, multi-year evaluation process for new algorithms is working exactly as intended.
Perspectives this story doesn't cover
- Malicious state-sponsored actors developing offensive AI cryptanalysis
- Quantum computing hardware developers
Why it matters
As the world prepares to migrate to quantum-resistant encryption, ensuring those new algorithms are bulletproof is critical. By using AI to find mathematical flaws before these systems are deployed, researchers are turning advanced models into defensive tools that can secure the digital economy.
Anthropic's Claude Mythos Preview has achieved a major milestone in artificial intelligence and cybersecurity: autonomously discovering novel mathematical weaknesses in widely studied cryptographic algorithms. The breakthrough demonstrates that frontier AI models are crossing a threshold from simply assisting human coders to conducting original, expert-level mathematical research.[1][5]
The frontier AI model identified flaws in two distinct encryption methods, including a candidate algorithm designed specifically to withstand attacks from future quantum computers. In both cases, the AI uncovered mathematical shortcuts that had eluded human cryptographers during years of rigorous peer review.[2][4]
While the word "vulnerability" often triggers alarm in the cybersecurity world, security experts emphasize that these discoveries do not affect any systems currently in production. Instead, the findings represent a triumph for defensive research, demonstrating how AI can stress-test our digital infrastructure before it is ever deployed in the real world.[1][7]
The most consequential discovery involves HAWK, a digital signature scheme that was under evaluation by the U.S. National Institute of Standards and Technology (NIST). Digital signatures are the mathematical mechanisms that verify authenticity whenever a user sends cryptocurrency, logs into online banking, or accesses a secure website.[2][6]
NIST has been running a multi-year competition to identify "post-quantum cryptography" (PQC) standards. These are algorithms capable of securing data against the eventual arrival of powerful quantum computers, which could theoretically break the encryption methods currently protecting the internet.[3][6]
HAWK had survived two full rounds of expert review over two years without any significant mathematical flaws being surfaced. It was considered a strong candidate due to its compact efficiency, making it highly attractive for widespread standardization.[4][6]
Operating in a semi-autonomous agentic harness, Claude Mythos Preview spent roughly 60 hours analyzing HAWK's underlying mathematics. The model conducted an extensive literature review, performed complex mathematical reasoning, and built an end-to-end verification pipeline to confirm its findings.[1][4]
The model ultimately discovered a "nontrivial automorphism"—a hidden mathematical symmetry within the complex lattice structure that HAWK relies on for its security. Prior research had established that finding such a symmetry would enable an attack, but human experts had not determined whether one actually existed in HAWK's specific lattice.[2][6]
Exploiting this newly discovered symmetry effectively cuts the algorithm's key strength in half. It reduces the estimated computational work required to attack HAWK's smallest challenge parameter from roughly 2^64 operations down to just 2^38 operations.[6]
Exploiting this newly discovered symmetry effectively cuts the algorithm's key strength in half.
To restore HAWK's intended security level, its developers would need to double the size of its cryptographic keys. However, doing so would erase the compact efficiency that made the algorithm a competitive candidate in the first place.[2][3]
Following standard responsible disclosure protocols, Anthropic notified HAWK's designers in June. Acknowledging that the required fixes would make the algorithm uncompetitive, the developers officially withdrew HAWK from the NIST competition on July 29.[2][3]
In a separate experiment, Claude Mythos Preview was tasked with analyzing the Advanced Encryption Standard (AES), the ubiquitous cipher adopted by NIST in 2001 that protects everything from HTTPS web traffic to classified government data.[1][4]
The AI did not break the full 10-round AES standard used in the real world. Instead, it analyzed a simplified, 7-round version commonly used by researchers to measure security margins and understand theoretical limits.[2][7]
Working largely on its own, the model autonomously invented a novel mathematical shortcut it named the "Möbius Bridge." This new technique accelerated the best-known attacks on the reduced AES variant by 200 to 800 times.[2][4]
Even with this massive speedup, the attack remains purely theoretical. Executing it would require an impossible amount of target data—over 400 octillion messages—ensuring that real-world AES encryption remains completely safe.[2]
The true significance of the AES result lies not in immediate danger, but in the methodology. The fact that an AI model was able to invent and name a mathematical technique that had eluded human cryptographers for decades marks a paradigm shift in security research.[4]
Anthropic estimates that each of these two research studies cost approximately $100,000 in computing power. In the context of global cybersecurity, this is a remarkably small price to pay for identifying fundamental flaws in algorithms that could one day secure trillions of dollars in digital assets.[1][6]
To help the broader research community track AI's evolving capabilities in this highly specialized domain, Anthropic has released "CryptanalysisBench." This new benchmark is designed to evaluate how well various language models can perform cryptographic reasoning and execute formal verification tasks.[1][5]
For enterprise security leaders, the message is clear: there is no need to panic about current encryption standards, but the era of AI-accelerated cryptanalysis has officially arrived. Organizations must maintain visibility over their cryptographic assets to prepare for faster transition cycles.[4][7]
As the world prepares for the massive, multi-year transition to post-quantum cryptography, AI systems will likely serve as an essential proving ground. By breaking candidate algorithms in the lab today, AI is ensuring that the standards securing tomorrow's digital economy are truly unbreakable.[5][6]
What to know
- Anthropic's Claude Mythos Preview autonomously discovered mathematical flaws in two cryptographic algorithms.
- The AI found a weakness in HAWK, a post-quantum cryptography candidate, leading to its withdrawal from a NIST competition.
- Claude also invented a novel technique to accelerate attacks on a weakened, research-only version of the AES standard.
- No current production systems or real-world internet traffic are at risk from these discoveries.
Key terms
- Post-Quantum Cryptography (PQC)
- Cryptographic algorithms designed to remain secure even against an attack by a highly advanced future quantum computer.
- Cryptanalysis
- The study of analyzing information systems to uncover hidden aspects, often to find weaknesses or break cryptographic security.
- Lattice-based Cryptography
- A class of cryptographic systems whose security relies on the mathematical difficulty of solving certain problems in complex, multi-dimensional grids.
- Advanced Encryption Standard (AES)
- A widely used symmetric encryption algorithm that secures a vast amount of the world's digital data and communications.
- Nontrivial Automorphism
- A complex mathematical symmetry within a structure that, in the context of cryptography, can sometimes be exploited as a shortcut to break an algorithm.
Sources
[1]AnthropicAI Security ResearchersDiscovering cryptographic weaknesses with Claude
Read on Anthropic →
[2]CyberScoopCryptography Standards BodiesHere's what Anthropic found when it turned Mythos loose on encryption algorithms
Read on CyberScoop →
[3]Security BoulevardCryptography Standards BodiesClaude Mythos Finds Weakness in NIST Post-Quantum Candidate
Read on Security Boulevard →
[4]Enterprise DNAAI Security ResearchersAnthropic's AI Broke Post-Quantum Cryptography in 60 Hours
Read on Enterprise DNA →
[5]The Economic TimesEnterprise IT PractitionersAnthropic says Claude AI found flaws in cryptographic algorithms
Read on The Economic Times →
[6]EdgeX ExchangeCryptography Standards BodiesAnthropic's Claude AI Discovers Cryptographic Weakness in Post-Quantum Scheme HAWK
Read on EdgeX Exchange →
[7]SQL Server CentralEnterprise IT PractitionersClaude finds two cryptographic weaknesses (but the sky isn't falling)
Read on SQL Server Central →
Comments
More in Artificial Intelligence
See all →AI Compliance
The Five Steps of an Algorithmic Impact Assessment Regulators Use to Mandate AI Risk Mitigation
3 sources
Vector Databases
How Hierarchical Navigable Small Worlds (HNSW) Enables Fast Approximate Nearest Neighbor Search in Vector Databases
8 sources
AI Automation
Anthropic Discloses Claude Model Now Leads 26% of Its Internal AI Research and Development
7 sources
Transformer Architecture
How Sinusoidal Functions Inject Sequence Order into the Permutation-Invariant Transformer
5 sources
Every angle. Every day.
Get Artificial Intelligence stories with full source coverage and perspective breakdowns delivered to your inbox.




