目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-86039— libp2p PeerStore 恶意对等记录存储漏洞

一分钟漏洞结论

影响对象
libp2p js-libp2p
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

libp2p 是 libp2p 网络栈的 JavaScript 实现。在 8.0.0 到 12.0.24 版本中, (位于 )在验证 签名时使用了 ,但并未强制要求签名负载中的 必须等于通过 推导出的签名者 Peer ID。 选项仅检查信封的签名者,而 gossipsub 的 Peer Exchange 路径允许攻击者将自己的 Peer ID 作为 传入。因此,攻击者可以用自己的密钥对记录进行签名,在负载中填入受害者的 Peer ID 和攻击者控制的多地址(multiaddrs),从而将经过认证的地址存储到受害者的

CVSS 8.2 · High
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-86039 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
libp2p: PeerStore accepts attacker-signed PeerRecords for a victim peer ID and stores certified attacker addresses
来源: CVE Program / CVE List V5
Vulnerability Description
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.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L
来源: CVE Program / CVE List V5
Vulnerability Type
使用欺骗进行的认证绕过
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
libp2p js-libp2p >= 8.0.0, < 12.0.24 -

二、漏洞 CVE-2026-86039 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-86039 的情报信息

登录查看更多情报信息。

CVE-2026-86039 补丁与修复 (2)

CVE-2026-86039 厂商安全公告 (1)

CVE-2026-86039 厂商页面 (1)

同批安全公告 · libp2p · 2026-09-17 · 共 3 条

CVE-2026-86040 7.5 HIGH libp2p floodsub 未认证拒绝服务漏洞
CVE-2026-86038 7.5 HIGH libp2p Gossipsub 伪造攻击者签名漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-86039

暂无评论


发表评论