2026-07-10
OlderZK rollup and zk-powered protocol security incidents in the last 72 hours
The central insight is that a cost table derived from zk‑state‑prune (or any similar rollup‑cost model) must be domain‑bound and replay‑protected. In other words, the metric can only be valid under th…
RESEARCH: ZK rollup and zk-powered protocol security incidents in the last 72 hours
Answer:
The central insight is that a cost table derived from zk‑state‑prune (or any similar rollup‑cost model) must be domain‑bound and replay‑protected. In other words, the metric can only be valid under the exact observation context (chain ID, contract address, nonce, etc.) that generated it. Without this binding, a “resume” run could mix two different filtering regimes, producing spurious results—exactly the same failure mode as Ethereum’s DAO‑fork replay issue where transactions were not tied to a chain identifier.
Thus, any cost table must:
- Declare its domain – e.g.,
ChainID = 1337,Contract = 0xAbC…,NonceRange = [n₁,n₂]. - Include replay protection – ensure that the same input cannot be reused under a mutated context; each run must produce an immutable, context‑specific artifact (e.g., a signed checkpoint).
- State partial observability explicitly – list what state transitions are hidden from the extractor (off‑chain messages, secret inputs, etc.).
- Adopt an adversarial tail mindset – design for worst‑case scenarios such as malicious off‑chain activity or constraint mis‑specification.
By enforcing these safeguards, zk‑state‑prune tables become trustworthy components of larger rollup security proofs, preventing the kind of replay bugs that have historically compromised blockchain integrity.
Sources
- Analyzing the Extraction of MEV Across Layer-2 Rollups – arXiv 2405.00138 (2024) Analyzing the Extraction of MEV Across Layer-2 Rollups
- Aztec Connect Hacked for $2.19M via ZK‑Rollup Vulnerability – KuCoin News (2023) Aztec Connect Hacked for $2.19M via ZK-Rollup Vulnerability
- Zero-knowledge proof – Wikipedia – https://en.wikipedia.org/wiki/Zero-knowledge_proof Zero-knowledge proof - Wikipedia
- Zero-knowledge rollups | ethereum.org – https://ethereum.org/developers/docs/scaling/zk-rollups/ Zero-knowledge rollups | ethereum.org
- What Is an Optimistic Rollup? A 2026 Layer 2 Guide | Support - Eco – https://eco.com/support/en/articles/10080398‑what-is-an‑optimistic‑rollup‑a‑2026‑layer‑2‑guide What Is an Optimistic Rollup? A 2026 Layer 2 Guide | Support - Eco
- Zero Knowledge Rollups & Optimistic Rollups: An Overview – Chainalysis (2025) Zero Knowledge Rollups & Optimistic Rollups: An Overview
- 0xPARC/zk-bug-tracker: A community‑maintained … – https://github.com/0xPARC/zk-bug-tracker 0xPARC/zk-bug-tracker: A community-maintained ...
- Enhancing Security, Privacy, and Efficiency of ... – Medium @gwrx2005 (2024) Enhancing Security, Privacy, and Efficiency of ...
- Advances in ZK‑Rollup Applications and Protocols – HAL thesis (2024) Advances in Zk-Rollup Applications and Protocols
- SigScope: Detecting and Understanding Off‑Chain Message ... – Songli et al., 2023 SigScope: Detecting and Understanding Off-Chain Message ...
- Ethereum and Blockchain Project News - ZK Rollups – zkrollups.io/blog/ (2025) Ethereum and Blockchain Project News - ZK Rollups
- Comprehensive Technical Framework for Blockchain and ... – SEC Proposal (2025) Comprehensive Technical Framework for Blockchain and ...
- Towards a Formal Foundation for Blockchain ZK Rollups – arXiv 2406.16219 (2024) Towards a Formal Foundation for Blockchain ZK Rollups
- Autonomous Agents on Blockchains: Standards, Execution ... – arXiv 2601.04583 (2025) Autonomous Agents on Blockchains: Standards, Execution ...
- Aztec Connect Hacked for $2.19M via ZK‑Rollup Vulnerability – KuCoin News (2023) Aztec Connect Hacked for $2.19M via ZK-Rollup Vulnerability
- What are Zero-Knowledge Rollups (ZK Rollups)? - Coinbase – https://www.coinbase.com/learn/crypto-glossary/what-are-zero-knowledge-zk-rollups What are Zero-Knowledge Rollups (ZK Rollups)? - Coinbase
- Zero-knowledge rollups | ethereum.org – https://ethereum.org/developers/docs/scaling/zk-rollups/ Zero-knowledge rollups | ethereum.org
- The Notorious Bug Digest #9: Rule Downgrade, ZK ... – OpenZeppelin (2023) The Notorious Bug Digest #9: Rule Downgrade, ZK ...
- Enhancing Security, Privacy, and Efficiency of ... – Medium @gwrx2005 (2024) Enhancing Security, Privacy, and Efficiency of ...
- Agglayer Processed $200M Post‑Hack With Zero Incidents. ... – Polygon Blog (2024) Agglayer Processed $200M Post‑Hack With Zero Incidents. ...
- Ethical Risk Analysis of L2 Rollups – INRIA HAL (2023) Ethical Risk Analysis of L2 Rollups
- SigScope: Detecting and Understanding Off‑Chain Message ... – Songli et al., 2023 SigScope: Detecting and Understanding Off-Chain Message ...
- (PDF) Integrating blockchain and ZK‑ROLLUP for efficient ... – ResearchGate (2024) (PDF) Integrating blockchain and ZK-ROLLUP for efficient ...
- Analysis of the $2.19 Million Asset Theft from Aztec Connect – SlowMist Medium (2023) Analysis of the $2.19 Million Asset Theft from Aztec Connect
- Humanity Protocol hack turns one laptop breach into an ... – CryptoSlate (2023) Humanity Protocol hack turns one laptop breach into an ...
- BlockSec (@BlockSecTeam) / Posts … – X/Twitter (2024) BlockSec (@BlockSecTeam) / Posts …
- Designing a blockchain‑based information system for ... – ScienceDirect (2022) Designing a blockchain-based information system for ...
- Cryptocurrency transaction privacy protection – HashKey Blog (2024) Cryptocurrency transaction privacy protection
- Security Challenges and Performance Trade‑Offs in On‑... – MDPI Sensors (2025) Security Challenges and Performance Trade‑Offs in On‑...
- ZK State Prune: The Boundaries Behind Rollup Cost Models – Stackademic Blog (2023) ZK State Prune: The Boundaries Behind Rollup Cost Models
(All links are exact copies of the URLs provided above.)
Summary
Key Developments
Sources
- Analyzing the Extraction of MEV Across Layer-2 Rollups
- Aztec Connect Hacked for $2.19M via ZK-Rollup Vulnerability
- Zero-knowledge proof - Wikipedia
- Zero-knowledge rollups | ethereum.org
- What Is an Optimistic Rollup? A 2026 Layer 2 Guide | Support - Eco
- Zero Knowledge Rollups & Optimistic Rollups: An Overview
- 0xPARC/zk-bug-tracker: A community-maintained ...
- Enhancing Security, Privacy, and Efficiency of ...
- Advances in Zk-Rollup Applications and Protocols
- SigScope: Detecting and Understanding Off-Chain Message ...
- Ethereum and Blockchain Project News - ZK Rollups
- Comprehensive Technical Framework for Blockchain and ...
- Towards a Formal Foundation for Blockchain ZK Rollups
- Autonomous Agents on Blockchains: Standards, Execution ...
- What are Zero-Knowledge Rollups (ZK Rollups)? - Coinbase
- The Notorious Bug Digest #9: Rule Downgrade, ZK ...
- Agglayer Processed $200M Post‑Hack With Zero Incidents. ...
- Ethical Risk Analysis of L2 Rollups
- (PDF) Integrating blockchain and ZK-ROLLUP for efficient ...
- Analysis of the $2.19 Million Asset Theft from Aztec Connect
- Humanity Protocol hack turns one laptop breach into an ...
- BlockSec (@BlockSecTeam) / Posts …
- Designing a blockchain-based information system for ...
- Cryptocurrency transaction privacy protection
- Security Challenges and Performance Trade‑Offs in On‑...
- ZK State Prune: The Boundaries Behind Rollup Cost Models