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

gossipd: correclty ignore channel_announcement and channel_update for other chains.

Public commit record

What the developer wrote

Authored by Rusty Russell

73/100 · Adequate
gossipd: correclty ignore channel_announcement and channel_update for other chains.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Fixed: Protocol: `gossipd` will now silently ignore gossip for other chains (rather than sending warnings).
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context
The short version

What changed, and why it matters

This change fixes Core Lightning's gossip daemon so that it silently ignores Lightning network gossip messages meant for other blockchains, instead of reacting to them (previously it may have sent warning messages or processed them inappropriately). This aligns the code with the protocol specification and reduces unnecessary or risky behavior when receiving cross-chain gossip.

Recommended action

Apply the patch. It is a low-risk protocol-compliance fix. Monitor for any remaining cases where foreign-chain gossip triggers warnings or errors elsewhere in gossipd.

Security signals we found

01

Cross-chain gossip mishandling: messages for other chains were not being ignored as required by BOLT #7

02

Potential for warning/log spam or incorrect state processing from foreign-chain gossip

03

Protocol compliance fix with explicit BOLT #7 citation

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.