zebrad has mempool transaction admission denial via single-peer inbound queue saturation (CVE-2026-52732)
ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5.0, one unauthenticated P2P peer can monopolize all 25 MAX_INBOUND_CONCURRENCY slots in Zebra's inbound mempool download and verification pipeline. In zebrad/src/components/mempool/downloads.rs, the bounded queue was shared globally without per-peer accounting, while peer identity was not carried through Gossip and FullQueue responses were mapped to Response::Nil instead of reaching overload disconnection handling. An attacker can advertise fake transaction identifiers and remain silent so each task holds a slot until TRANSACTION_DOWNLOAD_TIMEOUT, then periodically refill the queue as slots expire. While saturated, honest peer transactions and local sendrawtransaction requests are rejected with MempoolError::FullQueue, although block validation and synchronization continue. This issue is fixed in version 4.5.0.
AI Analysis
Technical Summary
zebrad's mempool download and verification pipeline uses a bounded pool of 25 concurrent slots shared across all inbound peers without per-peer limits. An attacker can monopolize all slots by sending fake transaction IDs in inv messages, causing the node to queue download tasks that time out after 20 seconds. Because the overload condition is not signaled to the peer connection layer and misbehavior is not attributed, the attacker is never disconnected and can sustain the denial of mempool transaction admission. This affects all default configurations where inbound P2P connections are accepted and the mempool is active. The vulnerability is addressed in zebrad 4.5.0 by implementing per-peer slot accounting, surfacing overload signals, and attributing misbehavior to peers.
Potential Impact
The vulnerability causes denial of mempool transaction admission for all honest inbound peers and local RPC clients while the attack is ongoing. This prevents new transactions from entering the mempool but does not affect block validation, chain synchronization, consensus, funds, or on-disk state. The attacker requires only a single TCP connection and minimal bandwidth to sustain the attack. The node recovers immediately once the attack stops.
Mitigation Recommendations
An official fix is available in zebrad version 4.5.0. This update adds per-peer queue accounting limiting each peer to a fraction of the total mempool slots, surfaces overload signals to the peer connection layer, and attributes misbehavior to peers to enable disconnection. There is no complete configuration workaround; reducing inbound peer count does not prevent a single peer from saturating all slots. Users should upgrade to zebrad 4.5.0 or later to fully mitigate this issue.
zebrad has mempool transaction admission denial via single-peer inbound queue saturation (CVE-2026-52732)
Description
ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5.0, one unauthenticated P2P peer can monopolize all 25 MAX_INBOUND_CONCURRENCY slots in Zebra's inbound mempool download and verification pipeline. In zebrad/src/components/mempool/downloads.rs, the bounded queue was shared globally without per-peer accounting, while peer identity was not carried through Gossip and FullQueue responses were mapped to Response::Nil instead of reaching overload disconnection handling. An attacker can advertise fake transaction identifiers and remain silent so each task holds a slot until TRANSACTION_DOWNLOAD_TIMEOUT, then periodically refill the queue as slots expire. While saturated, honest peer transactions and local sendrawtransaction requests are rejected with MempoolError::FullQueue, although block validation and synchronization continue. This issue is fixed in version 4.5.0.
CVSS v3.1
Score 5.3medium
Affected software
Run on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.
Weaknesses
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
zebrad's mempool download and verification pipeline uses a bounded pool of 25 concurrent slots shared across all inbound peers without per-peer limits. An attacker can monopolize all slots by sending fake transaction IDs in inv messages, causing the node to queue download tasks that time out after 20 seconds. Because the overload condition is not signaled to the peer connection layer and misbehavior is not attributed, the attacker is never disconnected and can sustain the denial of mempool transaction admission. This affects all default configurations where inbound P2P connections are accepted and the mempool is active. The vulnerability is addressed in zebrad 4.5.0 by implementing per-peer slot accounting, surfacing overload signals, and attributing misbehavior to peers.
Potential Impact
The vulnerability causes denial of mempool transaction admission for all honest inbound peers and local RPC clients while the attack is ongoing. This prevents new transactions from entering the mempool but does not affect block validation, chain synchronization, consensus, funds, or on-disk state. The attacker requires only a single TCP connection and minimal bandwidth to sustain the attack. The node recovers immediately once the attack stops.
Mitigation Recommendations
An official fix is available in zebrad version 4.5.0. This update adds per-peer queue accounting limiting each peer to a fraction of the total mempool slots, surfaces overload signals to the peer connection layer, and attributes misbehavior to peers to enable disconnection. There is no complete configuration workaround; reducing inbound peer count does not prevent a single peer from saturating all slots. Users should upgrade to zebrad 4.5.0 or later to fully mitigate this issue.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-4fc2-h7jh-287c
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-52732"]
- Ecosystems
- ["crates.io"]
- Database Specific Severity
- MODERATE
- Cvss Version
- 3.1
Threat ID: 6a46ecb727e9c7971943ca1f
Added to database: 07/02/2026, 22:56:55 UTC
Last enriched: 08/19/2026, 11:13:35 UTC
Last updated: 09/14/2026, 22:21:39 UTC
Views: 152
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.