Ekubo Protocol Hack
Incident Overview
On May 5, 2026, Ekubo Protocol’s EVM-based router extensions were exploited for approximately $1.4M on Ethereum and Arbitrum. The attack targeted users who had granted ERC-20 approvals to specific V2 and V3 extension contracts. While the core protocol and liquidity providers were not affected, the vulnerability allowed an attacker to drain tokens from any wallet with active approvals to the compromised addresses.
The exploit was caused by a lack of authentication in the extension’s IPayer.pay callback mechanism. While the extension verified that the callback was triggered by the Ekubo Core contract, it failed to validate the parameters, specifically the payer, token, and amount contained within the lock payload. These values were forwarded directly from the user who initiated the lock.
Because the extension contract was a trusted spender for many users, an attacker could initiate a lock through the extension and name an arbitrary victim as the "payer." Since the extension did not verify if the payer had actually authorized that specific lock, the Core contract successfully executed a transferFrom call against the victim's wallet. The funds were then pulled into the Core contract and immediately handed over to the attacker as the withdrawal recipient.
Exploited Contracts (ETH):
Exploited Contract (ARB):
Exploit Transaction (ETH): 0x770bc9a1…29daa0
Attacker Address: 0xA911Ff35…3A83e3
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 Ekubo Protocol, these are the critical security checks that could have prevented this incident (May 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:
Proof-of-Concept Exploits
On-Chain Evidence & References
- Block Explorer https://etherscan.io/tx/0x770bc9a1f7c32cb63a5002b9ceb5c7994cd3af…
- Twitter/X Alert https://x.com/EkuboProtocol/status/2051754481465856038
- Twitter/X Alert https://x.com/blockaid_/status/2051757787714118125
Sources & References
Learn to Prevent the Next Ekubo Protocol
The Ekubo Protocol 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.