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

Tor: allow password auth on private networks (#3375)

Public commit record

What the developer wrote

Authored by pm47

78/100 · Adequate
Tor: allow password auth on private networks (#3375)

This is a follow-up to #3354: we allow using a password on private networks. It is useful in cluster deployments.
✓ Specific, descriptive subject✓ Names a concrete action or component✓ Provides an explanatory body✓ Links an issue, advisory, or supporting reference✓ Names security-relevant behavior explicitly
The short version

What changed, and why it matters

This change expands when Eclair will allow password-based authentication to a Tor control port. Previously, only loopback addresses (the same machine) were considered safe enough for password auth. Now, private/site-local and link-local networks are also treated as local, so password auth is permitted there too. This is intentional for cluster deployments, but it slightly relaxes a security boundary around how Eclair talks to Tor.

Recommended action

Review whether cluster deployments using this feature protect the private network segment adequately. Ensure Tor control passwords are strong and the network segment is trusted, since password auth is less resistant to sniffing/credential compromise than safecookie. No immediate patch action is indicated by the commit itself.

Security signals we found

01

Relaxation of authentication-method restriction for Tor control port

02

Password authentication now permitted on site-local and link-local addresses

03

Original code explicitly rejected password auth for non-loopback addresses

04

Warning about cleartext onion private key remains for non-local addresses

Risk score

Why this scored 38/100

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