Skip to main content

Zcash Foundation

Back to Blog

September 25, 2026

Foundation News

Zebra 6.4.2 Release

Zebra 6.4.2: Emergency Fix for a Remotely Triggerable Crash

Zebra 6.4.2 is an emergency security release that fixes a high-severity vulnerability in Zebra 6.4.0 and 6.4.1 that lets any peer crash a node with a single network message. Both of those versions are recalled, and all operators running either one should upgrade to 6.4.2 immediately. Zebra 6.3.0 and earlier are not affected by this issue. Zebra 6.4.2 also includes the sync stall fix shipped in 6.4.1.

Security Advisories

GHSA-h5rr-8pqv-grp9: Remote Crash via Malformed v6 Transaction (High)

Zebra 6.4.0 moved transaction parsing to the shared zcash_primitives library, and in the process dropped a check that rejects v6 transactions carrying a consensus branch ID from before NU6.3. Zebra could parse such a transaction but not re-serialize it, and it re-serializes every transaction it receives to compute its size, treating that step as infallible. A single malformed tx message from any peer therefore terminated the node. The attack needs no authentication, no completed handshake, and no special configuration, and a peer could repeat it immediately after each restart to keep a node down. No configuration change removes the exposure. The impact is availability only, with no consensus or funds impact. Zebra 6.4.2 restores the parse-time check, so these transactions are rejected as soon as they are received.

This issue was first found by Google OSS-Fuzz through Zebra’s continuous fuzzing. Thanks to @SphereDonout and @v12security for independently reporting this issue after it shipped in Zebra 6.4.0.

Recalled Releases

Zebra 6.4.0 and 6.4.1

Zebra 6.4.0 and 6.4.1 are recalled and should not be run or deployed. Their GitHub release pages now carry a recall notice, their zfnd/zebra Docker tags have been removed, and the corresponding zebrad versions have been yanked from crates.io. Every feature and fix introduced in 6.4.0 and 6.4.1 is included in 6.4.2, so upgrading loses nothing.

Upgrading

How to Upgrade

Operators should upgrade to Zebra 6.4.2 now. The release is available from:

Library Consumers

The fix is in zebra-chain v13.0.1. Applications that use earlier zebra-chain releases from the 6.4.x line to deserialize transactions from untrusted sources should upgrade.

Contributors

Thank you to everyone who contributed to this release:

Zebra is the Zcash Foundation’s independent, Rust-based implementation of the Zcash protocol. Learn more at github.com/ZcashFoundation/zebra.