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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-54542— Nimiq 反序列化时子后缀过长导致的越界漏洞

一分钟漏洞结论

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

Nimiq 是 Nimiq 权益证明(Proof-of-Stake)协议的 Rust 语言实现,其基于 Albatross 共识算法。 在 1.6.0 版本之前,恶意的状态同步(state-sync)对等节点可以通过发送一个精心构造的 使正在同步的节点崩溃。该 中的证明包含一个 后缀,该后缀单独来看是有效的,但当与父键组合时,其总长度超过了 后备数组的 63 字节限制。 具体而言, 中的 函数在执行拼接切片操作时,未检查组合后的总长度。由于输入数据会在 之前到达 、 和 ,因此攻击者无需提供有效的加密证明即可触发此

CVSS 3.7 · Low
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Nimiq: Out-of-bounds panic in KeyNibbles::Add from oversized child suffix in a deserialized proof
来源: CVE Program / CVE List V5
Vulnerability Description
Nimiq is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. Prior to 1.6.0, a malicious state-sync peer can crash a syncing node by sending a crafted TrieChunk whose proof contains a TrieNodeChild suffix that is individually valid but exceeds the 63-byte KeyNibbles backing array when combined with the parent key. KeyNibbles::Add in primitives/src/key_nibbles.rs performs the combined slice operation without checking the total length, and the input reaches put_chunk, TrieNodeChild::key, and TrieNodeChild::is_stump before proof.verify, so the attacker does not need a valid cryptographic proof. Exploitation requires the attacker to be selected as the victim's sync peer during state sync. The resulting out-of-bounds panic is transient because the node restarts and resynchronizes. This issue is fixed in version 1.6.0.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L
来源: CVE Program / CVE List V5
Vulnerability Type
跨界内存读
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
nimiq core-rs-albatross < 1.6.0 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-54542 其他参考 (4)

IV. Related Vulnerabilities

V. Comments for CVE-2026-54542

暂无评论


发表评论