Bitcoin Core Developers Find Privacy Bug That Can Leak User IP Addresses

Bitcoin Core Developers Find Privacy Bug That Can Leak User IP Addresses

Bitcoin Core Developers Find Privacy Bug That Can Leak User IP Addresses

https://tech.yahoo.com/cybersecurity/articles/bitcoin-core-developers-privacy-bug-190000760.html

Publish Date: 2026-06-12 15:00:00

Source Domain: tech.yahoo.com

Bitcoin Core developers have disclosed a privacy bug that can expose the very detail it was designed to hide, a user’s IP address. A fix will arrive in version 31.1.

The flaw sits in private broadcast, an optional feature added in version 31.0 this April. Developers published the warning on June 6.

We have become aware of a privacy bug in the -privatebroadcast feature, newly introduced in Bitcoin Core 31.0, that may cause the originator’s IP address to be revealed to the receiving peer under certain network conditions. A fix is forthcoming and will be released with 31.1.

— Bitcoin Core Project (@bitcoincoreorg) June 11, 2026

How the Privacy Bug Backfires

Private broadcast sends transactions through Tor, an anonymity network famous for accessing the dark web, so recipients never learn where they originated. 

Advertisement

Advertisement

However, the official advisory admits this promise can break.

The trouble begins when the software attempts an encrypted connection to another computer on the network. If that attempt fails, it quietly retries over a normal connection and skips Tor entirely. The recipient then sees the sender’s real IP address, and with it their approximate location.

Worse, attackers do not need luck. A hostile node can deliberately reject the encrypted handshake and force the revealing retry.

The risk is critical because Bitcoin’s ledger is public. Linking a transaction to an IP address can tie payments to a real person.

Who is Affected and What to Do

The bug only touches people who run version 31.0 and switched the feature on. Everyday wallet transactions remain unaffected. Developers credit researcher Eugene Siegel with the discovery.

Advertisement

Advertisement

Meanwhile, markets barely flinched. Bitcoin (BTC) trades near $63,700, little changed over the past day. Developers now face the quieter job of repairing trust in Bitcoin privacy efforts.

Until version 31.1 ships, affected users should disable the feature or route all their traffic through Tor. The…

Source