GenomesDAO Hack
Incident Overview
GenomesDao was attacked. Three smart contracts were attacked and the amount that was stolen by the hacker is approximately $43k.
GenomesDAO is a DAO focused on secure, private and verifiable monetization of genomic data using DeFi.
There was a vulnerability in the contract due to which an hacker can repeatedly invoke "victim" contracts. The hacker first created fake LP tokens and using the initialization function, he was able to install a real LP contract token on a fake one.
The hacker then supplied a fake token using the shake function to get the LP tokens of the contract. Then the hacker uses the initialization function to return to the original LP-token and revokes the real LP of the contract using the output function.
Thus, the hacker was able to take a profit of about $43k.
Victim addresses:
1) https://polygonscan.com/address/0x3606cFa4…7F3c92
2) https://polygonscan.com/address/0x28fc73E9…47f714
3) https://polygonscan.com/address/0x48D1CcB0…A267b7
Attacker address: https://polygonscan.com/address/0x43ec1d16…bed7a3
Attacker smart contract addresses:
1) https://polygonscan.com/address/0x8e10c949…50c052
2) (Token) https://polygonscan.com/address/0x9aa63491…3da3c6
Transactions:
Swap $AnyMATIC to blockchain $MATIC: https://polygonscan.com/tx/0x074f3076…509311
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 GenomesDAO, these are the critical security checks that could have prevented this incident (August 2022).
- 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 TrialSources & References
Learn to Prevent the Next GenomesDAO
The GenomesDAO 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.