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

Give warning for non-ASCII BIP39-passphrase (#769)

Public commit record

What the developer wrote

Authored by Tads

58/100 · Thin
Give warning for non-ASCII BIP39-passphrase (#769)
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Links an issue, advisory, or supporting reference! No meaningful explanatory body
The short version

What changed, and why it matters

This change relaxes a safety rule in the Krux hardware wallet firmware. Previously, if a user scanned a BIP39 passphrase QR code containing non-English/non-ASCII characters (for example accented letters or symbols), Krux would block it with an error. Now it shows a warning and lets the user proceed anyway. The risk is that different wallet software may interpret those special characters slightly differently, so the user could end up with a different Bitcoin key than expected and potentially lose access to funds. The change is intentional and documented, not a hidden bug.

Recommended action

Review whether the relaxed policy is acceptable for the project's threat model. If retained, consider additional safeguards such as requiring explicit confirmation on a second screen, showing the raw passphrase bytes, or documenting the exact normalization behavior. Users should be advised to use ASCII-only passphrases or to pre-normalize non-ASCII passphrases to NFKD before creating QR codes.

Security signals we found

01

Relaxation of input validation for BIP39 passphrase

02

Non-ASCII passphrase now allowed after warning instead of blocked

03

BIP39 NFKD normalization not performed due to firmware size constraints

04

Cross-wallet key derivation mismatch risk explicitly acknowledged in UI and docs

05

User-facing warning added in 12 languages

Risk score

Why this scored 37/100

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