<?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>Babbage - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/babbage/</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>Thu, 24 Sep 2026 20:05:29 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/babbage/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>Transaction Recipient Substitution Vulnerability in @bsv/wallet-toolbox</title><link>https://feed.craftedsignal.io/briefs/2026-09-bsv-wallet-toolbox-vulnerability/</link><pubDate>Thu, 24 Sep 2026 20:05:29 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-bsv-wallet-toolbox-vulnerability/</guid><description>A vulnerability (CVE-2026-56744) in @bsv/wallet-toolbox and related packages allows a compromised or malicious storage provider to silently substitute transaction recipient scripts, causing funds to be sent to attacker-controlled addresses.</description><content:encoded><![CDATA[<p>A critical integrity vulnerability (CVE-2026-56744) exists in the <code>@bsv/wallet-toolbox</code>, <code>@bsv/wallet-toolbox-client</code>, and <code>@bsv/wallet-toolbox-mobile</code> packages. The flaw stems from an insufficient validation process during transaction construction within the <code>createAction</code> workflow. When using a remote <code>StorageClient</code>, the wallet fetches transaction outputs from the storage server; however, the <code>buildSignableTransaction</code> method fails to compare the returned <code>lockingScript</code> against the outputs originally requested by the application. Consequently, a malicious storage provider can substitute the intended recipient's script with one under their control. The wallet signs this modified transaction, and the UI provides no indication of the swap. This vulnerability impacts all versions of these packages between 1.x and 2.3.x. The attack is specific to the storage operator or entities with access to the storage infrastructure, as the storage server's identity is verified via mutual authentication.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker establishes or compromises a remote storage server used by the target wallet client.</li>
<li>Victim initiates a payment request within the wallet application specifying a legitimate recipient.</li>
<li>The wallet client sends a request to the storage server to build the transaction.</li>
<li>The malicious storage server intercepts the request and generates a transaction response containing an attacker-controlled <code>lockingScript</code> instead of the one requested by the caller.</li>
<li>The wallet client's <code>buildSignableTransaction</code> function retrieves the attacker-provided <code>lockingScript</code> from the storage response.</li>
<li>The client fails to perform a validation check against the original requested outputs and proceeds to sign the modified transaction.</li>
<li>The wallet broadcasts the signed transaction, transferring funds to the attacker-controlled address while maintaining the original intended address in the UI.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in the unauthorized transfer of funds to attacker-controlled addresses. Because the wallet UI continues to display the original intended recipient, the fraud remains hidden from the victim during and after the transaction process. The vulnerability affects all users relying on remote storage configurations, particularly those using the default <code>storage.babbage.systems</code> infrastructure if the operator is compromised or malicious.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Upgrade all instances of <code>@bsv/wallet-toolbox</code>, <code>@bsv/wallet-toolbox-client</code>, and <code>@bsv/wallet-toolbox-mobile</code> to version 2.4.0 or higher immediately to address CVE-2026-56744.</li>
<li>Review application logs for any unexpected changes in destination addresses returned by the storage provider if historical incident investigation is required.</li>
<li>Implement strict validation checks in client-side transaction signing logic to ensure that signed outputs strictly match the application-requested outputs before signing.</li>
</ol>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>vulnerability</category><category>integrity</category><category>bsv</category><category>supply-chain</category></item></channel></rss>