CVE-2026-77384

libp2p is a JavaScript implementation of the libp2p networking stack. Prior to version 4.2.9, the reservation refresh path in reservation-store.ts reuses the same retimeableSignal but unconditionally registers another abort listener on every refresh. As a result, a remote peer can repeatedly send valid RESERVE requests for the same reservation, causing unbounded listener and closure growth in @libp2p/circuit-relay-v2 relay servers and leading to denial of service. This issue is fixed in version 4.2.9.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-24 22:17

Updated : 2026-09-09 21:07


NVD link : CVE-2026-77384

Mitre link : CVE-2026-77384

CVE.ORG link : CVE-2026-77384


JSON object : View

Products Affected

No product.

CWE
CWE-400

Uncontrolled Resource Consumption

CWE-772

Missing Release of Resource after Effective Lifetime