zebra-script
Zcash - Financial Privacy in Rust 🦓
Activity
- Latest release
- 1mo ago
- Total releases
- 38
- Cadence
- ~31 days
- Last 12 months
- 17
Reach
- Downloads
- 80.0k
- Stars
- 596
Details
- License
- MIT OR Apache-2.0
- First release
- Apr 18, 2023
| Version | Released | |
|---|---|---|
11.0.0
major
|
11.0.0
major
Dependencies (11)
+ 3 more
Changelog
Compare changes
|
|
10.1.2
unknown
|
10.1.2
unknown
Dependencies (11)
+ 3 more
Changelog
Compare changes
|
|
10.1.1
unknown
|
10.1.1
unknown
Dependencies (11)
+ 3 more
Changelog
Compare changes
|
|
10.1.0
unknown
|
10.1.0
unknown
Dependencies (12)
+ 4 more
Changelog
Compare changes
|
|
10.0.0
unknown
|
10.0.0
unknown
Dependencies (12)
+ 4 more
Changelog
Compare changes
|
|
9.0.0
unknown
|
9.0.0
unknown
Dependencies (12)
+ 4 more
Changelog
Compare changes
|
|
8.0.0
unknown
|
8.0.0
unknown
Dependencies (12)
+ 4 more
Changelog
Compare changes
|
|
7.0.1
unknown
|
7.0.1
unknown
Dependencies (12)
+ 4 more
Changelog
Compare changes
|
|
7.0.0
unknown
|
7.0.0
unknown
Dependencies (12)
+ 4 more
Changelog
Compare changes
|
|
6.0.1
unknown
1 CVE
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev |
6.0.1
unknown
Dependencies (12)
+ 4 more
Changelog
Compare changes
|
|
6.0.0
unknown
2 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev |
6.0.0
unknown
Dependencies (12)
+ 4 more
Changelog
Compare changes
|
|
5.0.1
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
5.0.1
unknown
Dependencies (11)
+ 3 more
Changelog
Compare changes
|
|
5.0.0
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
5.0.0
unknown
Dependencies (8)
Changelog
Compare changes
|
|
4.0.0
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
4.0.0
unknown
Dependencies (8)
Changelog
Compare changes
|
|
3.0.2
unknown
yanked
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
3.0.2
unknown
yanked
Dependencies (8)
Changelog
Compare changes
|
|
3.0.1
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
3.0.1
unknown
Dependencies (8)
Changelog
Compare changes
|
|
3.0.0
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
3.0.0
unknown
Dependencies (8)
Changelog
Compare changes
|
|
2.0.0
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
2.0.0
unknown
Dependencies (7)
Changelog
Compare changes
|
|
1.0.0
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev | ||
1.0.0-beta.46
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
1.0.0-beta.46
unknown
Dependencies (6)
Changelog
Compare changes
|
|
1.0.0-beta.45
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
1.0.0-beta.45
unknown
Dependencies (6)
Changelog
Compare changes
|
|
1.0.0-beta.43
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
1.0.0-beta.43
unknown
Dependencies (6)
Changelog
Compare changes
|
|
1.0.0-beta.42
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
1.0.0-beta.42
unknown
Dependencies (6)
Changelog
Compare changes
|
|
1.0.0-beta.39
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
1.0.0-beta.39
unknown
Dependencies (6)
Changelog
Compare changes
|
|
1.0.0-beta.38
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
1.0.0-beta.38
unknown
Dependencies (6)
Changelog
Compare changes
|
|
1.0.0-beta.37
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
1.0.0-beta.37
unknown
Dependencies (7)
Changelog
Compare changes
|
|
1.0.0-beta.36
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
1.0.0-beta.36
unknown
Dependencies (7)
Changelog
Compare changes
|
|
1.0.0-beta.35
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
1.0.0-beta.35
unknown
Dependencies (7)
Changelog
Compare changes
|
|
1.0.0-beta.34
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
1.0.0-beta.34
unknown
Dependencies (6)
Changelog
Compare changes
|
|
1.0.0-beta.32
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
1.0.0-beta.32
unknown
Dependencies (6)
Changelog
Compare changes
|
|
1.0.0-beta.31
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
1.0.0-beta.31
unknown
Dependencies (6)
Changelog
Compare changes
|
|
1.0.0-beta.30
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
1.0.0-beta.30
unknown
Dependencies (6)
Changelog
Compare changes
|
|
1.0.0-beta.29
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
1.0.0-beta.29
unknown
Dependencies (6)
Changelog
Compare changes
|
|
1.0.0-beta.28
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
1.0.0-beta.28
unknown
Dependencies (6)
Changelog
Compare changes
|
|
1.0.0-beta.27
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
1.0.0-beta.27
unknown
Dependencies (6)
Changelog
Compare changes
|
|
1.0.0-beta.26
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
1.0.0-beta.26
unknown
Dependencies (6)
Changelog
Compare changes
|
|
1.0.0-beta.25
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |
1.0.0-beta.25
unknown
Dependencies (6)
Changelog
Compare changes
|
|
0.0.0-placeholder.0
unknown
4 CVEs
CVE-2026-52735
GHSA-gf9r-m956-97qx
Jul 02, 2026
zebrad has consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser
Critical
Network
Low
None
None
Am I affectedYou are affected if:
All default configurations are affected. No feature flags, non-default settings, or special build options are required. SummaryZebra's P2SH sigop counter uses a pure-Rust code path that short-circuits on disabled opcodes (such as An attacker can exploit this without mining capability. Broadcasting transactions that spend P2SH outputs with malicious redeem scripts is sufficient; any Zebra miner who includes those transactions in a block triggers a chain split between Zebra and zcashd validators. DetailsThe P2SH sigop counter at The Rust parser in zcashd's A redeem script of PatchesPatched in Zebra 4.4.2. The fix routes the P2SH sigop counter through the same C++ FFI already used by the legacy sigop counter. WorkaroundsThere is no configuration-level workaround. All Zebra nodes validating blocks on a network shared with zcashd are affected. Upgrade as soon as the patched version is available. ImpactA chain split between Zebra and zcashd validators. The attacker broadcasts spending transactions referencing P2SH outputs whose redeem scripts contain a disabled opcode followed by The attacker does not need mining capability, RPC access, or any special privileges. The cost is the transaction fees for the funding and spending transactions. CreditReported by Fixed in
7.0.0
References
Updated Jul 02, 2026 · Source: OSV.dev
GHSA-pvmv-cwg8-v6c8
May 08, 2026
Zebra v4.4.0 still accepts V5 SIGHASH_SINGLE without a corresponding output
Critical
Network
Low
None
None
Consensus Divergence in V5 Transparent SIGHASH_SINGLE With No Corresponding OutputSummaryZebra failed to enforce a ZIP-244 consensus rule for V5 transparent transactions: when an input is signed with A previous fix ( SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.4.0. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code is called from Zebra through a foreign function interface (FFI), with a Rust callback that computes the sighash for each input being verified. ZIP-244 §S.2a marks two situations as consensus failure for V5 transparent signatures:
An attacker could exploit this by:
Zebra would verify the transaction's transparent script and accept the transaction (and any block containing it), while ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.4.1. MitigationUsers should upgrade to Zebra 4.4.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec, @zmanian, and @fivelittleducks for finding and reporting the issue. Fixed in
6.0.1
References Updated May 22, 2026 · Source: OSV.dev
CVE-2026-44497
GHSA-gq4h-3grw-2rhv
May 07, 2026
Zebra has Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale Buffer
Critical
Network
Low
None
None
CVE-2026-44497: Consensus Divergence in Transparent Sighash Hash-Type Handling due to Stale BufferSummaryThe fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj introduced a separate issue due to insuficient error handling of the case where the sighash type is invalid, during sighash computation. Instead of returning an error, the normal flow would resume, and the input sighash buffer would be left untouched. In scenarios where a previous signature validation could leave a valid sighash in the buffer, an invalid hash-type could be incorrectly accepted, which would create a consensus split between Zebra and zcashd nodes. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsZebra 4.3.1. DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++, called from Zebra through a foreign function interface (FFI) with a Rust callback that computes the sighash. The fix for https://github.com/ZcashFoundation/zebra/security/advisories/GHSA-8m29-fpq5-89jj added the missing V5 hash-type consensus check on the Rust side, returning An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in 4.4.0. The fixes uses a workaround where the input buffer is filled with random bytes on validation failure, which makes signature validation fail (as expected) with overwhelming probability. This avoids a breaking release of the MitigationUsers should upgrade to 4.4.0 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsZebra thanks @sangsoo-osec for finding and reporting the issue. Fixed in
6.0.0
References Updated May 13, 2026 · Source: OSV.dev
CVE-2026-41583
GHSA-8m29-fpq5-89jj
Apr 18, 2026
Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling
Critical
Network
Low
None
None
CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type HandlingSummaryAfter a refactoring, Zebra failed to validate a consensus rule that restricted the possible values of sighash hash types for 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. SeverityCritical - This is a Consensus Vulnerability that could allow a malicious party to induce network partitioning, service disruption, and potential double-spend attacks against affected nodes. Note that the impact is currently alleviated by the fact that currently most miners run Affected VersionsAll Zebra versions prior to version 4.3.1. (Some older versions are not impacted but are no longer supported by the network.) DescriptionVerification of transparent transactions inherits the Bitcoin Script verification code in C++. Since it is consensus-critical, this code was called from Zebra through foreign function interface (FFI). That interface was clunky because it required parsing the whole transaction in C++ code, which would then pull Rust libraries which could get in conflict with Zebra code. A refactoring was done so that only the verification itself was done in C++, and the rest done by Rust code, using a callback. However, in this refactoring, it was not noticed that a particular consensus rule - only accepting known hash types in transparent transaction signatures - was being enforced in C++ code and thus had to be enforced by the Rust caller. An attacker could exploit this by:
ImpactConsensus Failure
Fixed VersionsThis issue is fixed in Zebra 4.3.1. The fix adds the consensus check in the caller of the C++ verification code. It also uses the raw hash type for V4 sighash computations. MitigationUsers should upgrade to Zebra 4.3.1 or later immediately. There are no known workarounds for this issue. Immediate upgrade is the only way to ensure the node remains on the correct consensus path and is protected against malicious chain forks. CreditsThanks Alex “Scalar” Sol for finding and reporting the issue, and to @sangsoo-osec who independently found the same issue and demonstrated that the V4 variant was also exploitable. Fixed in
5.0.2
References Updated May 12, 2026 · Source: OSV.dev |