CVE-2026-52829
Last modified
CVE-2026-52829 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.43% chance of exploitation in the next 30 days.
Description
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 to plain IPv4 before storing it through MetaAddr::new_connected, but the mempool misbehavior path forwarded the raw transient address to MetaAddrChange::UpdateMisbehavior. In zebra-network/src/meta_addr.rs, apply_to_meta_addr then compared the canonical address-book entry with the raw update address and reached its unexpected address mismatch assertion. After the misbehavior batch flush, panic equals abort terminated zebrad; the peer only needed to complete a P2P handshake and advertise an invalid mempool transaction. This issue is fixed in version 4.5.0.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ZcashFoundation | zebra | < 4.5.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-52829?
How severe is CVE-2026-52829?
How do I fix CVE-2026-52829?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-52823Kimai is an open-source time tracking application. Prior to …5.3
- CVE-2026-52824Kimai is an open-source time tracking application. Prior to …9.1
- CVE-2026-52825Kimai is an open-source time tracking application. Prior to …5.3
- CVE-2026-52826Kimai is an open-source time tracking application. Prior to …5.3
- CVE-2026-52827Kimai is an open-source time tracking application. Prior to …7.1
- CVE-2026-52828Kimai is an open-source time tracking application. Prior to …5.3
- CVE-2026-5283Inappropriate implementation in ANGLE in Google Chrome prior…6.5
- CVE-2026-52830fast-mcp-telegram is a Telegram MCP Server. Prior to 0.19.1,…9.4
- CVE-2026-52831Nuclio is a "Serverless" framework for Real-Time Events and …8
- CVE-2026-52832Nuclio is a "Serverless" framework for Real-Time Events and …4.9
- CVE-2026-52833Nuclio is a "Serverless" framework for Real-Time Events and …8
- CVE-2026-52834jxl-oxide is a pure Rust implementation of a JPEG XL decoder…7.3
Are you affected by CVE-2026-52829?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
