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

fix(core): preserve THP-BLE name cache across reset/recovery

Public commit record

What the developer wrote

Authored by Martin Milata

62/100 · Adequate
fix(core): preserve THP-BLE name cache across reset/recovery

[no changelog]
✓ Specific, 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 minor consistency bug in Trezor's storage reset logic. When resetting or recovering a device, the code now preserves a cache of paired Bluetooth Low Energy (BLE) device names alongside the BLE bonding data and Trezor-Host Protocol (THP) credentials. Previously, this name cache could be wiped while the underlying bonds/credentials were kept, which could cause confusion or minor pairing issues but does not appear to be a security vulnerability.

Recommended action

Treat as a routine bugfix. No urgent security action required. Reviewers may want to confirm that THP_PAIRED_NAMES is appropriately sized and that restoring it after wipe does not reintroduce stale or attacker-controlled data, though the diff itself does not suggest such a vulnerability.

Security signals we found

01

No direct security signal: change is a consistency fix for paired-name cache persistence

02

Potential minor UX/availability concern if name cache inconsistency caused pairing confusion

03

No evidence of memory safety, cryptographic, or authentication bypass issues in diff

Risk score

Why this scored 26/100

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