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

fix(solana): ALT recipients shown correctly in system transfer.

Public commit record

What the developer wrote

Authored by PrisionMike

77/100 · Adequate
fix(solana): ALT recipients shown correctly in system transfer.

(cherry picked from commit 257af9891d24b7f9d0379729177a23d8cd7de7c8)
✓ 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 update fixes how Trezor displays Solana transactions that use Address Lookup Tables (ALTs). Previously, the device could misidentify or fail to show the real recipient when an ALT was involved, which might let an attacker trick a user into approving a transfer to an unexpected address. The patch also blocks ALT references in payment requests and some staking flows where the device cannot safely verify the destination.

Recommended action

Treat as a security-relevant bug fix. Review whether any other Solana instruction handlers still assume direct accounts, and verify the new is_address_reference() helper is applied consistently. Users should update firmware once the release containing this commit is available.

Security signals we found

01

UI spoofing/misdisplay risk for Solana ALT recipients

02

Missing validation of ALT references in payment-request and staking paths

03

Fee-calculation bug: read-only signers not counted

04

Refactoring replaces inline length checks with typed helper

Risk score

Why this scored 58/100

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