CVE-2026-54541
Last modified
CVE-2026-54541 is a low-severity vulnerability rated 3.7/10 on the CVSS scale. 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. EPSS estimates a 0.27% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| nimiq | core-rs-albatross | < 1.6.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-54541?
How severe is CVE-2026-54541?
How do I fix CVE-2026-54541?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-54530pypdf is a free and open-source pure-python PDF library. Pri…5.5
- CVE-2026-54531pypdf is a free and open-source pure-python PDF library. Pri…5.5
- CVE-2026-54533vantage6 is an open-source infrastructure for privacy preser…6.9
- CVE-2026-54538xrdp is an open source RDP server. In versions 0.10.6 and pr…7.5
- CVE-2026-5454A vulnerability was found in GRID Organiser App up to 1.0.5 …3.3
- CVE-2026-54540Pheditor is a single-file editor and file manager written in…8.8
- CVE-2026-54542Nimiq is a Rust implementation of the Nimiq Proof-of-Stake p…3.7
- CVE-2026-54543Froxlor is open source server administration software. Prior…5.4
- CVE-2026-54544Fireshare facilitates self-hosted media and link sharing. Pr…7.2
- CVE-2026-54545wakaru is a JavaScript decompiler and unminifier toolkit. Fr…7.1
- CVE-2026-54546CloudTAK is a browser-based Common Operating Picture and sit…5
- CVE-2026-54547Meta Ads MCP is a Model Context Protocol (MCP) server that l…7.4
Are you affected by CVE-2026-54541?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
