<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Nimiq-Blockchain (1.5.0) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/nimiq-blockchain-1.5.0/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 12 Aug 2026 16:48:59 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/nimiq-blockchain-1.5.0/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Nimiq Blockchain Transaction Replay Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-08-nimiq-blockchain-vulnerability/</link><pubDate>Wed, 12 Aug 2026 16:48:59 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-nimiq-blockchain-vulnerability/</guid><description>An off-by-one error in the Nimiq blockchain validity store allows for double-spending of transactions by bypassing replay protection within a 10-minute window.</description><content:encoded><![CDATA[<p>The Nimiq blockchain, specifically the <code>nimiq-blockchain</code> crate (version 1.5.0 and earlier), is susceptible to a transaction replay vulnerability (CVE-2026-46369) due to an off-by-one error in its validity store logic. The software incorrectly evaluates whether a transaction is within the validity window by using strict inequality, which contradicts the protocol's <code>Transaction::is_valid_at</code> definition. By crafting a specific <code>validity_start_height</code>, an attacker can bypass the intended replay protection mechanisms for a duration of approximately 10 minutes (59 blocks on MainNet). This mismatch allows an attacker to submit the same signed transaction multiple times, resulting in a double-spend where the sender is debited and the recipient is credited more than once. This issue represents a significant integrity risk to the ledger state and funds.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation leads to double-spending, where the attacker is able to execute a single transaction multiple times. This results in the erroneous debiting of sender accounts and unauthorized crediting of recipient accounts, undermining the integrity of the blockchain ledger and causing financial loss to users. The vulnerability affects all deployments running version 1.5.0 or older of the <code>nimiq-blockchain</code> Rust implementation.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Update the <code>nimiq-blockchain</code> crate to the version provided in the vendor patch (pull request 3772) immediately to remediate the validity check logic error. As no effective workarounds exist for this protocol-level flaw, nodes should prioritize upgrading to ensure compliance with the correct transaction validity window implementation.</p>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>