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-2026-54541
This low-severity CVE scores 3.7 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.3%, top 80% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 3.7
- EG Score
- 3.7(medium)
- EG Risk
- 17(Track)EG Risk 17/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity37% × 45%Exploitation0% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 20%
- KEV
- Not listed
Published
July 16, 2026
Last Modified
September 16, 2026
References (4)
- security-advisories@githubhttps://github.com/nimiq/core-rs-albatross/commit/41d35acee1b5cf3bc34ec3ddc1abbc03604e791e
- security-advisories@githubhttps://github.com/nimiq/core-rs-albatross/pull/3789
- security-advisories@githubhttps://github.com/nimiq/core-rs-albatross/releases/tag/v1.6.0
- security-advisories@githubhttps://github.com/nimiq/core-rs-albatross/security/advisories/GHSA-46wq-28cx-mhw4
Vendor Advisories for CVE-2026-54541(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(1 across 1 ecosystem)
crates.io(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| nimiq-primitives | — | 1.6.0 | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 7× in last 7d / 7× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-09-18 19:28 UTCEPSS rescore
- 2026-09-17 19:31 UTCEPSS rescore
- 2026-09-16 17:11 UTCEG score recompute
- 2026-09-16 15:32 UTCEG score recompute
- 2026-09-16 14:08 UTCEPSS rescore
- 2026-09-16 05:15 UTCEPSS rescore
- 2026-09-14 16:27 UTCEG score recompute
- 2026-08-01 09:23 UTCEG score recompute
- 2026-07-26 11:24 UTCEG score recompute
- 2026-07-23 03:19 UTCEG score recompute
- 2026-07-16 20:04 UTCEG score recompute
Frequently asked(5)
What is CVE-2026-54541?
When was CVE-2026-54541 disclosed?
Is CVE-2026-54541 actively exploited?
What is the CVSS score of CVE-2026-54541?
How do I remediate CVE-2026-54541?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-54541
Is Your Infrastructure Affected by CVE-2026-54541?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.