Wasabi Protocol Loses $4.5 Million in Apparent Admin Key Breach

The decentralized finance sector continues to grapple with significant losses, with Wasabi Protocol being the latest victim, having lost approximately $4.55 million on Thursday following a breach of its deployer key, as reported by security firm Blockaid. This incident marks the latest in a string of exploits that have resulted in over $605 million in losses across more than 12 incidents within the past month. The attack bears a striking resemblance to the Drift Protocol exploit, which occurred on April 1, where attackers, linked to North Korea, utilized a compromised admin key to drain $285 million from the Solana-based perpetuals exchange. The attack was facilitated through an externally owned account (EOA) known as wasabideployer.eth, which possessed the sole ADMIN_ROLE within Wasabi's permission system. An EOA is essentially a wallet controlled by a private key, distinct from a smart contract, where the holder of the key has absolute control over the wallet. Upon gaining access to the deployer key, the attackers granted themselves admin privileges without any delay by invoking the grantRole function on the permission contract. Subsequently, a helper contract was used to upgrade Wasabi's perp vaults and Long Pool to malicious implementations, resulting in the drainage of the balances, according to Blockaid. The exploit leveraged the Universal Upgradeable Proxy Standard (UUPS), a standard that enables a smart contract to modify its underlying code while retaining the same address. UUPS is widely adopted due to its ability to allow developers to rectify bugs without necessitating user migration. However, a significant drawback is that if an attacker gains control of admin permissions, they can replace the contract's logic with any code, including that designed to steal funds. Blockaid noted that Wasabi lacked a timelock or multisig to safeguard the admin role. A timelock would have enforced a delay between the announcement and execution of an admin action, providing users with a window to react. Similarly, a multisig would have required multiple signers to approve a change. The absence of these security measures meant that a single key held complete control over the protocol. The compromised contracts include Wasabi's wWETH, sUSDC, wBITCOIN, wPEPE, and Long Pool vaults on Ethereum, as well as its sUSDC, wWETH, sBTC, sVIRTUAL, sAERO, and sBRETT vaults on Base, according to Blockaid. Users holding Wasabi LP tokens were advised to revoke any active approvals to the vault contracts, as the underlying assets backing those tokens were either drained or remained at risk. A series of exploits has plagued the DeFi sector, with the Drift exploit also resulting from a single-key admin setup with no governance timelock. The attackers listed a fake token as collateral and raised withdrawal limits to drain real assets in approximately 12 minutes. On April 19, Kelp DAO lost $292 million when an attacker exploited a single-verifier configuration in the protocol's LayerZero bridge, releasing 116,500 unbacked rsETH that was then used as collateral to borrow real ether (ETH) from Aave. The total DeFi loss for 2026 has now exceeded $770 million across more than 30 reported incidents, with April accounting for the majority of this figure. Smaller breaches this month have affected CoW Swap ($1.2 million), Grinex ($13.74 million), Resolv Labs ($23 million), Volo Protocol ($3.5 million), among others. A common thread among these incidents is not a new vulnerability but rather the repetition of known security mistakes. Each incident yields the same post-mortem analysis about lessons learned, yet the next exploit often occurs before these lessons are implemented. Wasabi has yet to issue a public statement regarding the incident. UPDATE (April 30, 11:34 UTC): General edits have been made throughout, and the Drift Protocol exploit has been moved to the third paragraph.