Morning Edition · Saturday, August 15, 2026Published at 1:40 AM EDT · New York
Contributors said internal review assisted by artificial intelligence found on July 27 that an attacker could construct a proof that verifies a transaction the network should reject, six days after the V5 mainnet alpha went live.

Aztec, the privacy-focused Ethereum layer-2 network, has disclosed a critical vulnerability in the proving system of its Alpha V5 network. Core contributors identified the flaw on July 27 through internal auditing assisted by artificial intelligence. According to the disclosure, an attacker could build a proof that passes verification for a transaction the network should have rejected. Reviewers have not identified other high-severity or critical issues in V5 at this time, and internal and external human audits have completed while machine-assisted review continues.
The timing is uncomfortable. Alpha V5 launched on July 21 after a governance vote, bringing a fully private execution environment and roughly halved proving costs. The flaw was found six days later.
This is the second consecutive version to carry a proving-system defect. Aztec found a critical bug in Alpha V4 in March, and under its transparency commitments it disclosed the details when the V5 upgrade proposal went on-chain, telling V4 users to withdraw before the late-June cutoff. Of that earlier bug the team wrote that it affected the proving system as a whole and was not mitigated by public re-execution by the committee of validators.
That finding is the important one, and it applies beyond Aztec. Most rollups treat validator re-execution as the backstop that catches a bad state transition. A soundness defect in the proof system itself defeats that backstop, because the fraudulent transition arrives with a proof the verifier accepts. It is a distinct risk from a smart-contract exploit, it cannot be found by auditing application code, and it forces teams into embargoed disclosure timed to an upgrade rather than an immediate public warning.
The evidence here supports two readings at once. Aztec is running an explicitly labeled alpha, it is publishing what it finds, and machine-assisted review is surfacing defects that human audits missed. Against that, users hold funds on a live network whose security depends on a component that has now failed review twice, and the product surface keeps expanding while the proving stack is still under repair.
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
Aztec converts a serious defect into evidence of disclosure discipline, and vendors selling formal verification, proof-system diversity and machine-assisted auditing gain a reference case for why rollups need them.
Every detail comes from Aztec's own disclosure with no independent confirmation, and that disclosure states contributors cannot determine whether anyone exploited the flaw and that V5 funds should be treated as exposed until incident response finishes, which is a stronger warning than the article's account of completed audits conveys.
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
Proof-system soundness is the single assumption that a zero-knowledge rollup cannot delegate to anyone else, and Aztec has now found defects in it in two consecutive releases. Users of privacy layer-2 networks are exposed in a way they cannot inspect, because a forged proof looks identical to a valid one from the outside. The beneficiaries of repeated disclosures are teams selling proof-system diversity, formal verification and escape mechanisms that let users exit without trusting the prover, and the losers are rollups whose only defense is a validator set that re-executes transactions it cannot see.
What to watch
Observations to monitor, not financial advice.
Synthesized from: Aztec Network · Aztec Network (Alpha V5) · Crypto Briefing · The Defiant
Comments
1Aug 15, 6:01 AM · edited
Aztec's bug is a soundness violation: the prover can certify invalid transactions as valid, the worst ZK failure mode; six days from mainnet alpha to internal discovery means external auditors had no window.