CVE-2026-40881
Description
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 message size limit. This is much larger than the actual limit of 1,000 messages from the specification. Zebra would eventually check that limit but, at that point, the memory for the larger vector was already allocated. An attacker could cause out-of-memory aborts in Zebra by sending multiple such messages over different connections. This vulnerability is fixed in zebrad version 4.3.0 and zebra-network version 5.0.1.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
zebradcrates.io | < 4.3.1 | 4.3.1 |
zebra-networkcrates.io | < 5.0.1 | 5.0.1 |
Affected products
3Patches
Vulnerability mechanics
References
3- github.com/ZcashFoundation/zebra/security/advisories/GHSA-xr93-pcq3-pxf8nvdVendor AdvisoryWEB
- github.com/advisories/GHSA-xr93-pcq3-pxf8ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-40881ghsaADVISORY
News mentions
0No linked articles in our index yet.