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

fix(core): increase `MAX_SUBSCREENS` a bit

Public commit record

What the developer wrote

Authored by Roman Zeyde

84/100 · Strong
fix(core): increase `MAX_SUBSCREENS` a bit

Otherwise, entering the menu when there is
a connected BLE device results in a RSOD.

[no changelog]
✓ Descriptive subject✓ Names a concrete action or component✓ Uses a recognizable type or scope✓ Provides an explanatory body✓ Explains rationale or failure mode
The short version

What changed, and why it matters

This commit fixes a bug where opening the device menu on a Trezor hardware wallet would crash with a red screen of death (RSOD) if a Bluetooth device was connected. The fix simply increases the maximum number of subscreens the menu system can handle from 8 to 10, because the Bluetooth menu entries push the count over the previous limit. There is no evidence this is exploitable by an attacker.

Recommended action

Treat as a reliability/UX bug fix rather than a security vulnerability. Verify the new limit covers all expected menu states, including future BLE-related entries, and consider adding a runtime assertion or graceful fallback instead of relying on a hardcoded constant.

Security signals we found

01

Denial-of-service-like crash condition (RSOD) triggered by normal UI state

02

Buffer/capacity limit (`heapless::Vec`) increased to prevent overflow

03

Crash tied to specific runtime condition: connected BLE device

Risk score

Why this scored 24/100

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