MetaMask Governance Hack
Incident Overview
The contract deployer:
https://etherscan.io/address/0x0f629914…2cb417
Created 2 fake MetaMask tokens (MASK and META) and 1 Bored Ape Yacht Club (APE) token:
https://etherscan.io/tx/0x43fae6c2…476cc2
https://etherscan.io/tx/0x46194ca0…e072c3
https://etherscan.io/tx/0x9e9faba2…823674
Added initial liquidity at:
https://etherscan.io/tx/0x264e9142…811815
https://etherscan.io/tx/0x4a1faae1…e1b6d1
https://etherscan.io/tx/0x09b14538…48c8ab
https://etherscan.io/tx/0x4648a354…3fb3f3
https://etherscan.io/tx/0x6621b85c…39a19e
The liquidity was removed by the contract deployer:
https://etherscan.io/tx/0xb1317e04…3f51d4
https://etherscan.io/tx/0x32ba9db4…334076
https://etherscan.io/tx/0x66373054…3078f9
https://etherscan.io/tx/0x355a36ef…cb9c8f
Stolen funds were deposited into Tornado Cash mixer:
https://bloxy.info/txs/calls_from/0x0f629914…2cb417?signature_id=994162&smart_contract_address_bin=0x722122df…5b6967
The contract deployer possibly blocked token transfers:
https://honeypot.is/ethereum.html?address=0xd0898946…57B33f
https://honeypot.is/ethereum.html?address=0xbb5d5c01…8e5906
https://honeypot.is/ethereum.html?address=0xd696FB3C…ea3Df8
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 MetaMask Governance, these are the critical security checks that could have prevented this incident (December 2021).
- Verify all logic paths related to Honeypot 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 MetaMask Governance
The MetaMask Governance 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.