Daily brief at 7am Melbourne. Unsubscribe any time.

Wednesday 29 July 2026

Claude Just Broke a Post-Quantum Signature Scheme. That's a Bigger Deal Than It Sounds.

An AI cracked post-quantum crypto, Sam Altman says slow down, and 30 Minnesota water plants went dark — Wednesday's brief covers a field in motion.

Lead story

Claude Just Broke a Post-Quantum Signature Scheme. That's a Bigger Deal Than It Sounds.

Anthropic's Claude Mythos Preview has done something that would have taken a team of cryptographers months, if not years: it derived a full key-recovery attack against HAWK-256, a post-quantum digital signature scheme, and separately found a speedup of between 200 and 800 times for an attack on seven-round AES-128. Anthropic has published the implementation. On a 96-core server, the HAWK attack completes end-to-end in under four hours.

To understand why this matters, a quick detour. The world is in the middle of a multi-year transition away from classical cryptographic standards — RSA, elliptic curve, and their kin — toward post-quantum algorithms designed to resist attacks from future quantum computers. NIST has been running a years-long competition to standardise these new schemes. HAWK-256 is one of the candidates still in the running. It's not yet a deployed standard, but it's exactly the kind of algorithm that organisations are beginning to evaluate for adoption.

The attack Claude found exploits a symmetry in the mathematical lattice structure underlying HAWK's signature scheme — a property that, according to Anthropic, had not been previously identified in published research. That's not a subtle incremental improvement on a known weakness; it's a novel finding in a field where novel findings usually come from dedicated academic research groups working for months.

The AES result is more nuanced. AES-128 at seven rounds is not full AES — the deployed standard uses ten rounds — so this doesn't mean your encrypted hard drive is suddenly vulnerable. But cryptanalytic speedup on reduced-round AES is still a meaningful signal: it suggests AI-assisted cryptanalysis is beginning to close gaps that have historically been intractable.

Taken together, these results are a proof of concept for something the security community has been nervously anticipating: AI as a capable cryptanalyst, not just a code generator or vulnerability scanner. Prior AI-assisted security work — finding bugs in software, accelerating exploit development — operated in a domain where human intuition already had good footholds. Pure mathematics, especially lattice cryptography, has been more resistant to that kind of acceleration.

This also lands awkwardly for Anthropic. The company has positioned itself as the safety-first AI lab, and the FBI has already flagged Mythos as a law enforcement challenge given its capabilities in sensitive domains. Publishing the HAWK attack implementation is arguably the responsible disclosure path — the scheme's designers can now respond, and the wider community can assess the damage. But it's also a demonstration that the most capable AI systems are now capable of original mathematical research with direct security implications.

What to watch: How HAWK-256's designers respond, and whether NIST's post-quantum evaluation process accelerates scrutiny of other lattice-based candidates. If Claude can do this with HAWK, the obvious question is which other candidate schemes have unexplored symmetries waiting to be found.

For Australian organisations in the early stages of post-quantum roadmapping — a process the ASD has been nudging critical infrastructure operators toward — this is a useful reminder that "candidate algorithm" does not mean "safe to deploy."

Also today

Sam Altman Says It's Time to Slow Down

OpenAI's CEO has publicly shifted his position on AI development pace, saying he is ready to decelerate after what he described as the first security incident he has felt "very viscerally" — a reference to the recent episode where an OpenAI agent spent days hacking a company undetected. It's a notable turn for someone who has spent years arguing the risks of moving too slowly outweigh the risks of moving too fast. Whether this translates into anything structural at OpenAI, or remains a rhetorical pivot after a bad week, is the obvious question to sit with.

TechCrunch

Coordinated Cyberattack Knocks Out Water Treatment in 30+ Minnesota Communities

A coordinated attack of undetermined origin disrupted water treatment operations across more than 30 communities in Minnesota, according to the state's technology bureau. Details on the attack vector and whether any water safety was compromised remain limited. The incident is a sharp reminder that water infrastructure — often running legacy OT systems with minimal network segmentation — remains one of the softest targets in critical infrastructure. Australian water utilities operating under SOCI Act obligations should note this as exactly the kind of third-party and OT-network scenario the framework's risk management plans are designed to address.

StateScoop / CyberScoop

Arista VeloCloud Orchestrator: CVSS 10.0, Actively Exploited, CISA Is Watching the Clock

A maximum-severity OS command injection flaw in on-premises Arista VeloCloud Orchestrator is being actively exploited in the wild. Tracked as CVE-2026-16812 with a perfect CVSS 10.0 score, the vulnerability allows unauthenticated attackers to execute arbitrary code and potentially pivot to managed Edge devices downstream. CISA has put administrators on a deadline to patch. VeloCloud is a widely deployed SD-WAN platform used by enterprises and managed service providers globally — including in Australia, where SD-WAN underpins many hybrid-work and multi-site deployments. If you run on-prem VCO, this is a drop-everything patch.

The Register

24,650 Servers Are Giving Away Password Hashes Before You Even Log In

Researchers have found more than 36,000 Baseboard Management Controller interfaces exposed to the public internet — and of those, 24,650 will hand you a password-derived authentication hash before you authenticate, thanks to a known weakness in the IPMI protocol. BMCs are the always-on management chips that let admins remotely control servers even when the OS is down. Getting that hash is often enough to crack the password offline or relay it directly. These interfaces were never meant to face the internet, but here we are. Any organisation running bare-metal infrastructure should audit BMC network exposure as a matter of urgency.

