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

onion_message: handle missing remote update

Public commit record

What the developer wrote

Authored by f321x

60/100 · Adequate
onion_message: handle missing remote update

Handle missing remote channel_update when creating payinfo
for blinded path by skipping the affected channel.
✓ Descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
The short version

What changed, and why it matters

This change makes Electrum's Lightning onion-message code more resilient: when the wallet wants to publish a blinded payment path through one of its channels but lacks the remote peer's latest channel policy, it now skips that channel instead of crashing. The most likely user-visible effect before the fix was an unhandled exception that could prevent creating or advertising blinded paths, possibly breaking offers/receive functionality. There is no direct evidence in the commit that this was exploitable by an attacker to steal funds.

Recommended action

Treat as a stability/robustness fix. Users running Lightning with blinded paths/offers should upgrade to avoid failures when a peer's channel_update is temporarily unavailable. No emergency action is warranted based on the diff alone.

Security signals we found

01

Unhandled exception in path-advertisement code path

02

Missing input validation for remote channel policy

03

Crash/DoS potential in Lightning onion-message/blinded-path construction

04

No evidence of memory corruption, key leakage, or unauthorized spending

Risk score

Why this scored 35/100

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