Wasabi Protocol Loses $4.5 Million in Apparent Admin Key Breach

The DeFi sector continues to suffer losses, with Wasabi Protocol being the latest victim. On Thursday, the platform, which is a perpetuals trading platform built on Ethereum and Base, lost approximately $4.55 million after its deployer key was compromised, according to security firm Blockaid. This incident is the latest in a string of breaches that have resulted in over $605 million in losses across at least 12 incidents in the past month. The attack bears a striking resemblance to the Drift Protocol exploit that occurred on April 1, where North Korea-linked attackers used a compromised admin key to drain $285 million from the Solana-based perpetuals exchange. The mechanics of the attack involved an externally owned account called wasabideployer.eth, which held the sole ADMIN_ROLE in Wasabi's permission system. The attacker gained access to the deployer key and subsequently 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 draining of balances, as reported by Blockaid. The exploit leveraged the Universal Upgradeable Proxy Standard (UUPS), which enables a smart contract to change its underlying code while maintaining the same address. Although UUPS is widely used for its convenience in allowing developers to fix bugs without migrating users, it has a significant downside: if an attacker gains control of admin permissions, they can replace the contract's logic with malicious code designed to steal funds. According to Blockaid, Wasabi lacked a timelock or multisig to protect the admin role. A timelock would have forced a delay between the announcement and execution of an admin action, providing users with 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 Wasabi: Deployer EOA was used to grant ADMIN_ROLE to an attacker helper contract, which then UUPS-upgraded the perp vaults and LongPool to malicious implementations. 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 incident is part of a larger trend of exploits in the DeFi space, with the cumulative loss total for 2026 exceeding $770 million across more than 30 reported incidents. The majority of these losses occurred in April alone, with smaller breaches hitting 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 known security weaknesses, with each incident producing similar post-mortem language about lessons learned, only to be followed by another exploit before those lessons can be implemented. Wasabi has yet to issue a public statement regarding the incident.