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

lnurl: fail lnurl-pay on successAction field

Public commit record

What the developer wrote

Authored by f321x

76/100 · Adequate
lnurl: fail lnurl-pay on successAction field

Fail the lnurl flow if a `successAction` field is present in the
lnurl callback response.
This prevents users from losing their payment until we properly
implement showing LUD-09 responses in the GUI.
See https://github.com/lnurl/luds/blob/luds/09.md.

Related: https://github.com/spesmilo/electrum/issues/10269
✓ Descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context✓ Links an issue, advisory, or supporting reference
The short version

What changed, and why it matters

This commit makes Electrum refuse LNURL-pay payments when the payment service includes a 'successAction' response. The change is a temporary safety measure: Electrum does not yet know how to display these follow-up actions to the user, so it blocks the payment rather than silently ignore the action. This prevents a scenario where a user might believe a payment completed successfully but miss an important post-payment message or instruction.

Recommended action

Treat as a hardening/defensive change, not an active vulnerability fix. Users on affected versions should upgrade if they use lnurl-pay. Developers should prioritize implementing full LUD-09 support with appropriate GUI presentation so legitimate successAction flows are no longer blocked.

Security signals we found

01

Defensive fail-closed behavior for unimplemented protocol feature

02

Prevents silent omission of LUD-09 successAction responses

03

Could be interpreted as mitigating social-engineering or payment-confirmation risks where a successAction is used to mislead users

04

No cryptographic, memory-safety, or remote-code-execution signals present

Risk score

Why this scored 43/100

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