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

assets: support tickers up to 24 characters

Public commit record

What the developer wrote

Authored by Mike Tolkachev

45/100 · Thin
assets: support tickers up to 24 characters
✓ Descriptive subject✓ Names a concrete action or component! No meaningful explanatory body
The short version

What changed, and why it matters

This commit updates the Blockstream Jade hardware wallet to support longer asset tickers (up to 24 characters) and adds validation to reject malformed tickers. It also fixes a potential display bug where a ticker longer than 8 characters could overflow a small on-screen buffer, which might have caused the device to show incorrect information during transaction confirmation.

Recommended action

Treat as a hardening/feature patch rather than an active vulnerability. Review whether any other UI paths or message fields still assume short tickers, and verify that the new validation rejects tickers that could be used for spoofing (e.g., lookalike characters, very long tickers). No urgent vendor disclosure is indicated from the commit alone.

Security signals we found

01

Buffer size increased from 8 to 25 bytes to match new ticker maximum

02

New input validation added for asset ticker length and character set

03

snprintf precision argument cast from size_t to int to avoid undefined behavior on some platforms

04

Comment indicates prior hard-coded assumption that registry tickers are max 5 characters

Risk score

Why this scored 50/100

Our methodology →
Potential impact 12/30
Exploitability 10/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.