๐Ÿ” CVE Alert

CVE-2026-86039

HIGH 8.2

libp2p: PeerStore accepts attacker-signed PeerRecords for a victim peer ID and stores certified attacker addresses

CVSS Score
8.2
EPSS Score
0.0%
EPSS Percentile
0th

libp2p is a JavaScript implementation of the libp2p networking stack. From 8.0.0 until 12.0.24, @libp2p/peer-store in packages/peer-store/src/index.ts uses consumePeerRecord to verify a RecordEnvelope signature but does not require PeerRecord.peerId in the signed payload to equal the signer peer ID derived by RecordEnvelope.openAndCertify. The expectedPeer option checks only the envelope signer, and the gossipsub Peer Exchange path can provide the attacker's own peer ID as expectedPeer. An attacker can therefore sign a record with the attacker's key, place a victim peer ID and attacker-controlled multiaddrs in the payload, and have certified addresses stored for the victim. The poisoned addresses can cause address-book corruption, dial redirection or failure, routing manipulation, and reachability disruption, although the connection upgrade still verifies remote peer identity and prevents a complete identity takeover. The issue is fixed in version 12.0.24.

CWE CWE-290 CWE-345
Vendor libp2p
Product js-libp2p
Published Sep 17, 2026
Stay Ahead of the Next One

Get instant alerts for libp2p js-libp2p

Be the first to know when new high vulnerabilities affecting libp2p js-libp2p are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
Low

Affected Versions

libp2p / js-libp2p
>= 8.0.0, < 12.0.24

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/libp2p/js-libp2p/security/advisories/GHSA-vrf4-mx87-p53w github.com: https://github.com/libp2p/js-libp2p/pull/3570 github.com: https://github.com/libp2p/js-libp2p/commit/3bf5d395cbca1488eea6e87cd771e4613b661c30 github.com: https://github.com/libp2p/js-libp2p/releases/tag/peer-store-v12.0.24