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

Follow BOLT1 handling for "no reply" pings: ignore, don't warn. (#3278)

Public commit record

What the developer wrote

Authored by Rusty Russell

81/100 · Strong
Follow BOLT1 handling for "no reply" pings: ignore, don't warn. (#3278)

These "oversize ping replies" are how we ask for no replies, such as when
we're sending dummy traffic. From the rationale:

This allows a convenient cutoff for `num_pong_bytes` to indicate that no reply should be sent.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Co-authored-by: t-bast <bastien@acinq.fr>
✓ Specific, 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 change updates how Eclair handles oversized ping messages from other Lightning nodes. Previously, Eclair would log a warning and send a 'Warning' message back. Now it silently ignores them. This aligns with the Lightning protocol spec (BOLT 1), which says large ping requests are a legitimate way to ask for no reply, often used for cover traffic. The old behavior was not a security vulnerability, but it was slightly noisy and could be used to generate warning logs or messages.

Recommended action

No urgent action needed. This is a protocol-compliance and log-noise reduction change. Operators may appreciate fewer spurious warnings. Review whether any monitoring depends on the removed Warning message.

Security signals we found

01

Behavior change from warning+reply to silent ignore for non-standard ping sizes

02

Removes a Warning message that could be triggered by a peer

03

Aligns with BOLT 1 spec interpretation for cover traffic

04

No memory corruption, crash, or authorization bypass evident

Risk score

Why this scored 18/100

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