Balancer V2 Hack
Incident Overview
Balancer DEX faced a frontend vulnerability exploit on Sep 20, 2023, resulting in a loss of 238,000 USD.
Balancer, an AMM-based DEX operating on multiple chains, experienced a frontend vulnerability exploit on September 20, 2023. The attacker managed to transfer the stolen funds using the bridge between the Avalanche and Ethereum chains. They also distributed some of the stolen funds to several wallets.
One of the attacker-related addresses, 0xf998, received 1.04 AVAX from MEXC.
The attacker's address:
- https://cchain.explorer.avax.network/address/0x645710af…088d7e
- https://cchain.explorer.avax.network/address/0xF99825f5…0a29D6
Funds Holders as of Sep 20, 2023:
- https://cchain.explorer.avax.network/address/0x645710af…088d7e
- https://cchain.explorer.avax.network/address/0x1c14D9cF…69294f
Bridging Transactions:
- https://cchain.explorer.avax.network/tx/0x3bee94d9…91597c
- https://cchain.explorer.avax.network/tx/0x129938d7…a57e4c
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 Balancer V2, these are the critical security checks that could have prevented this incident (September 2023).
- Verify all logic paths related to Frontend Attack / 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
- 01
-
02
Web Archive https://archive.ph/wBJVj
- 03
Learn to Prevent the Next Balancer V2
The Balancer V2 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.