DAO Maker Vesting Hack
Incident Overview
Hackers exploit smart contract vulnerability in crowdfunding platform DAO Maker, stealing approximately $7 million in USD Coin (USDC) from over 5,000 user accounts.
The hackers exploited a smart contract vulnerability in DAO Maker, a platform aimed at raising funds for crypto projects. They initially stole 10,000 USDC and then made 15 more transactions to acquire additional funds, totaling approximately $7 million. The attack affected 5,251 user accounts.
According to DAO Maker CEO Christoph Zaknun, the Strong Holder Offering (SHO) contract was targeted because the number of deposits exceeded their expectations. Users with up to $900 in their accounts were reportedly unaffected as the platform moved their funds into different wallets. DAO Maker has suspended all deposits pending a full Root Cause Analysis.
Blockchain intelligence firm CipherBlade is conducting an investigation into the hack and has identified a Binance account associated with the attacker. DAO Maker is exploring compensation options for all affected users.
The attacker's address:
https://etherscan.io/address/0xd8428836…208f50
The contract used to perform the attack:
https://etherscan.io/address/0x1c932902…2f3cee#code
The transaction of the attack execution:
https://etherscan.io/tx/0xeefc22f2…490f7b
The victim's contract:
https://etherscan.io/address/0x41B85670…57cf49#code
The transaction of the stolen funds transfer:
https://etherscan.io/tx/0xa8a61f77…1e775e
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 (August 2021).
- Verify all logic paths related to Private Key Compromised (Unknown Method) / 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 TrialSecurity Audit History
- Certik Report
Related Attack Classes
The technique used in this hack maps to these vulnerability classes in our security curriculum:
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.