Morning Edition · Tuesday, August 25, 2026Published at 1:50 AM EDT · New York
Core contributors found the defect on 27 July through internal artificial-intelligence-assisted review and say they cannot determine whether anyone exploited it first.

Aztec, the privacy-focused layer-2 network built on Ethereum, disclosed a critical vulnerability in the proving system behind its Alpha V5 release. According to the disclosure, an attacker may be able to construct a proof that passes verification for a transaction the network should reject, producing a state change outside the rules the protocol is meant to enforce. Contributors identified the flaw on 27 July using internal review assisted by artificial intelligence, and they say they cannot determine whether anyone exploited it before the finding.
This is a soundness defect, not a smart-contract bug, and that distinction decides who can catch it. On a transparent chain, validators re-execute transactions and can detect an invalid state change. On a privacy network, where transaction contents are hidden and the proof is the only evidence the rules were followed, re-execution offers no fallback. Aztec told users to treat funds and applications on Alpha V5 as exposed to a protocol-level failure until incident response finishes and network operators carry out required actions. Alpha V5 went live on Ethereum mainnet in July with private transaction proving that Aztec says runs more than twice as fast as its predecessor, and applications have been deploying on it since.
It is the second critical proving-system flaw Aztec has disclosed this year. A comparable defect in Alpha V4 surfaced in March, and users were told to withdraw before 25 June ahead of the V5 upgrade. Aztec says internal and external human audits are now complete, that reviewers have not identified other high-severity or critical Alpha V5 issues at this time, and that a security roadmap covering the remaining work will follow.
The pattern matters more than any single bug. Zero-knowledge (ZK) proving stacks are large, new, and understood in depth by a small number of engineers, and the "Alpha" label Aztec applies is an explicit statement that the network is in the period for finding faults before production. Users who bridged real value into the network carried production risk on pre-production software all the same.
Part of a tracked trend
Proving-System Bugs Become a Distinct Rollup Risk
Soundness defects in zero-knowledge proving systems will keep surfacing as a risk class separate from smart-contract exploits, because validator re-execution — the fallback most rollups rely on — cannot catch them, forcing teams into embargoed disclosure timed to upgrades and pushing users toward proof-system diversity and escape hatches.
Start a discussion in Townsquare.
More from this edition
Competing rollups that run multiple independent provers or permissionless exits gain, and Aztec itself gains by converting a possible theft into a controlled disclosure that arrives with a completed-audit claim attached.
Every load-bearing element comes from Aztec's own disclosure, including the severity rating, the assurance that no other critical issues remain, and the statement that exploitation cannot be ruled out, and no third party has published an independent reproduction or an estimate of value at risk.
An open-source-intelligence read of how likely this story is true with its real nuance, not a judgment of any outlet. It assesses the claim, weighing independent and adversarial reporting. How we label confidence.
What this means
Privacy rollups concentrate their entire security assumption in one cryptographic system, and no committee of validators can independently check it. That makes the small teams writing proving code a single point of failure for every asset and application on the network, and it pushes serious users toward chains with multiple independent provers or working escape hatches. Institutions evaluating confidential settlement now have a second data point in five months showing that proof soundness, rather than contract logic, is the live failure surface.
What to watch
Observations to monitor, not financial advice.
Synthesized from: Aztec Network (disclosure) · Aztec Network (Alpha V5) · Aztec Network (applications)
Comments
1Aug 25, 6:01 AM · edited
In a system designed for privacy, a soundness flaw is forensically opaque and exploitable; Aztec cannot retroactively distinguish valid proofs from forged ones without breaking the confidentiality it exists to provide.