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

SFT-7133: fixed dangerous change check on all taproot inputs

Public commit record

What the developer wrote

Authored by Matt Gleason

50/100 · Thin
SFT-7133: fixed dangerous change check on all taproot inputs
✓ Specific, descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
The short version

What changed, and why it matters

This firmware update fixes a bug in how Passport checks whether a Bitcoin transaction's 'change' output is safe to send back to the user's own wallet. For modern Taproot-style transactions, the device was skipping an important ownership check on inputs. That could let a malicious or crafted PSBT (Partially Signed Bitcoin Transaction) trick the user into treating someone else's coins as their own change, potentially approving a transaction that sends funds to an attacker while the screen says it is just change.

Recommended action

Treat this as a security-relevant bug fix and include it in the next firmware release. Users signing Taproot transactions should update. Review related PSBT validation paths to ensure no other subpath checks omit tap_subpaths. Consider adding regression tests for dangerous_change_check with Taproot inputs.

Security signals we found

01

dangerous change check bypass on Taproot inputs

02

missing validation path for tap_subpaths

03

PSBT input ownership verification gap

04

single-character logic fix in security-critical code

05

Taproot-specific security control failure

Risk score

Why this scored 70/100

Our methodology →
Potential impact 22/30
Exploitability 16/25
Stealth signal 12/15
Affected reach 10/15
Confidence 7/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.