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

fix(core): embed the bitcoin-only vendor header in bitcoin-only builds

Public commit record

What the developer wrote

Authored by Andrew Kozlik

62/100 · Adequate
fix(core): embed the bitcoin-only vendor header in bitcoin-only builds

[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 build-time logic bug in Trezor firmware where the wrong vendor signature header could be embedded in Bitcoin-only firmware builds. The change makes the build system correctly detect Bitcoin-only mode by checking that the 'universal_fw' feature is absent, rather than relying on a 'bitcoin_only' feature flag that may not be set in all Bitcoin-only build configurations. Using the wrong vendor header could cause a device to present itself as a multi-coin/universal firmware or fail validation checks, but the effect is primarily at build/packaging time and would likely be caught by existing verification processes.

Recommended action

Treat as a build-hardening fix. Verify that all Bitcoin-only and universal firmware build variants now embed the expected vendor header, and add regression tests or assertions in CI that compare the embedded vendor header against the build configuration. Review whether the 'bitcoin_only' feature is still needed or should be deprecated to avoid future confusion.

Security signals we found

01

Build-system logic affecting signed firmware vendor header selection

02

Feature-flag mismatch between 'bitcoin_only' and absence of 'universal_fw'

03

Potential for incorrect vendor header embedding in firmware artifacts

04

No changelog entry provided

Risk score

Why this scored 45/100

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