DAO Maker Vesting Hack
Incident Overview
The attacker's address:
https://etherscan.io/address/0x2708cace…eff92f
DAO Maker vesting smart contracts had vulnerability that allowed a hacker to take ownership of the contract and withdraw the tokens from it. Tokens of DeRace, Showcase, Ternoa, Coinspaid were affected. The attacker initialized the key parameters of init() and changed the owner at the same time.
The attacker invoked emergencyExit() function to withdraw tokens at:
https://etherscan.io/tx/0xcb5be974…a54e5f
https://etherscan.io/tx/0x4c273c24…68c879
https://etherscan.io/tx/0x1692a57f…a7d2b7
https://etherscan.io/tx/0xdd017647…0bacc3
The attacker sold tokens at:
https://etherscan.io/tx/0xbf38346a…d6e3fd
https://etherscan.io/tx/0x3436af2c…d08c27
https://etherscan.io/tx/0xc586a6b9…ceba9e
https://etherscan.io/tx/0x76163daf…1824c8
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 DAO Maker Vesting, these are the critical security checks that could have prevented this incident (September 2021).
- Verify all logic paths related to Access Control Exploit / Other 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:
Proof-of-Concept Exploits
On-Chain Evidence & References
- Twitter/X Alert https://twitter.com/Mudit__Gupta/status/1434059922774237185
- Block Explorer https://etherscan.io/tx/0xd5e2edd6089dcf5dca78c0ccbdf659acedab17…
Sources & References
Learn to Prevent the Next DAO Maker Vesting
The DAO Maker Vesting 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.