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

clear a replacement transaction when a utxo it spends is frozen rather than silently removing the input

Public commit record

What the developer wrote

Authored by Craig Raw

50/100 · Thin
clear a replacement transaction when a utxo it spends is frozen rather than silently removing the input
✓ Specific, descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
The short version

What changed, and why it matters

This change fixes a bug in Sparrow Wallet where freezing a coin (UTXO) that was being used in a replacement transaction could silently remove the input and accidentally break the transaction's privacy-related outputs. Now, if removing the frozen coin would be unsafe, the wallet clears the replacement transaction instead of silently altering it. This is a correctness and safety improvement rather than a typical remote-exploitable vulnerability.

Recommended action

Review and merge if not already included in a release; verify that clear(null) correctly resets UI state and does not leave stale fee/amount values. No urgent incident response appears required.

Security signals we found

01

Behavioral fix preventing silent mutation of in-flight replacement transactions

02

Defensive copying of mutable UTXO collections to avoid side effects

03

Guard condition tied to isSafeToAddInputsOrOutputs for replacement transactions

04

Potential privacy/correctness impact on silent payment outputs

Risk score

Why this scored 32/100

Our methodology →
Potential impact 8/30
Exploitability 4/25
Stealth signal 5/15
Affected reach 6/15
Confidence 6/10
Evidence quality 3/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.