Security

Claude Mythos finds new attacks on HAWK and AES-128

3 min read
Cryptography researcher examines lattice diagrams and cipher round schematics on two monitors alongside a running analysis in Anthropic's Claude interface Image generated with GPT Image 2
Cryptography researcher examines lattice diagrams and cipher round schematics on two monitors alongside a running analysis in Anthropic's Claude interface

TL;DR Too Long; Didn’t read

Anthropic has published two cryptographic results produced by its model Claude Mythos Preview. In roughly 60 hours it found an improved attack on the post-quantum signature scheme HAWK, cutting the expected attack cost from 2 to the power of 64 down to 2 to the power of 38 operations. A second attack targets a shortened AES variant. Deployed systems are unaffected, according to Anthropic.

Key takeaways

  • The HAWK attack cost around $100,000 in API fees and ran for roughly 60 hours.
  • HAWK-256 mathematically loses half its effective key length but stays exponentially protected.
  • The AES attack only targets a variant cut to seven of the full ten rounds.
  • On the LEA cipher, an attack now succeeds within an hour on an ordinary desktop machine.
  • Anthropic researchers needed several hundred hours just to be able to evaluate the model's claims.
  • No independent reproduction of the HAWK result was available at the time of publication.

Anthropic has published two cryptographic attacks that its still unreleased model Claude Mythos Preview found largely on its own. They target the post-quantum signature scheme HAWK and a shortened variant of the AES encryption standard. For the HAWK attack, the model required roughly 60 hours of compute and about $100,000 in API costs.

Attack halves the effective key length of HAWK

HAWK is a candidate in the ongoing standardization process run by the US agency NIST for signature schemes meant to withstand quantum computers. By Anthropic’s account, the scheme had already undergone two years of expert scrutiny before Mythos exploited a non-trivial automorphism in the underlying lattice – a structural symmetry that shrinks the search space.

The effect is substantial. For the HAWK-256 variant, the expected attack cost drops from 2 to the power of 64 to 2 to the power of 38 operations, according to the accompanying paper. That amounts to halving the effective key length. The attack remains exponential and therefore theoretical. Doubling key sizes would offset it – but at the cost of precisely the efficiency advantage HAWK competes on. An Anthropic researcher supervised the run only in an organizational capacity, advising the model on which programming libraries to use. The work ran in a sandboxed environment in which several agents of the model collaborated in parallel. The HAWK authors were notified in June, and publication went out simultaneously via the public NIST mailing list.

Shortened AES falls 200 to 800 times faster

The second result concerns AES-128, the encryption standard in use worldwide. Mythos improved an attack on a version cut to seven rounds; the deployed version uses ten. The technique developed for it, which Anthropic calls the Möbius Bridge, runs 200 to 800 times faster than the previous best result, depending on the baseline. The model generated several hundred million tokens across three days while receiving just three substantive prompts. In early runs it declared the task impossible and only switched approach after being told as much.

Further interim results follow the same pattern. On the block cipher LEA, Mythos reduced the requirement from 2 to the power of 98 plaintext pairs to under 2 to the power of 30 encrypted plaintexts – the attack now runs in under an hour on an ordinary desktop machine, though again only against a version cut to 13 of 24 rounds. Added to that is a full attack on Serpent-128 with six instead of 32 rounds, plus modest improvements on Salsa20, Poseidon and SHA-1.

Verifying the results takes longer than finding them

The bottleneck has shifted to verification. Anthropic researchers say they needed several hundred hours to learn enough cryptography to assess the model’s claims at all; they were not trained cryptanalysts. The same pattern already showed up in the hunt for software vulnerabilities by the same model. In parallel, the company published the benchmark CryptanalysisBench together with researchers from ETH Zurich and the universities of Tel Aviv and Haifa, bundling 191 tasks across six families of cryptographic primitives.

The attacks have not been independently confirmed. The security outlet The Hacker News found no independent reproduction of the HAWK result in its own review; the corresponding post on the public NIST mailing list was still unanswered when checked. Anthropic stresses that none of the findings have immediate consequences for systems in use today, framing both as expected steps in ordinary cryptographic research. Implementing the AES attack would cost hundreds of millions of dollars, the company says.

The real crux is how the standardization process responds. Whether NIST or the HAWK submitters will adjust parameters, revise security claims or reconsider the scheme’s candidate status is not yet visible from the public record. No date for a statement has been given.

Frequently asked questions

Is everyday encryption endangered by these results?

No. The AES attack targets only an artificially shortened variant that nobody deploys, and HAWK is so far merely a candidate in a standardization process rather than a scheme in production use.

Does HAWK have to drop out of the NIST process after this finding?

That remains open. The attack could technically be offset by doubling key sizes, which would however erode the efficiency advantage the scheme relies on against rival candidates.

Who can use Claude Mythos Preview for such analyses?

The model is not generally available. Anthropic distributes it under Project Glasswing to selected partner organizations and government bodies, not through its regular subscription plans.

What is the published CryptanalysisBench benchmark for?

It bundles 191 tasks covering cryptographic primitives so that the cryptanalysis capabilities of different language models can be measured comparably, instead of relying on isolated success reports.

What would an attack on the shortened AES variant actually cost?

According to Anthropic, implementing it would run to several hundred million dollars, which is why the result counts as a theoretical advance rather than a deployable attack.


← Back to the blog