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

doc: add release notes for #35319

Public commit record

What the developer wrote

Authored by Vasil Dimov

53/100 · Thin
doc: add release notes for #35319
✓ Descriptive subject✓ Names a concrete action or component✓ Links an issue, advisory, or supporting reference! No meaningful explanatory body
The short version

What changed, and why it matters

This commit adds release notes describing a privacy bug that was fixed in Bitcoin Core pull request #35319. The bug could accidentally reveal a user's real IP address when sending a transaction privately using the sendrawtransaction RPC with privatebroadcast enabled. Normally, such transactions are forced through the Tor network to hide the sender's IP. But if a peer falsely advertised support for the newer P2P v2 protocol, Bitcoin Core would try v2, fail, then fall back to v2 over a direct IPv4/IPv6 connection—bypassing Tor and potentially exposing the originator's IP address. This commit only documents the fix; it does not contain the actual code change.

Recommended action

Treat this as a confirmed privacy issue already fixed elsewhere (PR #35319). Users relying on privatebroadcast should ensure they run a version containing PR #35319. Review the actual code fix in PR #35319 to verify the proxy override is correctly applied during v1 fallback. No code change is needed from this commit alone.

Security signals we found

01

Privacy leak: originator IP address exposure

02

Tor proxy bypass during P2P v1 fallback

03

Private broadcast (privatebroadcast/sendrawtransaction) affected

04

Bogus P2P v2 protocol advertisement enables fallback path

05

Documentation-only commit describing a prior security-relevant fix

Risk score

Why this scored 62/100

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