PatchSiren cyber security CVE debrief
CVE-2026-52739 ZcashFoundation CVE debrief
A vulnerability in ZEBRA, a Zcash node written in Rust, allows a malicious block producer to terminate zebrad by placing the same shielded transaction in a non-finalized parent block and its child. This issue arises from the Chain::push function in zebra-state/src/service/non_finalized_state/chain.rs, which originally inserted the transaction hash into tx_loc_by_hash and asserted uniqueness before updating shielded data and running duplicate Sprout, Sapling, or Orchard nullifier checks. The vulnerability can be exploited through two consecutive attacker-mined blocks or an attacker-mined child immediately after an honest block includes the attacker's shielded transaction. This issue
- Vendor
- ZcashFoundation
- Product
- zebra
- CVSS
- MEDIUM 5.9
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-18
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-18
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for ZEBRA node configurations and Zcash network security should assess exposure and prioritize upgrading to version 4.5.0 or later. This includes operators of ZEBRA nodes, security teams, and vulnerability management teams who need to review and monitor node configurations for potential exposure and verify shielded transaction handling.
Why it matters
Defenders should prioritize upgrading to ZEBRA version 4.5.0 or later to prevent potential denial-of-service attacks. The vulnerability allows a malicious block producer to terminate zebrad, and its scope and impact require verification from official sources.
- Potential denial-of-service attacks through malicious block production
- Verification of shielded transaction handling in ZEBRA nodes
- Upgrade priority for ZEBRA nodes to prevent potential attacks
Technical summary
A malicious block producer can terminate zebrad by placing the same shielded transaction in a non-finalized parent block and its child. The issue arises from the Chain::push function in zebra-state/src/service/non_finalized_state/chain.rs, which originally inserted the transaction hash into tx_loc_by_hash and asserted uniqueness before updating shielded data and running duplicate Sprout, Sapling, or Orchard nullifier checks.
Defensive priority
Defenders should prioritize upgrading to ZEBRA version 4.5.0 or later to prevent potential denial-of-service attacks.
Recommended defensive actions
- Upgrade to ZEBRA version 4.5.0 or later
- Review and monitor ZEBRA node configurations for potential exposure
- Verify shielded transaction handling in ZEBRA nodes
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
Evidence notes
The vulnerability is described in the CVE record and source references. However, the scope of affected versions and potential impact require verification from official sources. The CVE record was published on 2026-08-18T20:17:18.127Z and has not been modified since then. The official CVE Program record and NIST NVD detail page provide source-provided CVE metadata and vulnerability assessment. Additional source references are available for vulnerability details, fix details, and advisory details.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-52739 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-52739
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-52739 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-52739
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/ZcashFoundation/zebra/commit/1440b43ca7df59aca948090d45117557b217a6cd
-
Source reference
Unverified legacy reference
URL: https://github.com/ZcashFoundation/zebra/releases/tag/v4.5.0
-
Source reference
Unverified legacy reference
URL: https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-hhm7-qrv5-h4r6
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.