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

Merge pull request #10872 from f321x/trezor_always_on_device_passphrase

Public commit record

What the developer wrote

Authored by ghost43

73/100 · Adequate
Merge pull request #10872 from f321x/trezor_always_on_device_passphrase

plugin: trezor: fix usage with passphrase
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body✓ Links an issue, advisory, or supporting reference
The short version

What changed, and why it matters

This commit fixes how Electrum's Trezor hardware wallet plugin handles passphrases. Previously, the code could prompt the user to enter their passphrase on the computer even when the Trezor device was configured to ask for the passphrase on the device itself. This could make users type their passphrase twice or, worse, enter a sensitive passphrase into the computer when they expected to enter it only on the device. The patch also makes the settings screen more robust when the device is locked. It is a usability and security-hardening fix rather than a remote-exploitable vulnerability.

Recommended action

Users who use Trezor devices with passphrase protection, especially with on-device passphrase entry, should upgrade to a version containing this commit. Reviewers should verify that PassphraseSetting.ON_DEVICE is correctly propagated to the Trezor library and that no fallback path reintroduces host-side passphrase prompts when on-device entry is configured.

Security signals we found

01

Passphrase entry mode mismatch between software and hardware wallet

02

Potential unintended exposure of passphrase to host computer

03

Device feature access after unpairing could yield None values

04

UI crash/undefined behavior when device is locked

Risk score

Why this scored 29/100

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