Wasabi Protocol Suffers $4.5 Million Loss Due to Admin Key Breach

The DeFi space continues to grapple with significant losses, and Wasabi Protocol is the latest casualty, having been drained of approximately $4.55 million on Thursday after its deployer key was compromised, according to a report by security firm Blockaid. This incident is part of a larger trend, with over $605 million lost in DeFi across at least 12 incidents in the past month alone. The attack on Wasabi Protocol closely mirrors the Drift Protocol exploit, which occurred on April 1, where attackers utilized a compromised admin key to drain $285 million from the Solana-based perpetuals exchange. The breach was facilitated through an externally owned account (EOA) known as wasabideployer.eth, which held the sole administrative role in Wasabi's permission system. An EOA is a wallet controlled by a private key, and whoever possesses this key has control over the wallet. Once the attackers gained access to the deployer key, they granted themselves administrative privileges without delay by invoking the grantRole function on the permission contract. Subsequently, their helper contract upgraded Wasabi's perpetual vaults and Long Pool to malicious implementations, resulting in the draining of balances, as reported by Blockaid. The exploit leveraged the Universal Upgradeable Proxy Standard (UUPS), which enables a smart contract to modify its underlying code without altering its address. UUPS is widely adopted due to its ability to allow developers to fix bugs without requiring user migration. However, the downside is that if an attacker gains control of administrative permissions, they can replace the contract's logic with any code, including that designed to steal funds. According to Blockaid, Wasabi Protocol lacked a timelock or multisig mechanism to protect its administrative role. A timelock would have enforced a delay between the announcement and execution of administrative actions, providing users with a window to react. A multisig mechanism would have required multiple signers to approve changes. 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 these tokens had either been drained or remained at risk. A series of exploits has plagued the DeFi space this month, with the Drift exploit also resulting from a single-key admin setup lacking a 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 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. 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 new vulnerability but rather the repetition of similar mistakes. Each incident yields the same post-mortem analysis about lessons learned, but the next exploit often occurs before these lessons are implemented. Wasabi Protocol has yet to issue a public statement regarding the incident. UPDATE (April 30, 11:34 UTC): General edits have been made throughout, and the mention of the Drift Protocol exploit has been moved to the third paragraph.