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

feat(core): check nRF FW authenticity in firmware

Public commit record

What the developer wrote

Authored by tychovrahe

57/100 · Thin
feat(core): check nRF FW authenticity in firmware

[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 adds a new security feature to Trezor hardware wallets that checks whether the Bluetooth chip (nRF) is running authentic, manufacturer-approved firmware before the main wallet software starts up. In production builds, if the Bluetooth chip fails this authenticity check, the device now shuts down with an error instead of continuing to boot. The change also separates the authentication code from general Bluetooth support so it can be enabled independently.

Recommended action

Review the nrf_authenticate() implementation for timing, replay, and downgrade resistance; verify that the 5-second timeout cannot be abused to bypass authentication; ensure production signing/provisioning workflows correctly inject the nRF pairing secret; and confirm that error_shutdown path does not leak sensitive state.

Security signals we found

01

New boot-time authentication enforcement for coprocessor firmware

02

Fail-closed behavior: error_shutdown on authentication failure

03

Addition of pre-check timeout loop to ensure nRF is responsive before challenge

04

Feature flag separation (USE_NRF_AUTH) to allow auth without full BLE stack

05

SMCALL/secret key APIs now gated under USE_NRF_AUTH

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.