Lucene search
+L

623 matches found

NVD
NVD
added 2026/08/18 8:17 p.m.4 views

CVE-2026-52738

ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5.0, a consensus-valid block containing a long chain of transparent self-spends to one address can permanently halt Zebra nodes. In zebra-state/src/service/finalizedstate/zebradb/transparent.rs, the finalized-state writer originally appli...

6.9CVSS0.00371EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/18 8:17 p.m.5 views

CVE-2026-52733

ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5.0, a natural or attacker-influenced chain fork can leave stale Sapling and Orchard note-commitment subtree roots in Zebra state. In zebra-state/src/service/nonfinalizedstate/chain.rs, Chain::poptip removed a reverted tip block but did n...

6.5CVSS0.00335EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/18 7:27 p.m.18 views

CVE-2026-52829 ZEBRA: IPv4-Mapped Mempool Misbehavior Update Aborts Zebra Address Book

ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5.0, an unauthenticated IPv4 peer can deterministically terminate a synced Zebra node using the default Linux dual-stack listener configuration. The handshake path canonicalized an IPv4-mapped IPv6 PeerSocketAddr such as ::ffff:127.0.0.1 ...

7.5CVSS0.00432EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/18 7:27 p.m.38 views

CVE-2026-52829

An unauthenticated remote peer can deterministically crash any synced zebrad node (v4.4.1 and earlier) on the default Linux dual-stack listener by completing a P2P handshake and advertising an invalid mempool transaction; the crash fires after the 30-second misbehavior batch flush due to an IPv4-...

7.5CVSS5.3AI score0.00432EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 7:27 p.m.4 views

CVE-2026-52829 ZEBRA: IPv4-Mapped Mempool Misbehavior Update Aborts Zebra Address Book

ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5.0, an unauthenticated IPv4 peer can deterministically terminate a synced Zebra node using the default Linux dual-stack listener configuration. The handshake path canonicalized an IPv4-mapped IPv6 PeerSocketAddr such as ::ffff:127.0.0.1 ...

7.5CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/18 7:26 p.m.18 views

CVE-2026-52736 ZEBRA: Block suppression via NU5 same-header body poisoning of sent-hash cache

ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5.0, a remote unauthenticated P2P peer can stall a Zebra node by racing an invalid block body against the valid canonical body for the same block header hash. ZIP-244 permits the attacker to mutate coinbase scriptSig authentication data...

8.7CVSS0.00444EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 7:26 p.m.8 views

CVE-2026-52736 ZEBRA: Block suppression via NU5 same-header body poisoning of sent-hash cache

ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5.0, a remote unauthenticated P2P peer can stall a Zebra node by racing an invalid block body against the valid canonical body for the same block header hash. ZIP-244 permits the attacker to mutate coinbase scriptSig authentication data...

8.7CVSS5.6AI score
SaveExploits0References5
CVE
CVE
added 2026/08/18 7:26 p.m.33 views

CVE-2026-52736

In Zebra versions up to v4.4.1, a remote unauthenticated P2P peer can poison the in-memory non_finalized_block_write_sent_hashes cache by racing an invalid block body sharing a header hash (via ZIP-244 scriptSig malleability). When the valid canonical body arrives, it is treated as a duplicate an...

8.7CVSS5.4AI score0.00444EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 7:26 p.m.3 views

CVE-2026-52732 ZEBRA: Mempool transaction admission denial via single-peer inbound queue saturation

ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5.0, one unauthenticated P2P peer can monopolize all 25 MAXINBOUNDCONCURRENCY slots in Zebra's inbound mempool download and verification pipeline. In zebrad/src/components/mempool/downloads.rs, the bounded queue was shared globally withou...

5.3CVSS5.5AI score
SaveExploits0References5
CVE
CVE
added 2026/08/18 7:26 p.m.34 views

CVE-2026-52732

ZEBRA (zebrad), a Zcash node written in Rust, is vulnerable to mempool transaction admission denial via single-peer inbound queue saturation in versions prior to 4.5.0 . A single unauthenticated P2P peer can monopolize all 25 MAX_INBOUND_CONCURRENCY slots in the inbound mempool download/verificat...

5.3CVSS5.3AI score0.00371EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/18 7:25 p.m.18 views

