Wasabi Protocol Loses $4.5 Million in Apparent Admin Key Breach

The DeFi sector continues to experience significant losses, with Wasabi Protocol being the latest victim, losing approximately $4.55 million on Thursday due to a compromised deployer key, according to security firm Blockaid. This incident is part of a larger trend, with over $605 million lost in DeFi across at least 12 incidents this month. The attack bears a resemblance to the Drift Protocol exploit, where a compromised admin key was used to drain $285 million from the Solana-based perpetuals exchange. The breach was made possible through an externally owned account called wasabideployer.eth, which held the sole admin role in Wasabi's permission system. Once the attacker gained access to the deployer key, they assigned themselves admin privileges without delay by calling grantRole on the permission contract. A helper contract then upgraded Wasabi's perp vaults and Long Pool to malicious implementations, draining the balances, as reported by Blockaid. This exploit relied on the Universal Upgradeable Proxy Standard (UUPS), which allows a smart contract to change its underlying code while maintaining the same address. UUPS is widely used for its convenience in fixing bugs without migrating users. However, it also poses a significant risk if an attacker gains control of admin permissions, as they can replace the contract's logic with malicious code designed to steal funds. Wasabi lacked a timelock or multisig to protect the admin role, leaving a single key in control of the protocol. A timelock would have forced a delay between the announcement and execution of an admin action, giving users time to react, while a multisig would have required multiple signers to approve changes. Blockaid's exploit detection system identified an ongoing admin-key compromise exploit on Wasabi Protocol across Ethereum and Base. 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. Users holding Wasabi LP tokens were advised to revoke any active approvals to the vault contracts, as the underlying assets had either been drained or remained at risk. This month has seen a series of exploits, including the Drift Protocol breach, where attackers exploited a single-key admin setup with no governance timelock. Similarly, Kelp DAO lost $292 million when an attacker exploited a single-verifier configuration in the protocol's LayerZero bridge. 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. Other smaller breaches this month include CoW Swap, Grinex, Resolv Labs, and Volo Protocol. A common thread among these incidents is not a new vulnerability, but rather the repetition of similar mistakes, with each post-mortem analysis highlighting lessons learned, only for the next exploit to occur before these lessons can be implemented. Wasabi Protocol has not yet released a public statement regarding the incident.