PatchSiren cyber security CVE debrief
CVE-2026-46369 nimiq CVE debrief
A vulnerability in the Nimiq Proof-of-Stake protocol implementation allows a remote attacker to replay signed transactions, causing duplicate balance updates. This issue is fixed in version 1.5.1. The vulnerability arises from a strict lower-bound comparison that expires a stored transaction too early relative to Transaction::is_valid_at, allowing replay during a blocks_per_batch minus one block window. Defenders should assess exposure and prioritize verification and remediation efforts.
- Vendor
- nimiq
- Product
- core-rs-albatross
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-26
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-26
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for systems using Nimiq version 1.5.0 or earlier should assess exposure and prioritize verification and remediation efforts. This includes reviewing system configurations, verifying Nimiq version, and updating to version 1.5.1 or later if necessary. Security teams and vulnerability management teams should also review the vulnerability and its potential impact on their systems.
Why it matters
This vulnerability allows a remote attacker to replay signed transactions, causing duplicate balance updates in the Nimiq Proof-of-Stake protocol implementation. Defenders should prioritize verifying exposure and assessing the impact on their systems, particularly those using Nimiq version 1.5.0 or earlier.
- Duplicate balance updates can occur due to replayed transactions
- Verification of Nimiq version and exposure is necessary
- Remediation requires updating to version 1.5.1 or later
Technical summary
The Nimiq Proof-of-Stake protocol implementation uses a strict lower-bound comparison that expires a stored transaction too early, 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 vulnerability is fixed in version 1.5.1. The issue arises from the interaction between transaction validity and block window timing, impacting Nimiq version 1.5.0 or earlier. Defenders should prioritize verifying exposure and assessing impact.
Defensive priority
Defenders should prioritize verifying exposure and assessing the impact of this vulnerability on their systems, particularly those using Nimiq version 1.5.0 or earlier.
Recommended defensive actions
- Verify Nimiq version and assess exposure
- Update to version 1.5.1 or later
- Monitor for suspicious transactions
- Review compensating controls for exposed systems
- Check relevant monitoring, detection, and logs for exposed assets
- Track exceptions and retest remediated assets
- Confirm whether affected product deployments exist in managed environments
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description, CVSS score, and affected versions. The Nimiq Proof-of-Stake protocol implementation has a vulnerability that allows replay of signed transactions. Evidence is limited to CVE and NVD entries. Defenders should verify Nimiq version and assess exposure.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-46369 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-46369
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-46369 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-46369
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/nimiq/core-rs-albatross/commit/a530b2434ebca6e3716f07c73079786fcc6f2e41
-
Source reference
Unverified legacy reference
URL: https://github.com/nimiq/core-rs-albatross/pull/3772
-
Source reference
Unverified legacy reference
URL: https://github.com/nimiq/core-rs-albatross/security/advisories/GHSA-3763-qp59-59vf
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.