CVE-2026-34067
Published:April 22, 2026
Updated:May 18, 2026
nimiq-transaction provides the transaction primitive to be used in Nimiq's Rust implementation. Prior to version 1.3.0, "HistoryTreeProof::verify" panics on a malformed proof where "history.len() != positions.len()" due to "assert_eq!(history.len(), positions.len())". The proof object is derived from untrusted p2p responses ("ResponseTransactionsProof.proof") and is therefore attacker-controlled at the network boundary until validated. A malicious peer could trigger a crash by returning a crafted inclusion proof with a length mismatch. The patch for this vulnerability is included as part of v1.3.0. No known workarounds are available.
Affected Packages
nimiq-transaction (RUST):
Affected version(s) >=0.0.0 <1.3.0Fix Suggestion:
Update to version 1.3.0Related Resources (6)
Do you need more information?
Contact UsCVSS v4
Base Score:
2.3
Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
PASSIVE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
3.1
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
REQUIRED
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
LOW
Weakness Type (CWE)
Reachable Assertion
EPSS
Base Score:
0.01