Wasabi Protocol Loses $4.5 Million in Apparent Admin Key Breach

The DeFi sector continues to hemorrhage funds, with Wasabi Protocol being the latest casualty, losing approximately $4.55 million on Thursday due to a compromised deployer key, as reported by security firm Blockaid. The incident marks the latest in a string of DeFi losses, which have surpassed $605 million across at least 12 incidents this month alone. The attack shares striking similarities with the Drift Protocol exploit on April 1, where North Korea-linked attackers utilized a compromised admin key to drain $285 million from the Solana-based perpetuals exchange. The exploit was facilitated through an externally owned account, or EOA, known as wasabideployer.eth, which held the sole ADMIN_ROLE within Wasabi's permission system. An EOA is a wallet controlled by a private key, distinct from a smart contract, where the key holder has complete control over the wallet. Once the attacker gained access to the deployer key, they promptly granted themselves admin privileges by calling grantRole on the permission contract, all without any delay. The attacker then proceeded to upgrade Wasabi's perp vaults and Long Pool to malicious implementations, effectively draining the balances, as disclosed by Blockaid. This exploit leveraged the Universal Upgradeable Proxy Standard (UUPS), which 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, its downside is that if an attacker gains control of admin permissions, they can replace the contract's logic with any code they desire, including that designed to pilfer 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, while a multisig would have required multiple signers to approve changes. The absence of these security measures left a single key in control of 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 had either been drained or remained at risk. This month has seen a series of exploits, including the Drift breach, where attackers exploited a single-key admin setup with no governance timelock, listing a fake token as collateral and raising 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 cumulative DeFi loss for 2026 has now exceeded $770 million across more than 30 reported incidents, with April accounting for the majority of this figure. Other smaller breaches this month include CoW Swap ($1.2 million), Grinex ($13.74 million), Resolv Labs ($23 million), and Volo Protocol ($3.5 million), among others. A common thread among these incidents is not a novel vulnerability, but rather the repetition of similar mistakes, with each post-mortem analysis yielding the same 'lessons learned,' only to be followed by another exploit before these lessons can be 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.