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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-54541— Nimiq 树证验证 Panic 漏洞

一分钟漏洞结论

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

Nimiq 是一个基于 Albatross 共识算法的 Nimiq 权益证明(Proof-of-Stake)协议的 Rust 实现。在 1.6.0 版本之前,恶意的状态同步对等节点可以通过发送一个精心构造的 TrieChunk 证明来使正在同步的节点崩溃,该证明中包含两个具有相同键值的 TrieProofNode。具体地, 调用了位于 中的 。其中, 接受相同的键,而 在键的长度处被调用,返回 ,并且该结果被无条件地解包(unwrap)。不可信的 数据在密码学证明验证之前就会到达 、 以及 ,因此攻击者无需提供有效

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

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

漏洞信息

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

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

Vulnerability Title
Nimiq: Panic in TrieProof::verify via child_index unwrap on equal-length keys
来源: 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 proof containing two TrieProofNode values with identical keys. TrieProof::verify calls TrieProofNode::child_index in primitives/src/trie/trie_proof_node.rs, where is_prefix_of accepts equal keys and KeyNibbles::get is called at the key length, returns None, and is unconditionally unwrapped. Untrusted ResponseChunk data reaches commit_chunks, put_chunk, and proof.verify before cryptographic proof validation, so the attacker does not need a valid proof. Exploitation requires the attacker to be selected as the victim's sync peer during state sync, and the resulting 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-54541 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-54541

暂无评论


发表评论