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

Don't process alternative funding confirmations duplicatively

Public commit record

What the developer wrote

Authored by Wilmer Paulino

85/100 · Strong
Don't process alternative funding confirmations duplicatively

Otherwise we'll hit an assert that we do not already have an alternative
funding confirmation when reprocessing the transaction.
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides detailed explanatory context✓ Explains rationale or failure mode
The short version

What changed, and why it matters

This patch fixes a bug where the Lightning node could re-process the same alternative funding transaction more than once. Reprocessing could trigger an internal assertion (a safety check that crashes the program), potentially causing the node to panic and stop running. The fix adds a check to skip the transaction if it was already recorded as confirmed.

Recommended action

Apply the patch. Users running nodes that monitor on-chain channel closes should upgrade to avoid a potential panic if a previously confirmed alternative funding spend is reprocessed, for example during chain reorgs or block replays.

Security signals we found

01

Assertion bypass / panic condition in channel monitor transaction reprocessing

02

Missing duplicate detection for alternative funding confirmation path

03

Denial-of-service vector: node panic triggered by on-chain transaction replay

Risk score

Why this scored 49/100

Our methodology →
Potential impact 18/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.