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

bugfix: wipe in deltamode before listing saved passphrases

Public commit record

What the developer wrote

Authored by scgbckbone

50/100 · Thin
bugfix: wipe in deltamode before listing saved passphrases
✓ Specific, descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
The short version

What changed, and why it matters

This commit fixes a bug in the COLDCARD hardware wallet where, when the device is in 'Delta Mode' (a special temporary operating mode), opening the list of saved BIP-39 passphrases would reveal the passphrases and wallet fingerprints instead of securely wiping the seed first. The fix adds a call to wipe the seed if Delta Mode is active before displaying the saved passphrase menu. This prevents sensitive secret material from being exposed on screen in a mode meant to limit what an attacker can see.

Recommended action

Treat this as a security fix and include it in the next firmware release. Review other menu constructors and sensitive-data display paths for similar missing wipe_if_deltamode() calls, especially any that decrypt or show seed-derived data. Consider adding automated tests or linting to enforce Delta Mode wipes before UI presentation of secrets.

Security signals we found

01

Information disclosure of saved BIP-39 passphrases and XFPs in Delta Mode

02

Missing seed wipe before handling sensitive data in a restricted operating mode

03

Delta Mode bypass/privacy leak in passphrase management UI

04

Patch adds explicit defensive wipe call before menu construction

Risk score

Why this scored 71/100

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