Munchables Hack
Incident Overview
Munchables protocol has been compromised and drained for 17.4K ETH ($62.5M)
Before the attack munchables contract 0x29958E used Upgradeable proxy patterns with unverified source code, thus we can't be sure if this was a rug pull event or access control vulnerability. The exploiter called function 0x7eee288d directly on the victim contract and withdrew ether. After a short period, all funds were returned to the protocol-related multi-signature wallet.
Attacker:
https://blastscan.io/address/0x6e8836f0…3d09c5
Exploit tx:
https://blastscan.io/tx/0x9a7e4d16…f55c95
Unverified proxy implementation:
https://blastscan.io/address/0xf563Ce43…42aFcd
Proxy admin:
https://blastscan.io/address/0x87684Be6…dAD153
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 Munchables, these are the critical security checks that could have prevented this incident (March 2024).
- Verify all logic paths related to Storage Slot Exploit / 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 TrialFunds Recovery
Recovered
$62.5M
Net Loss
0
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 Munchables
The Munchables 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.