Wasabi Protocol Loses $4.5 Million in Apparent Admin Key Breach
The decentralized finance sector continues to hemorrhage funds, with Wasabi Protocol being the latest casualty, losing approximately $4.55 million after its deployer key was compromised, according to security firm Blockaid. This incident is part of a larger trend that has seen over $605 million lost in DeFi across at least 12 incidents in the past month. The attack mirrors the Drift Protocol exploit, where attackers used a compromised admin key to drain $285 million from the Solana-based perpetuals exchange. The Wasabi Protocol hack was facilitated through an externally owned account called wasabideployer.eth, which held the sole admin role in the permission system. Once the attackers gained access to the deployer key, they granted 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. The exploit leveraged the Universal Upgradeable Proxy Standard (UUPS), which allows a smart contract to change its underlying code while maintaining the same address. However, this standard's downside is that if an attacker gains admin permissions, 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. Blockaid's detection system identified the ongoing admin-key compromise exploit, which involved the Wasabi: Deployer EOA granting ADMIN_ROLE to an attacker's helper contract. This contract then UUPS-upgraded the perp vaults and LongPool to malicious implementations. Compromised contracts include various vaults on Ethereum and Base. Users with Wasabi LP tokens were advised to revoke any active approvals to the vault contracts due to the risk of drained or compromised underlying assets. This incident contributes to a cumulative DeFi loss total exceeding $770 million across over 30 reported incidents in 2026, with April accounting for the majority of this figure. The lack of implementation of security lessons from previous exploits continues to plague the DeFi sector, with each incident highlighting the need for enhanced security measures such as timelocks and multisig protocols.