Binance User Hack
Incident Overview
27,071,365 USDT and 11 ETH were stolen from a Binance user, private key leakage suspected.
On Nov 11, 2023, an attacker exploited an Ethereum address and drained 27,071,365 USDT and 11 ETH. The victim had received these USDT 9 days prior from Binance. The attacker quickly swapped the stolen USDT for ETH and transferred the funds to another EOA, distributing them between multiple addresses.
The stolen funds were then sent to various services, including WhiteBIT, FixedFloat, and SideShift, and bridged to Bitcoin via THORChain.
Attacker Address:
https://etherscan.io/address/0x03C40112…9F37E3
Involved Addresses:
https://etherscan.io/address/0xe6Deb829…54Ba98
https://etherscan.io/address/0x036163Ec…44d1c0
https://etherscan.io/address/0x0887946C…2D879A
https://etherscan.io/address/0xBB389d6a…a2F129
Malicious Transaction:
https://etherscan.io/tx/0x0f2183c8…d60321
FixedFloat Transaction:
https://etherscan.io/tx/0x59e18a43…fa753f
White BIT Transaction:
https://etherscan.io/tx/0xe38f12a0…26e021
THORChain Router Transaction:
https://etherscan.io/tx/0xba8ed274…6ecbfa
Incident Report
Protocol Information
Market Context at Time of Hack
What the Attacker Needed to Succeed
Understanding the prerequisites for this type of attack helps auditors identify protocols that are most at risk and helps developers build better defenses.
What Auditors Should Check
If you're auditing a protocol with similar architecture to Binance User, these are the critical security checks that could have prevented this incident (November 2023).
- Verify all logic paths related to Access Control are guarded by proper access controls and input validation - see the Access Control Attacks attack class for patterns
- Review privileged functions (owner, admin, governance) for potential abuse vectors - centralization risks should be documented and bounded with timelocks or multi-sigs
Master these auditing techniques with hands-on labs and real exploit scenarios in the Smart Contract Hacking course.
Free TrialRelated Attack Classes
The technique used in this hack maps to these vulnerability classes in our security curriculum:
Sources & References
Learn to Prevent the Next Binance User
The Binance User hack is one of many attacks that skilled auditors are trained to detect before deployment. Master real exploit patterns and defense techniques with hands-on Web3 security training.