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

feat(legacy,core): add make.me.blink U2F dummy app ID

Public commit record

What the developer wrote

Authored by Andrew Kozlik

77/100 · Adequate
feat(legacy,core): add make.me.blink U2F dummy app ID

Show "not registered" message instead of a registration prompt when
Firefox sends its dummy U2F register request.
✓ 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 is a small user-experience fix, not a security patch. Firefox's U2F support sends a special dummy registration request to check whether a security key is present. Trezor previously recognized two such dummy IDs, but Firefox's newer authenticator code uses a third one ('make.me.blink'). Without this change, Trezor would prompt the user to register the device, which is confusing. The fix makes Trezor show a simple 'not registered / already registered' message instead. It does not fix a vulnerability that lets an attacker steal funds or bypass protection.

Recommended action

No urgent action needed. Treat as a normal firmware improvement. Users who rely on U2F/FIDO2 with Firefox may appreciate the smoother experience after updating, but there is no security exposure from remaining on older firmware.

Security signals we found

01

Adds a known browser dummy U2F AppID to an existing allow/deny-style check

02

Prevents an unexpected user prompt during a benign browser probing flow

03

No change to signature, authentication, or key-handling logic

04

No bounds-checking, parsing, or memory allocation changes

Risk score

Why this scored 21/100

Our methodology →
Potential impact 2/30
Exploitability 1/25
Stealth signal 1/15
Affected reach 3/15
Confidence 9/10
Evidence quality 5/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.