Vulnerability Description
Nimiq is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. Prior to version 1.4.0, iIn handle_dht_get(), the DhtResults accumulator is only initialized when the first DHT record passes verification. If the first record fails (from a malicious DHT node), DhtResults is never created, and all subsequent valid records are discarded with "DHT inconsistent state" errors. This issue has been patched in version 1.4.0.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/nimiq/core-rs-albatross/pull/3707
- https://github.com/nimiq/core-rs-albatross/releases/tag/v1.4.0
- https://github.com/nimiq/core-rs-albatross/security/advisories/GHSA-ccqv-2c9q-mq
FAQ
What is CVE-2026-46541?
CVE-2026-46541 is a vulnerability with a CVSS score of 7.5 (HIGH). Nimiq is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. Prior to version 1.4.0, iIn handle_dht_get(), the DhtResults accumulator is only initial...
How severe is CVE-2026-46541?
CVE-2026-46541 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-46541?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.