CVE-2026-34064

Severity CVSS v4.0:
Pending analysis
Type:
CWE-191 Integer Underflow (Wrap or Wraparound)
Publication date:
22/04/2026
Last modified:
24/04/2026

Description

nimiq-account contains account primitives to be used in Nimiq's Rust implementation. Prior to version 1.3.0, `VestingContract::can_change_balance` returns `AccountError::InsufficientFunds` when `new_balance balance`, the node crashes while trying to return an error. The `min_cap > balance` precondition is attacker-reachable because the vesting contract creation data (32-byte format) allows encoding `total_amount` without validating `total_amount

Vulnerable products and versions

CPE From Up to
cpe:2.3:a:nimiq:nimiq_proof-of-stake:*:*:*:*:*:rust:*:* 1.3.0 (excluding)