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

fix(core): cache host and app name also at credential-based connection

Public commit record

What the developer wrote

Authored by Roman Zeyde

77/100 · Adequate
fix(core): cache host and app name also at credential-based connection

If the first pairing is done over USB, there won't be a MAC address so
the cache won't be populated.

[no changelog]
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Provides an explanatory body
The short version

What changed, and why it matters

This commit fixes a bug in Trezor's T3W1 hardware wallet where, if a user first paired their device over USB instead of Bluetooth, the device failed to remember the computer/app name for later use. The fix makes sure the host and app name are saved during credential-based pairing even when there is no Bluetooth MAC address. There is no direct evidence this is a security vulnerability, but missing pairing metadata could weaken future security checks or user trust.

Recommended action

Treat as a product-correctness fix rather than an active security flaw. Review whether downstream security decisions rely on cached host/app info being present, and consider adding a regression test for USB-first credential-based pairing to ensure metadata is cached.

Security signals we found

01

Fixes incomplete caching of pairing metadata in THP (Trezor Host Protocol)

02

USB-first pairing path previously left host/app name uncached

03

Credential-based pairing now mirrors earlier behavior for address-based pairing

04

No changelog security framing; marked as [T3W1] product fix

Risk score

Why this scored 35/100

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