CVE-2026-33040

libp2p-rust is the official rust language Implementation of the libp2p networking stack. In versions prior to 0.49.3, the Gossipsub implementation accepts attacker-controlled PRUNE backoff values and may perform unchecked time arithmetic when storing backoff state. A specially crafted PRUNE control message with an extremely large backoff (e.g. u64::MAX) can lead to Duration/Instant overflow during backoff update logic, triggering a panic in the networking state machine. This is remotely reachable over a normal libp2p connection and does not require authentication. Any application exposing a libp2p Gossipsub listener and using the affected backoff-handling path can be crashed by a network attacker that can reach the service port. The attack can be repeated by reconnecting and replaying the crafted control message. This issue has been fixed in version 0.49.3.
Configurations

Configuration 1 (hide)

cpe:2.3:a:protocol:libp2p:*:*:*:*:*:rust:*:*

History

23 Mar 2026, 16:17

Type Values Removed Values Added
CPE cpe:2.3:a:protocol:libp2p:*:*:*:*:*:rust:*:*
First Time Protocol
Protocol libp2p
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.5
References () https://github.com/libp2p/rust-libp2p/security/advisories/GHSA-gc42-3jg7-rxr2 - () https://github.com/libp2p/rust-libp2p/security/advisories/GHSA-gc42-3jg7-rxr2 - Vendor Advisory
Summary
  • (es) libp2p-rust es la implementación oficial en lenguaje Rust de la pila de red libp2p. En versiones anteriores a la 0.49.3, la implementación de Gossipsub acepta valores de retroceso PRUNE controlados por el atacante y puede realizar aritmética de tiempo sin verificar al almacenar el estado de retroceso. Un mensaje de control PRUNE especialmente diseñado con un retroceso extremadamente grande (p. ej., u64::MAX) puede provocar un desbordamiento de Duration/Instant durante la lógica de actualización del retroceso, desencadenando un pánico en la máquina de estados de la red. Esto es accesible remotamente a través de una conexión libp2p normal y no requiere autenticación. Cualquier aplicación que exponga un oyente Gossipsub de libp2p y que utilice la ruta de manejo de retroceso afectada puede ser bloqueada por un atacante de red que pueda alcanzar el puerto del servicio. El ataque puede repetirse reconectándose y reproduciendo el mensaje de control diseñado. Este problema ha sido solucionado en la versión 0.49.3.

20 Mar 2026, 06:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-20 06:16

Updated : 2026-03-23 16:17


NVD link : CVE-2026-33040

Mitre link : CVE-2026-33040

CVE.ORG link : CVE-2026-33040


JSON object : View

Products Affected

protocol

  • libp2p
CWE
CWE-190

Integer Overflow or Wraparound