๐Ÿ” CVE Alert

CVE-2026-54541

LOW 3.7

Nimiq: Panic in TrieProof::verify via child_index unwrap on equal-length keys

CVSS Score
3.7
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-248
Vendor nimiq
Product core-rs-albatross
Published Sep 14, 2026
Stay Ahead of the Next One

Get instant alerts for nimiq core-rs-albatross

Be the first to know when new low vulnerabilities affecting nimiq core-rs-albatross 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:H/PR:N/UI:N/S:U/C:N/I:N/A:L
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low

Affected Versions

nimiq / core-rs-albatross
< 1.6.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/nimiq/core-rs-albatross/security/advisories/GHSA-46wq-28cx-mhw4 github.com: https://github.com/nimiq/core-rs-albatross/pull/3789 github.com: https://github.com/nimiq/core-rs-albatross/commit/41d35acee1b5cf3bc34ec3ddc1abbc03604e791e github.com: https://github.com/nimiq/core-rs-albatross/releases/tag/v1.6.0