Lucene search
+L

630 matches found

Cvelist
Cvelist
added 2026/04/21 7:20 p.m.39 views

CVE-2026-40881 Zebra: addr/addrv2 Deserialization Resource Exhaustion

ZEBRA is a Zcash node written entirely in Rust. Prior to zebrad version 4.3.0 and zebra-network version 5.0.1, when deserializing addr or addrv2 messages, which contain vectors of addresses, Zebra would fully deserialize them up to a maximum length over 233,000 that was derived from the 2 MiB...

6.3CVSS0.00263EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/21 7:20 p.m.11 views

CVE-2026-40881 Zebra: addr/addrv2 Deserialization Resource Exhaustion

ZEBRA is a Zcash node written entirely in Rust. Prior to zebrad version 4.3.0 and zebra-network version 5.0.1, when deserializing addr or addrv2 messages, which contain vectors of addresses, Zebra would fully deserialize them up to a maximum length over 233,000 that was derived from the 2 MiB...

6.3CVSS5.9AI score
SaveExploits0References3
CVE
CVE
added 2026/04/21 7:20 p.m.72 views

CVE-2026-40881

Zebra/Zebrad deserialization flaw CVE-2026-40881: when parsing addr or addrv2 messages, Zebra would deserialize vectors of addresses up to about 233k entries due to MAX_ADDRS_IN_MESSAGE checking being performed after deserialization. This could exhaust memory and crash a node under network load. ...

7.5CVSS5.7AI score0.00263EPSS
SaveExploits0References1Affected Software2
Vulnrichment
Vulnrichment
added 2026/04/21 7:18 p.m.5 views

CVE-2026-40880 Zebra: Cached Mempool Verification Bypasses Consensus Rules for Ahead-of-Tip Blocks

ZEBRA is a Zcash node written entirely in Rust. Prior to zebrad version 4.3.1 and zebra-consensus version 5.0.2, a logic error in Zebra's transaction verification cache could allow a malicious miner to induce a consensus split. By carefully submitting a transaction that is valid for height H+1 bu...

7.2CVSS5.8AI score0.00261EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/04/21 7:18 p.m.45 views

CVE-2026-40880 Zebra: Cached Mempool Verification Bypasses Consensus Rules for Ahead-of-Tip Blocks

ZEBRA is a Zcash node written entirely in Rust. Prior to zebrad version 4.3.1 and zebra-consensus version 5.0.2, a logic error in Zebra's transaction verification cache could allow a malicious miner to induce a consensus split. By carefully submitting a transaction that is valid for height H+1 bu...

7.2CVSS0.00261EPSS
SaveExploits0References1
OSV
OSV
added 2026/04/21 7:18 p.m.9 views

CVE-2026-40880 Zebra: Cached Mempool Verification Bypasses Consensus Rules for Ahead-of-Tip Blocks

ZEBRA is a Zcash node written entirely in Rust. Prior to zebrad version 4.3.1 and zebra-consensus version 5.0.2, a logic error in Zebra's transaction verification cache could allow a malicious miner to induce a consensus split. By carefully submitting a transaction that is valid for height H+1 bu...

7.2CVSS6AI score
SaveExploits0References3
CNNVD
CNNVD
added 2026/04/21 12:00 a.m.14 views

zebra 安全漏洞

Zebra is an open-source implementation of Zcash full node written in Rust by the Zcash Foundation. Versions of Zebra prior to 4.3.0 and zebra-network prior to 5.0.1 contained security vulnerabilities. These vulnerabilities stemmed from the issue of allocating excessive memory before checking the...

7.5CVSS5.8AI score0.00263EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/04/21 12:00 a.m.15 views

zebra 安全漏洞

Zebra is an open-source implementation of Zcash full node written in Rust by the Zcash Foundation. There is a security vulnerability in Zebra, which stems from a logical error in the transaction verification caching mechanism. This vulnerability could potentially allow malicious miners to...

8.1CVSS5.8AI score0.00261EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/04/18 1:15 a.m.20 views

Zebra Vulnerable to Consensus Divergence in Transparent Sighash Hash-Type Handling

CVE-2026-41583: Consensus Divergence in Transparent Sighash Hash-Type Handling Summary After 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...

9.3CVSS5.8AI score0.00278EPSS
SaveExploits0References4Affected Software2
Github Security Blog
Github Security Blog
added 2026/04/18 1:15 a.m.19 views

Zebra Vulnerable to Denial of Service via Interrupted JSON-RPC Requests from Authenticated Clients

A vulnerability in Zebra's JSON-RPC HTTP middleware allows an authenticated RPC client to cause a Zebra node to crash by disconnecting before the request body is fully received. The node treats the failure to read the HTTP request body as an unrecoverable error and aborts the process instead of...

