HTX Hack
Incident Overview
HTX exchange suffered a 21,854,944 USD loss due to an access control exploit, compromising hot wallets and leading to malicious funds transfers.
HTX, formerly known as Huobi, is a global cryptocurrency exchange that experienced an access control exploit on November 22, 2023. The attacker gained unauthorized access to several of HTX's hot wallets and transferred funds to multiple addresses. The stolen funds, which included various tokens such as USDT, USDC, LINK, and ARIX, were exchanged for ETH and distributed among different addresses.
The total loss amounted to 21,854,944 USD.
Attacker Addresses:
https://etherscan.io/address/0x5A22F867…5515dC
https://etherscan.io/address/0x121A0Ff2…7945cc
Malicious Transactions:
https://etherscan.io/tx/0xd773f61d…edbeda
https://etherscan.io/tx/0xae118977…c3af17
https://etherscan.io/tx/0x526d2a00…f66106
https://etherscan.io/tx/0x0bb70d29…623503
https://etherscan.io/tx/0xa117dc4a…6d5a8d
https://etherscan.io/tx/0xa3feab38…8c4e1a
Funds Holders as of Nov 27, 2023:
https://etherscan.io/address/0x7Ae277EC…26b949
https://etherscan.io/address/0x6CC330b8…211c6b
https://etherscan.io/address/0x12FC2841…c5b231
https://etherscan.io/address/0x5DdF1A1d…97d920
https://etherscan.io/address/0x5e552A4f…30d119
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 HTX, 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
- 01
-
02
Web Archive https://archive.ph/IkVhN
Learn to Prevent the Next HTX
The HTX 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.