CVE-2026-46541 HIGH

CVE-2026-46541: Nimiq network-libp2p: DHT query poisoning via first-record verification failure

Vendor Nimiq
Product core-rs-albatross
Weakness CWE-754
Published June 9, 2026
Last update June 10, 2026

CVSS base score

7.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

June 9, 2026 CVE published
June 10, 2026 Record updated