# Aztec Discloses Soundness Flaw in Its Alpha V5 Proving System, With the Fix Deferred to V6

Contributors found through internal AI-assisted auditing that an attacker could construct a proof the network would accept for a transaction it should reject.

- Published: 2026-09-12T05:48:50.167Z
- Canonical: https://polylog.news/crypto/2026-09-12/aztec-discloses-soundness-flaw-in-its-alpha-v5-proving-syste
- Publisher: Polylog (Crypto desk)
- Section: tech
- Sources: [Aztec Network](https://aztec.network/blog/alpha-v5-proving-system-vulnerability), [Aztec Network](https://aztec.network/alpha-v5), [Aztec Network](https://aztec.network/blog/how-gas-works-on-aztec)

Aztec, the privacy-focused Ethereum layer-2 network, has [disclosed a critical vulnerability in the proving system behind its Alpha V5 release](https://aztec.network/blog/alpha-v5-proving-system-vulnerability). Core contributors identified the defect on July 27 through internal auditing assisted by artificial intelligence tools. The flaw is a soundness failure: an attacker could construct a zero-knowledge proof that passes verification for a transaction the network should have rejected.

The distinction matters because of what it breaks. A smart-contract bug lets an attacker misuse rules the chain still enforces correctly. A soundness bug in the proving system means the chain's own verification of validity returns the wrong answer. On a network where transaction contents are private by design, the usual fallback of having validators re-execute transactions and compare results does not apply, because there is nothing public to re-execute. Aztec said internal and external human audits have completed, that reviewers have not found other high-severity or critical issues in Alpha V5, and that the correction is planned for V6.

This is the second such disclosure in the same product line. Aztec disclosed a [critical vulnerability in Alpha V4 in March](https://thedefiant.io/news/defi/aztec-v4-withdraw-june-25-v5-upgrade-security-vulnerability), saying it affected the proving system as a whole and could lead to severe disruption and theft of user funds, and it advised V4 users to withdraw before the V5 governance vote made the details public. The pattern that has now formed is embargoed disclosure timed to a scheduled upgrade, which is the only sequencing available when the bug is in the verifier itself.

Aztec has continued to ship in parallel. The network has published [documentation on how transaction fees work on the chain](https://aztec.network/blog/how-gas-works-on-aztec) and an [Alpha V5 release page](https://aztec.network/alpha-v5), and it has [raised its bug bounty to $2 million](https://aztec.network/blog/aztec-network-raises-total-bug-bounty-to-2-million). Notably, the finding came from internal AI-assisted review rather than an external attacker or a bounty hunter, which is the same discovery channel now surfacing defect backlogs across open-source cryptographic libraries.

## What this means

Rollups that rely on a single proving system carry a risk class their audits are not scoped to catch, and the exposure sits with anyone holding assets on those chains during the window between discovery and the upgrade that fixes it. Privacy networks are the most exposed, because confidentiality removes the re-execution check that transparent rollups fall back on, which pushes serious deployments toward proof-system diversity, escape hatches, or staged mainnet launches with capped value at risk.

## What to watch

- Whether Aztec ships V6 on its published schedule and whether the fix is independently reviewed before value moves onto the network.
- Whether other zero-knowledge rollups adopt multiple independent provers or fallback verification, which would show the industry treating soundness bugs as a recurring hazard rather than an isolated incident.
- How many further critical findings come from AI-assisted internal review rather than external bounty hunters, a signal about where security capacity is actually concentrating.