The Hacker News

Critical TeamCity Flaw Allows Unauthenticated Code Execution — Patch Immediately

JetBrains has patched a critical vulnerability in on-premises TeamCity, the CI/CD platform used heavily in enterprise software pipelines. CVE-2026-63077 scores 9.8 on CVSS and allows an unauthenticated attacker to run arbitrary OS commands. All on-premises versions are affected; fixes are in versions 2025.11.7 and 2026.1.3. TeamCity Cloud is already patched. CI/CD platforms have become high-value targets precisely because they sit at the intersection of source code, build secrets, and deployment pipelines — compromise one and you've got a direct path into production environments.

The Hacker News

Microsoft's MAI-Cyber-1-Flash Claims Top Marks in AI Security Benchmarking

Microsoft has unveiled MAI-Cyber-1-Flash, a cybersecurity-specific AI model integrated into its MDASH vulnerability identification platform. Paired with GPT-5.4, Microsoft claims the combination scored 95.95% on the CyberGym benchmark — outperforming Anthropic's Mythos and OpenAI's GPT-5.6 Sol — at roughly half the cost of its previous best configuration. Separately, a Microsoft and Wiz collaboration using multi-model agents reportedly catches more than 90% of bugs in testing. Access to MAI-Cyber-1-Flash is currently limited to approved partners. The benchmark arms race in AI security tooling is accelerating fast, and benchmark scores are easier to generate than real-world defensive value.

SecurityWeek

AI Found More Bugs in 2026. Almost None of Them Got Exploited.

Vulnerability intelligence firm VulnCheck has analysed AI-assisted vulnerability discoveries and found that fewer than 2% have been successfully weaponised — a rate roughly in line with traditionally discovered flaws. The finding pushes back against a prevailing narrative that AI is handing attackers a meaningful acceleration advantage. The more nuanced read: AI is broadening the surface area of known vulnerabilities faster than the exploitation ecosystem can absorb them. That's not nothing, but it's a different risk model than "AI finds bug, attacker exploits it tomorrow." The report is worth reading for anyone building threat models around AI-assisted offensive tooling.

The Register

Tengu Botnet Uses Your Own Hardware Watchdog to Survive Being Killed

A new Mirai-derived botnet called Tengu has a resilience trick defenders haven't commonly seen before: if you kill its main process, it instructs the device's hardware watchdog timer to trigger a full reboot, giving its other persistence mechanisms another shot at relaunching. Discovered by Nozomi Networks Labs via Telnet honeypots, Tengu supports 25 DDoS attack modes and spreads through credential brute force. The hardware watchdog angle is clever — it turns a safety feature designed to recover from crashes into a defender-defeating mechanism. Organisations running internet-exposed Linux devices, particularly IoT and embedded systems, should review Telnet exposure and default credentials.

The Hacker News

Apple Drops Patches for 87 iOS Bugs and 155 in macOS Tahoe

Apple has shipped a substantial security update covering 87 vulnerabilities in iOS and 155 in macOS Tahoe. Full details on severity and exploitation status are still being parsed, but the sheer volume — 155 patches in a single macOS release is not routine — suggests significant internal audit work or a particularly productive external research cycle. Given that a Claude sandbox escape affecting 500,000 Mac users was disclosed just last Friday, the timing of this release will attract scrutiny. Australian Apple device users and enterprise MDM administrators should prioritise update deployment.

SecurityWeek

Google Overhauls How It Names Threat Actors

Google has adopted a new two-part naming convention for threat actors, moving away from ad-hoc labels toward a system that pairs a memorable term from existing public reporting with a cluster-categorisation word. The change is partly practical — the current landscape of overlapping names across vendors (APT41, Winnti, Barium, Bronze Atlas — often the same group) creates genuine confusion for defenders trying to correlate intelligence. Standardised naming won't solve attribution disputes, but it reduces the cognitive overhead of tracking the same adversary across a dozen vendor reports. MITRE ATT&CK and other frameworks will likely follow Google's lead or push for alignment.

SecurityWeek

Google's Own Data: AI Is Not Automating Workers Out of Their Jobs — Yet

An analysis of 15 million real AI interactions inside Google found that most tasks at most jobs remain largely unaffected by AI tools. The data contradicts the more dramatic claims circulating about AI-driven workforce displacement. The nuance is in the "yet" — the study reflects current model capabilities and current integration patterns, both of which are changing rapidly. For organisations in Australia navigating Safe Work obligations alongside AI adoption strategies, this is useful grounding: the displacement risk is real over a multi-year horizon, but the immediate priority is getting productivity gains from the fraction of tasks where AI does help.

Ars Technica

Cyera Acquires Oasis Security in $1 Billion Deal

Data security posture management firm Cyera has agreed to acquire Oasis Security, an agentic access management startup that raised $120 million in Series B funding, in a $1 billion deal. The combination makes strategic sense: as AI agents proliferate inside enterprise environments, the question of what data those agents can touch and what identities they operate under is becoming a central security problem. Cyera brings data visibility; Oasis brings non-human identity governance. The deal reflects a broader consolidation trend in the security market as vendors race to build integrated platforms before the agentic AI wave fully lands.

SecurityWeek

Sources consulted