AI-generated analysisPublished automatically and not human-verified. Validated context appears in community notes below.
← Watch feed
Moderate 69 Bitcoin

verify the signatures of a finalized psbt before copying its fields into an open transaction

Public commit record

What the developer wrote

Authored by Craig Raw

60/100 · Adequate
verify the signatures of a finalized psbt before copying its fields into an open transaction
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Mentions testing or verification! No meaningful explanatory body
The short version

What changed, and why it matters

This commit fixes a security gap in Sparrow Wallet when merging two partially-signed Bitcoin transactions (PSBTs). Previously, if a newly loaded PSBT was already finalized, Sparrow would copy its signatures and final transaction data into an open transaction without first checking that those signatures were valid. The change adds a verification step so invalid or malicious finalized PSBT data is rejected before it can overwrite the existing transaction.

Recommended action

Users should upgrade to a Sparrow Wallet release that includes this commit. Developers should review the drongo submodule change to confirm verifyFinalizedSignatures validates all relevant signature types and does not introduce new exceptions that could be abused to stall the merge flow.

Security signals we found

01

Missing signature verification before accepting finalized PSBT data

02

Finalized transaction fields could overwrite an unfinalized PSBT's state

03

Addition of explicit signature verification and exception handling

04

Submodule bump likely contains the underlying verification implementation

Risk score

Why this scored 69/100

Our methodology →
Potential impact 22/30
Exploitability 16/25
Stealth signal 10/15
Affected reach 10/15
Confidence 7/10
Evidence quality 4/5
Human-validated context

Community notes

Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.

No validated notes yet.

The AI analysis stands alone for now. Submit a note if you can add evidence or important context.