HECO Hack
Incident Overview
Heco Bridge suffered an access control exploit on Nov 22, 2023, resulting in a loss of over 86,284,430 USD worth of various assets.
Heco Bridge, a cross-chain bridge between Ethereum and Heco chain, fell victim to an access control exploit on Nov 22, 2023. The exploit led to the loss of 86,284,430 USD worth of assets, including 10,145 ETH, 42,110,000 USDT, 489 HBTC, 346,867,120,000 SHIB, 173,200 UNI, 619,000 USDC, 42,399 LINK, and 346,994 TUSD. The private keys of a privileged address were compromised, allowing the attacker to withdraw funds from the bridge's smart contract.
The stolen funds were transferred to the hacker's main address in several transactions and swapped for ETH in DEXes using multiple EOA addresses. The native ETH was then accumulated in another EOA and distributed among five addresses, where the funds remain as of Nov 23, 2023.
Attacker Address:
https://etherscan.io/address/0xfc146d1c…50b0c4
Malicious Transactions:
https://etherscan.io/tx/0xbb6fe884…3e131b
https://etherscan.io/tx/0x46f2ebab…57b1e8
https://etherscan.io/tx/0x98b44a9d…b5a375
Funds Transfer Transactions:
https://etherscan.io/tx/0xe021e1d8…3b2d87
https://etherscan.io/tx/0x793a8f4c…c5766b
Funds Holders as of Nov 23, 2023:
https://etherscan.io/address/0xe47e6dA1…089B9e
https://etherscan.io/address/0xedbdcb1b…18b8f6
https://etherscan.io/address/0x7befdbb8…552935
https://etherscan.io/address/0x8dc70e03…b9ab75
Incident Report
Protocol Information
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 HECO, 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 HECO
The HECO 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.