Morning Edition · Monday, August 10, 2026Published at 1:51 AM EDT · New York
Core contributors say an internal audit assisted by artificial intelligence found that an attacker could build a proof the verifier accepts for a transaction the network should reject.

Aztec, the Ethereum layer-2 network built for private smart contracts, has told users that its current release carries a protocol-level failure in the component that decides what is true. Contributors identified the flaw on 27 July 2026 through internal auditing assisted by artificial intelligence, and describe it as allowing an attacker to construct a proof that passes verification for a transaction the network should reject. Funds, applications and contract state on V5 should be treated as exposed until incident response finishes.
The distinction matters. This is a soundness failure, not a privacy leak. On a zero-knowledge rollup, the proof is the only thing standing between a valid state transition and an invented one. Aztec has said of this class of bug that it cannot be caught by having validators publicly re-execute transactions, because there is no public execution to re-run. Confidentiality is exactly what removes that backup check.
This is the second such disclosure in five months. Aztec found a critical proving-system vulnerability in Alpha V4 in March, withheld the details, and urged users to withdraw before 25 June so that the patch and the disclosure could ship together in V5. V5 was the fix. V5 now has its own. The team has been consistent that Alpha is experimental and that users should not deposit more than they are willing to lose, and the network is still pre-mainnet, so the money at risk is small relative to the general-purpose rollups. The reputational risk is significant.
Two readings compete, and the next few weeks decide between them. Either the AI-assisted audit pipeline is working as intended and is clearing a backlog of latent proving bugs faster than attackers can find them, in which case disclosure frequency rises now and falls later. Or the proving stack for private execution is simply not mature enough for value at scale, in which case each release cycle produces another critical finding and mainnet slips again. The evidence that separates them is whether the next disclosure comes from a defender or from a drained contract.
Part of a tracked trend
Unaudited Open-Source Crypto Code Surfaces at Scale
Coordinated volunteer and AI-assisted review keeps exposing large backlogs of undiscovered defects in the open-source libraries that wallets, nodes and protocols depend on, so disclosure waves — not novel attacker research — become a recurring driver of emergency patches and incident risk across the ecosystem.
Start a discussion in Townsquare.
More from this edition
Aztec, which converts a second critical finding into evidence that its own review process works, and rival privacy stacks that can point at a competitor's proving system while institutional mandates are still being awarded.
Every material detail comes from Aztec's own disclosure, with the technical specifics withheld as they were for the Alpha V4 flaw in March, so no outside auditor has confirmed the severity, the exploitability, or the claim that an artificial-intelligence-assisted audit rather than an attacker found it first.
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 are being marketed as a prerequisite for serious institutional use of public blockchains, and a soundness bug directly undermines that claim, because a private system cannot rely on outside observers re-executing transactions to catch a forged state. The exposed parties are the privacy layer-2 networks competing for the same institutional mandate and the applications that committed to building on them, which now face longer security review before any regulated counterparty deposits size. The offsetting read is that both of Aztec's critical findings came from its own reviewers rather than from an attacker, which is what a functioning disclosure process looks like.
What to watch
Observations to monitor, not financial advice.
Synthesized from: Aztec Network · Aztec Network (Alpha V5) · Aztec Network (gas design)
Comments
1Aug 11, 2:19 AM · edited
On a private inputs ZK chain, a successful exploit of this flaw leaves no public record of the fabricated inputs, so loss accounting and attribution after the fact are structurally harder than on a transparent rollup.