CVE-2026-46369

Nimiq is a Rust implementation of the Nimiq Proof-of-Stake protocol based on the Albatross consensus algorithm. Through 1.5.0, the validity store uses a strict lower-bound comparison that expires a stored transaction too early relative to Transaction::is_valid_at, allowing a remote attacker to replay the same signed transaction during a blocks_per_batch minus one block window and cause the sender and recipient balances to be updated twice. This issue is fixed in version 1.5.1.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-26 20:17

Updated : 2026-09-09 21:09


NVD link : CVE-2026-46369

Mitre link : CVE-2026-46369

CVE.ORG link : CVE-2026-46369


JSON object : View

Products Affected

No product.

CWE
CWE-193

Off-by-one Error

CWE-294

Authentication Bypass by Capture-replay