AirDAO Hack
Incident Overview
AirDAO faced a security breach, losing about 440K USD. The attacker exploited the wallet, leading to a loss of control over funds.
A breach at AirDAO resulted in the unauthorized transfer of 126.5 $ETH and 41.61M $AMB tokens. The attacker seized control of the victim's wallet, leading to the loss of access and control over the funds. The first wallet removed liquidity from ETH/AMB pool and the second one just drained the AMB treasury.
The attacker then engaged in transactions across multiple exchanges, including #Binance, #MEXC, #ChangeNOW, #KuCoin, and #BitMart. Stolen funds were converted to $ETH and subsequently deposited into @MEXC_Official via various addresses.
Removing liquidity:
https://etherscan.io/tx/0x2e0087b7…ec91b4
AMB draining:
https://etherscan.io/tx/0x46d0f576…25ff1e
https://etherscan.io/tx/0xdab3475f…c343fe
Example of MEXC deposits:
https://etherscan.io/tx/0xafde2ebe…e8edda
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 AirDAO, these are the critical security checks that could have prevented this incident (March 2024).
- 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
Learn to Prevent the Next AirDAO
The AirDAO 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.