CVE-2026-52731 ZEBRA: Full node denial of service via non-ASCII LongPollId in getblocktemplate

ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5.0, an attacker authenticated to an enabled Zebra RPC endpoint can terminate zebrad by supplying a getblocktemplate LongPollId containing multi-byte UTF-8 characters. In zebra-rpc/src/methods/types/longpoll.rs, LongPollId::fromstr...

6.5CVSS0.00376EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 7:25 p.m.4 views

CVE-2026-52731 ZEBRA: Full node denial of service via non-ASCII LongPollId in getblocktemplate

ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5.0, an attacker authenticated to an enabled Zebra RPC endpoint can terminate zebrad by supplying a getblocktemplate LongPollId containing multi-byte UTF-8 characters. In zebra-rpc/src/methods/types/longpoll.rs, LongPollId::fromstr...

6.5CVSS5.4AI score
SaveExploits0References5
CVE
CVE
added 2026/08/18 7:25 p.m.28 views

CVE-2026-52731

ZEBRA (Zcash full node, Rust) versions prior to 4.5.0 are vulnerable to a denial of service via the getblocktemplate RPC endpoint. The LongPollId::from_str function in zebra-rpc/src/methods/types/long_poll.rs performs byte-index string slicing on user-supplied input. When the LongPollId contains ...

6.5CVSS5.3AI score0.00376EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 7:24 p.m.8 views

CVE-2026-52733 ZEBRA: Persistent on-disk corruption of Sapling/Orchard subtree roots after chain fork via pop_tip

ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5.0, a natural or attacker-influenced chain fork can leave stale Sapling and Orchard note-commitment subtree roots in Zebra state. In zebra-state/src/service/nonfinalizedstate/chain.rs, Chain::poptip removed a reverted tip block but did n...

6.5CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/18 7:24 p.m.21 views

CVE-2026-52733 ZEBRA: Persistent on-disk corruption of Sapling/Orchard subtree roots after chain fork via pop_tip

ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5.0, a natural or attacker-influenced chain fork can leave stale Sapling and Orchard note-commitment subtree roots in Zebra state. In zebra-state/src/service/nonfinalizedstate/chain.rs, Chain::poptip removed a reverted tip block but did n...

6.5CVSS0.00335EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/18 7:24 p.m.28 views

CVE-2026-52733

ZEBRA (Zcash node, Rust) versions up to v4.4.1 are affected by a state corruption bug. During a chain fork, Chain::pop_tip removes the reverted tip block but fails to clean up associated Sapling and Orchard note-commitment subtree root entries, unlike pop_root. When the winning fork finalizes, th...

6.5CVSS5.3AI score0.00335EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 7:24 p.m.4 views

CVE-2026-52738 ZEBRA: Finalized address balance credit-first overflow on consensus-valid blocks

ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5.0, a consensus-valid block containing a long chain of transparent self-spends to one address can permanently halt Zebra nodes. In zebra-state/src/service/finalizedstate/zebradb/transparent.rs, the finalized-state writer originally appli...

6.9CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/18 7:24 p.m.18 views

CVE-2026-52738 ZEBRA: Finalized address balance credit-first overflow on consensus-valid blocks

ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5.0, a consensus-valid block containing a long chain of transparent self-spends to one address can permanently halt Zebra nodes. In zebra-state/src/service/finalizedstate/zebradb/transparent.rs, the finalized-state writer originally appli...

6.9CVSS0.00371EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/18 7:24 p.m.23 views

CVE-2026-52738

Zebra (a Zcash node written in Rust) versions up to v4.4.1 are vulnerable to a persistent chain halt . The finalized-state writer in transparent.rs applies all credits before debits within a block, so a consensus-valid block with a long chain of transparent self-spends to one address can push the...

6.9CVSS5.3AI score0.00371EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/18 7:23 p.m.17 views

CVE-2026-52735 ZEBRA: Consensus divergence via P2SH sigop undercount in pure-Rust disabled-opcode parser

ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5.0, Zebra can accept a block that zcashd rejects because the P2SH signature-operation counter undercounts redeem scripts containing a disabled opcode followed by signature opcodes. In zebra-script/src/lib.rs, p2shinputsigopcount used the...

9.3CVSS0.00291EPSS
SaveExploits0References3
Rows per page
Query Builder