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

bugfix: premature wipe while exporting secret material via NFC - only first export loop (0th) was actually sending data

Public commit record

What the developer wrote

Authored by scgbckbone

50/100 · Thin
bugfix: premature wipe while exporting secret material via NFC - only first export loop (0th) was actually sending data
✓ 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's NFC export feature. When exporting secret material (like a seed or private key) over NFC, the device was supposed to keep broadcasting the data in a loop until the user aborted or the recipient confirmed it was read. Due to a logic error, the device would wipe the temporary secret from its NFC chip after the very first loop, even though the user was still trying to export it. This meant subsequent NFC reads would fail or return nothing, making the export unreliable. The fix ensures the wipe only happens when the user actually aborts the operation.

Recommended action

Treat as a reliability/availability bug with potential security implications for secret backup workflows. Users exporting seeds or private keys over NFC should upgrade to a release containing this fix. Review whether failed exports due to this bug could have led users to retry or misinterpret device state, and consider adding tests covering multi-loop NFC export behavior.

Security signals we found

01

Data destruction / availability failure in secret export path

02

Logic error causing premature wipe of sensitive material

03

NFC secret-export loop behavior changed to match intended lifecycle

04

No explicit security framing by vendor; described as bugfix in changelog

Risk score

Why this scored 57/100

Our methodology →
Potential impact 18/30
Exploitability 8/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.