PT-2026-29063 · Unknown · Libp2P-Rust
CVE-2026-34219
·
Published
2026-03-30
·
Updated
2026-09-02
CVSS v4.0
8.2
High
| Vector | AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N |
Name of the Vulnerable Software and Affected Versions
libp2p-rust versions prior to 0.49.4
Description
The Rust implementation of the libp2p Gossipsub networking stack contains a remotely reachable panic in the backoff expiry handling. An attacker can establish a standard session using TCP, Noise, and a stream multiplexer such as
mplex or yamux to send a crafted PRUNE control message. By providing a near-maximum backoff value, the attacker causes the system to store an Instant near its representable upper bound. During a subsequent heartbeat, the implementation performs unchecked arithmetic (backoff time + slack), leading to an overflow and a panic with the message: overflow when adding duration to instant. This allows any unauthenticated protocol peer to trigger a remote denial of service, crashing the target node. This issue was identified by the Ethereum Foundation's security team using AI agents.Recommendations
Update libp2p-rust to version 0.49.4 or later.
Fix
DoS
Assertion Failure
Integer Overflow
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Libp2P-Rust