Wasabi Protocol Loses $4.5 Million Due to Apparent Admin Key Breach

The DeFi space continues to hemorrhage funds, with Wasabi Protocol being the latest victim. On Thursday, the protocol, which is a perpetuals trading platform built on Ethereum and Base, was drained of around $4.55 million after its deployer key was compromised, according to a report by security firm Blockaid. This incident marks the latest in a string of DeFi losses, which have exceeded $605 million across at least 12 incidents this month. The attack bears a striking resemblance to the Drift Protocol exploit, where North Korea-linked attackers utilized a compromised admin key to drain $285 million from the Solana-based perpetuals exchange. The exploit was carried out 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 granted themselves admin privileges without any delay by calling grantRole on the permission contract. A helper contract was then used to upgrade Wasabi's perp vaults and Long Pool to malicious implementations, resulting in the drainage 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 while retaining the same address. UUPS is widely used as it allows developers to fix bugs without migrating users. However, if an attacker gains control of admin permissions, they can replace the contract's logic with any code, including that designed to steal funds. Wasabi lacked a timelock or multisig to protect the admin role, according to Blockaid. A timelock would have enforced 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 a change. The absence of these security measures left a single key in control of the protocol. 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 backing those tokens 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. On April 19, Kelp DAO lost $292 million when an attacker exploited a single-verifier configuration in the protocol's LayerZero bridge. The cumulative DeFi loss total for 2026 has now surpassed $770 million across more than 30 reported incidents, with April accounting for the majority of that figure. Smaller breaches this month have hit CoW Swap, Grinex, Resolv Labs, and Volo Protocol, among others. A common thread among these incidents is not a new vulnerability, but rather the repeated exploitation of existing weaknesses, with each incident yielding the same post-mortem language about lessons learned, only to be followed by the next exploit before those lessons can be implemented. Wasabi has yet to issue a public statement regarding the incident.