
Cloud Vulnerability DB
A community-led vulnerabilities database
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).
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).
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).
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).
zebrad 4.3.1 by scanning for Zcash peer-to-peer network nodes or querying public node lists.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.orchard crate, and calls verification — at which point unwrap() on the identity point's coordinates panics, crashing the node process (GitHub Advisory).circuits.rs in the orchard crate, or unwrap() failures related to elliptic curve coordinate extraction.zebrad process without a graceful shutdown signal; repeated restarts of the Zebra node service in a short time window.rk field values (identity/zero point); repeated connection attempts from the same peer IP shortly after node crashes.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).
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).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."