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

fix(core): erase BLE bonds when wiping the device

Public commit record

What the developer wrote

Authored by Roman Zeyde

57/100 · Thin
fix(core): erase BLE bonds when wiping the device

[no changelog]
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope! No meaningful explanatory body
The short version

What changed, and why it matters

This commit fixes a security gap in the Trezor hardware wallet's device-wipe feature. Previously, when a user chose to wipe their device, the secure secrets were erased but Bluetooth Low Energy (BLE) pairing records ('bonds') stored on the Bluetooth chip were left behind. Those leftover bonds could let a previously paired phone or computer reconnect to the wiped device, which is a privacy and minor security concern. The change now erases those BLE bonds during the wipe process.

Recommended action

Treat as a low-to-moderate security hardening fix. Ensure the erase_bonds() call is present in all BLE-enabled firmware builds and that it is exercised in wipe-device QA. Consider whether any other persistent peripheral state (NFC, USB descriptors, etc.) should also be cleared on wipe.

Security signals we found

01

Incomplete data sanitization during device wipe/factory reset

02

Bluetooth bond data retained after security-sensitive reset

03

Privacy risk from persistent pairing metadata

04

Fix is conditional on USE_BLE compile-time flag

Risk score

Why this scored 58/100

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