CVE-2026-40093
HIGH EPSS 23.1%
Published Apr 9, 20262mo ago · Modified Jun 17, 20262w ago
8.1 CVSS 3.1
Published Apr 9, 2026 2mo ago
Last Modified Jun 17, 2026 2w ago
Description
nimiq-blockchain provides persistent block storage for Nimiq's Rust implementation. In 1.3.0 and earlier, block timestamp validation enforces that timestamp >= parent.timestamp for non-skip blocks and timestamp == parent.timestamp + MIN_PRODUCER_TIMEOUT for skip blocks, but there is no visible upper bound check against the wall clock. A malicious block-producing validator can set block timestamps arbitrarily far in the future. This directly affects reward calculations via Policy::supply_at() and batch_delay() in blockchain/src/reward.rs, inflating the monetary supply beyond the intended emission schedule.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality None
Integrity High
Availability High
Threat Intelligence
EPSS Exploit Probability
23.1% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available
Weaknesses 1
CWE-1284
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| nimiq | nimiq_proof-of-stake | * | <1.3.0 |
References 1
- github.com https://github.com/nimiq/core-rs-albatross/security/advisories/GHSA-49xc-52mp-cc9j
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.