Bancor Hack
Incident Overview
Bancor smart contracts were compromised due to a security breach in a wallet used for upgrades, leading to a loss of approximately 24,984 ETH and other tokens worth around $23.5M.
The attacker compromised a wallet used for upgrading smart contracts and withdrew 24,984 ETH (~$12.5M) from the BNT smart contract. The same wallet was also used to steal 229,356,645 NPXS (~$1M) and 3,200,000 BNT (~$10M). The stolen funds were transferred to multiple wallets before being deposited into the Huobi exchange.
The transactions related to the attack can be traced through the following links:
- Initial withdrawal of Bancor's ETH: [Transaction Link](https://etherscan.io/tx/0xf9fe97d6…5e9bde)
- Additional ETH received by Phishing1701: [Transaction Link](https://etherscan.io/tx/0xfdb8d337…b2c833)
- Conversion of Bancor's ETH into Ether: [Transaction Link](https://etherscan.io/tx/0x43a964e6…b92ba0)
- Transfer of ETH to Phishing1702: [Transaction Link](https://etherscan.io/tx/0x4a47e32d…b62b9f)
- Transfer of ETH to Phishing1703: [Transaction Link](https://etherscan.io/tx/0x2c281aa4…7999a2)
- Transfer of ETH to the hacker's wallet: [Transaction Link](https://etherscan.io/tx/0x1890d018…c0babe)
- Transfer of ETH to an external wallet: [Transaction Link](https://etherscan.io/tx/0x49265054…63d57d)
- Deposit of ETH into the Huobi exchange: [Wallet Address](https://etherscan.io/address/0xd294ac18…220550)
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 Bancor, these are the critical security checks that could have prevented this incident (July 2018).
- Verify all logic paths related to Other are guarded by proper access controls and input validation
- 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 TrialSecurity Audit History
- Audit Report 1 Report
Sources & References
Learn to Prevent the Next Bancor
The Bancor 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.