Register for the AI for Security Summit: Join Figma, Perplexity & Wiz

CVE-2026-41584
Rust vulnerability analysis and mitigation

Overview

CVE-2026-41584 is a Denial of Service vulnerability in ZEBRA, a Zcash node implementation written in Rust, caused by a reachable assertion (panic) when processing crafted Orchard transactions. The vulnerability affects all zebrad versions prior to 4.3.1 and zebra-chain versions prior to 6.0.2. It was published on May 8, 2026, with the security advisory originally published by the Zcash Foundation on April 17, 2026. The vulnerability carries a CVSS v3.1 base score of 7.5 (High) and a CVSS v4.0 base score of 9.2 (Critical) (GitHub Advisory).

Technical details

The root cause is a reachable assertion (CWE-617) in the circuits.rs file of the orchard crate used by Zebra to verify Orchard proofs. Orchard transactions include an rk field — a randomized validating key that is also an elliptic curve point. While the Zcash specification permits rk to be the identity ("zero") value, the orchard crate calls unwrap() on the coordinates of rk without handling the identity case, causing a Rust panic when the identity value is encountered. An attacker can exploit this by crafting a transaction with an identity rk value and submitting it to a Zebra node over the network, requiring no authentication or special privileges. The fix was coordinated with zcashd developers and implemented at the transaction parsing layer in Zebra rather than in the orchard crate itself, to avoid prematurely disclosing the bug before nodes could be patched (GitHub Advisory).

Impact

Successful exploitation causes an immediate crash of the targeted Zebra node, resulting in a complete loss of availability for that node. There is no impact on confidentiality or integrity of data. Any Zebra node running a vulnerable version and reachable over the network is at risk; an attacker could repeatedly crash nodes to disrupt Zcash network participation, block transaction processing, or degrade the overall health of the Zcash peer-to-peer network (GitHub Advisory).

Exploitability

No public proof-of-concept exploit code is known to exist, and there is no evidence of in-the-wild exploitation at this time (GitHub Advisory). The vulnerability is unauthenticated and requires no user interaction, making it trivially automatable once the attack vector is understood. The EPSS score is approximately 0.042%, reflecting low current exploitation probability. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The issue was discovered and responsibly reported by Alex "Scalar" Sol (GitHub Advisory).

Exploitation steps

  1. Reconnaissance: Identify publicly reachable Zebra nodes running versions prior to zebrad 4.3.1 by scanning for Zcash peer-to-peer network nodes or querying public node lists.
  2. Craft malicious transaction: Construct an Orchard transaction where the rk field (randomized validating key) is set to the elliptic curve identity point (the "zero" value), which is a valid value per the Zcash specification but triggers a panic in the orchard crate.
  3. Submit transaction: Broadcast the crafted transaction to the target Zebra node via the standard Zcash peer-to-peer protocol, requiring no authentication or special network access.
  4. Trigger crash: The Zebra node parses the transaction, creates an Orchard bundle using the orchard crate, and calls verification — at which point unwrap() on the identity point's coordinates panics, crashing the node process (GitHub Advisory).

Indicators of compromise

  • Logs: Unexpected Rust panic messages in Zebra node logs referencing circuits.rs in the orchard crate, or unwrap() failures related to elliptic curve coordinate extraction.
  • Process: Sudden termination of the zebrad process without a graceful shutdown signal; repeated restarts of the Zebra node service in a short time window.
  • Network: Incoming Orchard transactions from unknown peers with anomalous rk field values (identity/zero point); repeated connection attempts from the same peer IP shortly after node crashes.

Mitigation and workarounds

Users should upgrade to zebrad version 4.3.1 or later and zebra-chain version 6.0.2 or later immediately. The fix adds validation at the transaction parsing layer to reject Orchard transactions containing an identity value in the rk field before they reach the orchard crate verification logic. There are no known workarounds for unpatched versions — immediate upgrade is the only effective remediation (GitHub Advisory).

Community reactions

The vulnerability was noted in automated CVE tracking feeds and security aggregators shortly after disclosure, including posts on Bluesky and Mastodon referencing the advisory. Red Packet Security and InfinitSec published brief coverage of the issue. No major vendor statements beyond the Zcash Foundation's own advisory or notable independent researcher commentary have been identified (GitHub Advisory).

Additional resources


SourceThis report was generated using AI

Related Rust vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-68537HIGH7.5
  • Rust logoRust
  • fulgur
NoYesSep 17, 2026
CVE-2026-68523HIGH7.5
  • Rust logoRust
  • fulgur
NoYesSep 17, 2026
RUSTSEC-2026-0289NONEN/A
  • Rust logoRust
  • pqc_kyber
NoNoSep 17, 2026
RUSTSEC-2026-0287NONEN/A
  • Rust logoRust
  • cosmian_kyber
NoNoSep 17, 2026
RUSTSEC-2026-0286NONEN/A
  • Rust logoRust
  • cryptoki
NoYesSep 16, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management