Cyber Resilience

CVE-2026-41583

Zfnd Zebra-Script ≤ 5.0.2

Published
08 May 2026
Modified
17 June 2026
Patch / advisory
CVSS Score v4 9.3
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0028 20th percentile
Risk Priority 44 floored blend · peak EPSS

Summary

CVE-2026-41583 is a critical-severity Improper Following of Specification by Caller (CWE-573) vulnerability in Zfnd Zebra-Script. Its CVSS base score is 9.3 (Critical).

Operationally, ranked at the 20th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

ZEBRA is a Zcash node written entirely in Rust. Prior to zebrad version 4.3.1 and prior to zebra-script version 5.0.2, after a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for…

more

V5 transactions which were enabled in the NU5 network upgrade. Zebra nodes could thus accept and eventually mine a block that would be considered invalid by zcashd nodes, creating a consensus split between Zebra and zcashd nodes. In a similar vein, for V4 transactions, Zebra mistakenly used the "canonical" hash type when computing the sighash while zcashd (correctly per the spec) uses the raw value, which could also crate a consensus split. This issue has been patched in zebrad version 4.3.1 and zebra-script version 5.0.2.

CWE(s)

Related Threats

CVEs Like This One

CVE-2026-44497Same product: Zfnd Zebra-Script
CVE-2026-44498Same product: Zfnd Zebrad
CVE-2026-40880Same product: Zfnd Zebrad
CVE-2026-41584Same product: Zfnd Zebrad
CVE-2026-41585Same product: Zfnd Zebrad
CVE-2026-40881Same product: Zfnd Zebrad
CVE-2026-44500Same product: Zfnd Zebrad
CVE-2026-34377Same vendor: Zfnd
CVE-2026-34202Same vendor: Zfnd
CVE-2025-46330Shared CWE-573

Affected Assets

zfnd
zebra-script
≤ 5.0.2
zfnd
zebrad
≤ 4.3.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation can discover cases where callers fail to follow required specifications or APIs.

Requiring a documented development process and standards reduces the chance that callers will deviate from language, framework, or protocol specifications.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly enforce correct adherence to language, framework, protocol and platform specifications during implementation.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect specification non-compliance but does not itself prevent the weakness.

prevents

Secure development life cycle mandates adherence to language, framework and protocol specifications, directly reducing improper caller behavior.

prevents

Application security requirements explicitly capture specification compliance obligations that callers must follow.

prevents

Secure system architecture and engineering principles include specification adherence as a design constraint.

prevents

Secure coding standards enforce correct use of APIs, protocols and language features, mitigating caller specification violations.

prevents

Change management can catch specification drift during updates but is not a primary mitigation.

References