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

fix(core): fix tamper RSOD not showing

Public commit record

What the developer wrote

Authored by tychovrahe

57/100 · Thin
fix(core): fix tamper RSOD not showing
✓ 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 bug where Trezor hardware wallets would not display the intended Red Screen of Death (RSOD) warning when a physical tamper-detection event occurred. The fix reorganizes the tamper interrupt handler so it correctly rebuilds the error information and uses the proper RSOD display path after a tamper event. Without the fix, the device might fail to show the user-visible tamper alert, which could hide that the device had detected a physical attack.

Recommended action

Treat as a reliability/anti-tamper UI fix. Review whether the previous code path could crash or silently reboot instead of showing the RSOD, and verify that the new path displays the tamper alert correctly across boardloader and firmware builds. No immediate exploit mitigation is indicated by the diff alone.

Security signals we found

01

Tamper-detection alert display failure

02

RSOD (Red Screen of Death) not shown on physical tamper event

03

MPU re-initialization added after tamper RAM erase

04

Interrupt handler refactored to use postmortem/reboot path

Risk score

Why this scored 42/100

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