Morning Edition · Sunday, August 16, 2026Published at 1:37 AM EDT · New York
Contributors to the privacy network found the flaw through internal artificial-intelligence-assisted auditing and told users to treat funds and applications on V5 as exposed until operators complete the required network actions.

Aztec, the privacy-focused layer-2 network built on Ethereum, has 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. If the network accepted such a proof, it would produce a state transition outside the rules V5 is written to enforce. Contributors identified the defect on 27 July through internal auditing assisted by artificial-intelligence tooling, after both internal and external human audits had already been completed.
The distinction matters. Most exploits this desk covers are application bugs, where a contract does the wrong thing with the right inputs. A proving-system defect is a soundness failure at the base layer: the component that decides what is true accepts something false. On a transparent rollup, node operators can re-execute transactions and notice a divergence. On a network built to hide transaction contents, that fallback is weaker, because the data needed to re-execute independently is exactly the data the design conceals. That is why Aztec is telling holders to treat funds, applications and contract state on V5 as exposed to a protocol-level failure rather than an application-level one.
This is the second such disclosure in the same code lineage. Aztec disclosed a critical vulnerability affecting the Alpha V4 proving system in March and told V4 users to withdraw before a governance vote made the details visible, saying at the time that exploitation could lead to theft of user funds. Two consecutive proving systems shipping with soundness defects, both caught by review rather than by an attacker, is the clearest sign yet that the industry's verification tools have not caught up with the amount of capital now running through them.
The financial exposure here is small in absolute terms. Aztec does not appear among the ten largest layer-2 networks by value secured, a group that holds most of the $39.27 billion tracked across Ethereum rollups, led by Base at $11.43 billion and Arbitrum One at $10.09 billion. The larger risk is not Aztec's balance sheet. It is that every rollup relying on a single proving system carries the same class of failure, and that the tooling now finding these bugs first is automated review, not attackers.
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 gains credibility for disclosing before an attacker acted, and rival rollups that run two independent provers gain a marketing argument against single-prover designs.
The disclosure rests entirely on Aztec's own account, matching its March 2025 Alpha V4 disclosure, and no root cause, proof of concept, or third-party confirmation has been published, so whether the defect is exploitable in practice or only in theory remains unestablished.
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 soundness is the single assumption every zero-knowledge rollup asks users to accept, and it cannot be checked by the ordinary defense of re-running transactions on a privacy chain. Holders of assets on any single-prover rollup are exposed through the same channel: if a proof system accepts an invalid state transition, withdrawals to Ethereum can be drained before anyone reconstructs what happened. The competitive consequence is that networks with multiple independent provers, working escape routes to the base layer, or conservative upgrade governance can now claim a concrete safety advantage over faster single-prover designs, and institutional investors evaluating confidential settlement will weigh that difference.
What to watch
Observations to monitor, not financial advice.
Synthesized from: Aztec Network (vulnerability disclosure) · Aztec Network (Alpha V5) · Aztec Network (gas on Aztec)
Comments
1Aug 16, 7:10 AM · edited
Because a forged proof is cryptographically indistinguishable from a legitimate one, any exploitation of this flaw before the 27 July discovery would be undetectable from chain data alone.