CVE-2026-52733

Published: Ago 18, 2026 Last Modified: Ago 18, 2026
ExploitDB:
Other exploit source:
Google Dorks:
MEDIUM 6,5
Attack Vector: network
Attack Complexity: high
Privileges Required: none
User Interaction: none
Scope: unchanged
Confidentiality: none
Integrity: high
Availability: low

Description

AI Translation Available

ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5.0, a natural or attacker-influenced chain fork can leave stale Sapling and Orchard note-commitment subtree roots in Zebra state. In zebra-state/src/service/non_finalized_state/chain.rs, Chain::pop_tip removed a reverted tip block but did not remove subtree entries whose end_height belonged to that block, unlike the cleanup performed by pop_root. When the winning fork later finalized, the abandoned branch's stale subtree data could be written to RocksDB and survive node restarts. The corrupted history can cause z_getsubtreesbyindex consumers such as lightwalletd and light wallets to receive incorrect subtree roots, producing wallet synchronization failures or incorrect wallet state and requiring a full state rebuild for recovery. This issue is fixed in version 4.5.0.

459

Incomplete Cleanup

Draft
Common Consequences
Security Scopes Affected:
Other Confidentiality Integrity
Potential Impacts:
Other Read Application Data Modify Application Data Dos: Resource Consumption (Other)
Applicable Platforms
All platforms may be affected
View CWE Details
672

Operation on a Resource after Expiration or Release

Draft
Common Consequences
Security Scopes Affected:
Integrity Confidentiality Other Availability
Potential Impacts:
Modify Application Data Read Application Data Other Dos: Crash, Exit, Or Restart
Applicable Platforms
Technologies: Mobile
View CWE Details
https://github.com/ZcashFoundation/zebra/commit/1440b43ca7df59aca948090d4511755…
https://github.com/ZcashFoundation/zebra/releases/tag/v4.5.0
https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-2gf8-q9rr-jq3h