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

offers: honor `payment-fronting-nodes` when creating invoice_requests.

Public commit record

What the developer wrote

Authored by Rusty Russell

65/100 · Adequate
offers: honor `payment-fronting-nodes` when creating invoice_requests.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body
The short version

What changed, and why it matters

This change fixes a configuration being ignored when creating invoice requests. Core Lightning has a 'payment-fronting-nodes' setting that tells a node to route incoming invoice requests through specific neighbor nodes for privacy. Before this patch, the setting was honored for regular offers but ignored when creating invoice requests, meaning the node could expose its real identity even when it explicitly asked to hide behind a fronting node. The patch makes invoice-request creation respect the setting and fails if no suitable fronting node can be found.

Recommended action

Treat as a low-to-moderate privacy fix. Users relying on payment-fronting-nodes for invoice-request privacy should upgrade. No immediate incident response is indicated by the commit alone.

Security signals we found

01

Privacy configuration was not applied to invoice-request creation, potentially exposing node identity

02

New failure path prevents silent fallback to non-fronted invoice requests when fronting is explicitly requested

03

Test added to enforce that fronting nodes are used for invoice requests

Risk score

Why this scored 42/100

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