SquidMulticall Approval Exploitation Hack
Incident Overview
On April 7, 2026, a victim lost $517K across five chains (Arbitrum, BSC, Avalanche, Optimism, Base) when an attacker exploited pre-existing MAX_UINT token approvals to a SquidMulticall contract, using the permissionless run() function to execute transferFrom calls and drain tokens directly from the victim's wallet.
The victim had previously granted unlimited (MAX_UINT) approvals to a SquidMulticall-related contract deployed at the same address across all five chains. The attacker didn't need to phish or trick the victim again. They simply used the permissionless run() entrypoint in the contract to execute crafted multicalls containing transferFrom payloads.
This drained tokens directly from the victim's address across all chains where approvals existed.
Victim: 0xaCc0c1f6…f40E98
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 SquidMulticall Approval Exploitation, these are the critical security checks that could have prevented this incident (April 2026).
- 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 SquidMulticall Approval Exploitation
The SquidMulticall Approval Exploitation 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.