6.9CVSS5.7AI score0.00257EPSS
SaveExploits0References3Affected Software2
OSV
OSV
added 2026/04/18 1:15 a.m.12 views

GHSA-29X4-R6JV-FF4W Zebra Vulnerable to Denial of Service via Interrupted JSON-RPC Requests from Authenticated Clients

A vulnerability in Zebra's JSON-RPC HTTP middleware allows an authenticated RPC client to cause a Zebra node to crash by disconnecting before the request body is fully received. The node treats the failure to read the HTTP request body as an unrecoverable error and aborts the process instead of...

6.9CVSS5.7AI score0.00257EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/04/18 1:14 a.m.16 views

Zebra has rk Identity Point Panic in Transaction Verification

rk Identity Point Panic in Transaction Verification Summary Orchard transactions contain a rk field which is a randomized validating key and also an elliptic curve point. The Zcash specification allows the field to be the identity a "zero" value, however, the orchard crate which is used to verify...

9.2CVSS5.7AI score0.00268EPSS
SaveExploits0References3Affected Software2
OSV
OSV
added 2026/04/18 1:14 a.m.8 views

GHSA-452V-W3GX-72WG Zebra has rk Identity Point Panic in Transaction Verification

rk Identity Point Panic in Transaction Verification Summary Orchard transactions contain a rk field which is a randomized validating key and also an elliptic curve point. The Zcash specification allows the field to be the identity a "zero" value, however, the orchard crate which is used to verify...

9.2CVSS5.7AI score0.00268EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/04/18 12:42 a.m.17 views

Zebra: addr/addrv2 Deserialization Resource Exhaustion

CVE-2026-40881: addr/addrv2 Deserialization Resource Exhaustion Summary When deserializing addr or addrv2 messages, which contain vectors of addresses, Zebra would fully deserialize them up to a maximum length over 233,000 that was derived from the 2 MiB message size limit. This is much larger th...

7.5CVSS5.7AI score0.00263EPSS
SaveExploits0References3Affected Software2
OSV
OSV
added 2026/04/18 12:42 a.m.19 views

GHSA-XR93-PCQ3-PXF8 Zebra: addr/addrv2 Deserialization Resource Exhaustion

CVE-2026-40881: addr/addrv2 Deserialization Resource Exhaustion Summary When deserializing addr or addrv2 messages, which contain vectors of addresses, Zebra would fully deserialize them up to a maximum length over 233,000 that was derived from the 2 MiB message size limit. This is much larger th...

6.3CVSS5.7AI score0.00263EPSS
SaveExploits0References3
OSV
OSV
added 2026/04/18 12:41 a.m.14 views

GHSA-XVJ8-PH7X-65GF Zebra: Cached Mempool Verification Bypasses Consensus Rules for Ahead-of-Tip Blocks

CVE-2026-40880: Cached Mempool Verification Bypasses Consensus Rules for Ahead-of-Tip Blocks Summary A logic error in Zebra's transaction verification cache could allow a malicious miner to induce a consensus split. By carefully submitting a transaction that is valid for height H+1 but invalid fo...

7.2CVSS5.8AI score0.00261EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/04/18 12:41 a.m.17 views

Zebra: Cached Mempool Verification Bypasses Consensus Rules for Ahead-of-Tip Blocks

CVE-2026-40880: Cached Mempool Verification Bypasses Consensus Rules for Ahead-of-Tip Blocks Summary A logic error in Zebra's transaction verification cache could allow a malicious miner to induce a consensus split. By carefully submitting a transaction that is valid for height H+1 but invalid fo...

8.1CVSS5.8AI score0.00261EPSS
SaveExploits0References3Affected Software2
Positive Technologies
Positive Technologies
added 2026/04/18 12:00 a.m.29 views

PT-2026-33597

Name of the Vulnerable Software and Affected Versions Zebra versions prior to 4.3.1 Description A logic error in the transaction verification cache allows a malicious miner to induce a consensus split. The issue stems from a performance optimization that skips transaction validation if the...

7.2CVSS5.8AI score0.00261EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/04/18 12:00 a.m.26 views

PT-2026-37130

rk Identity Point Panic in Transaction Verification Summary Orchard transactions contain a rk field which is a randomized validating key and also an elliptic curve point. The Zcash specification allows the field to be the identity a "zero" value, however, the orchard crate which is used to verify...

9.2CVSS5.8AI score0.00268EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/04/18 12:00 a.m.21 views

PT-2026-33599

CVE-2026-40881: addr/addrv2 Deserialization Resource Exhaustion Summary When deserializing addr or addrv2 messages, which contain vectors of addresses, Zebra would fully deserialize them up to a maximum length over 233,000 that was derived from the 2 MiB message size limit. This is much larger th...

6.3CVSS5.7AI score0.00263EPSS
SaveExploits0References4
Rows per page
Query Builder