NewsCryptoUSENIX Study Links 65,340 Crypto Addresses to $574.8M in Losses Across Ethereum and BNB Chain

USENIX Study Links 65,340 Crypto Addresses to $574.8M in Losses Across Ethereum and BNB Chain

Author: CoinoMedia·

Key Takeaways

  • A USENIX Security study identified 65,340 abusive cryptocurrency addresses tied to approximately $574.8 million in losses across Ethereum and BNB Chain.
  • Researchers extracted more than 16.3 million private keys from 63,004 public GitHub repositories, demonstrating the large scale of inadvertently exposed wallet credentials.
  • The documented losses resulted from attackers exploiting leaked private keys rather than smart contract or protocol-level vulnerabilities.
  • Despite the availability of automated secret-scanning tools such as GitGuardian and TruffleHog, many developers continue to fail at securing or monitoring their repositories for exposed credentials.
  • The study's focus on EVM-compatible networks suggests that similar private key exposure risks may extend to other blockchain platforms with comparable development workflows.
USENIX Study Links 65,340 Crypto Addresses to $574.8M in Losses Across Ethereum and BNB Chain

A new USENIX study has identified 65,340 abusive cryptocurrency addresses connected to approximately $574.8 million in losses across Ethereum and BNB Chain. The research, accepted at USENIX Security—one of the premier academic cybersecurity conferences—highlights the ongoing risks associated with improperly secured cryptographic credentials and publicly exposed source code repositories. While much attention in crypto security has focused on smart contract vulnerabilities and protocol-level exploits, the findings point to a more mundane but equally damaging problem: developers accidentally publishing the keys that control wallets.

According to the study, attackers were able to exploit exposed private keys to gain unauthorized access to cryptocurrency wallets and drain the associated assets. The findings underscore the critical importance of secure key management practices throughout the broader blockchain ecosystem, where a single leaked private key can grant full, irreversible control over on-chain assets.

Millions of Private Keys Extracted from GitHub

Researchers reported extracting more than 16.3 million private keys from 63,004 GitHub repositories, demonstrating the alarming scale of sensitive information inadvertently published online. Publicly committing private keys to source code repositories allows attackers to rapidly identify compromised wallets and transfer funds without authorization. GitHub introduced automated secret scanning to help detect exposed credentials, and third-party tools such as GitGuardian and TruffleHog are widely used for this purpose, but the volume of keys found indicates that many developers remain unaware of the risks or fail to act on automated alerts.

The study suggests that insecure development practices remain a significant source of crypto-related theft. Developers are urged to adopt secure secret management tools and to regularly scan their repositories for inadvertently exposed credentials.

UPDATE: A USENIX study found 65,340 abusive crypto addresses tied to $574.8M in losses on Ethereum and BNB Chain. Researchers extracted 16.3M+ private keys from 63,004 GitHub repositories. pic.twitter.com/Yyje5kYStb — Cointelegraph (@Cointelegraph) August 13, 2026

Security Remains a Critical Challenge

The latest findings on abusive crypto addresses reinforce the urgent need for stronger security standards across the digital asset industry. As blockchain adoption continues to expand, safeguarding private keys remains one of the most vital responsibilities for developers, organizations, and individual users alike. The study's focus on Ethereum and BNB Chain—both EVM-compatible networks with large developer communities and high transaction volumes—suggests the problem may extend to other chains with similar development workflows.

The research serves as a stark reminder that operational security is just as important as blockchain protocol-level security in preventing cryptocurrency theft.