CVE-2026-52731
Last modified
CVE-2026-52731 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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. EPSS estimates a 0.38% chance of exploitation in the next 30 days.
Description
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/long_poll.rs, LongPollId::from_str originally checked the input byte length and then sliced fixed byte ranges to parse encoded fields. A slice boundary can land inside a multi-byte character and trigger Rust's byte index is not a char boundary panic. Zebra release builds use panic equals abort, so one malformed authenticated RPC request terminates the entire node process and can be repeated after restart. 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 |
| ZcashFoundation | zebra-rpc | < 8.0.0 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-52731?
How severe is CVE-2026-52731?
How do I fix CVE-2026-52731?
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-52724Kuma is a modern Envoy-based service mesh that can run on ev…5.8
- CVE-2026-52725Angular is a development platform for building mobile and de…6.1
- CVE-2026-52726Dulwich is a pure-Python implementation of the Git file form…7.5
- CVE-2026-52727lxc-ci contains continuous integration and image-build scrip…7.2
- CVE-2026-5273Use after free in CSS in Google Chrome prior to 146.0.7680.1…6.3
- CVE-2026-52730Xibo is an open source digital signage platform with a web c…4.3
- CVE-2026-52732ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5…5.3
- CVE-2026-52733ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5…6.5
- CVE-2026-52734ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5…5.3
- CVE-2026-52735ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5…9.3
- CVE-2026-52736ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5…8.7
- CVE-2026-52737ZEBRA is a Zcash node written entirely in Rust. Prior to 4.5…5.3
Are you affected by CVE-2026-52731?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
