On September 2, 2025, the cryptocurrency community witnessed a sophisticated attack that revealed a glaring weakness in how even hardware wallets can be compromised when paired with tampered browser extensions. A Venus Protocol user lost approximately $13 million after attackers gained full control of their computer through a forged Zoom meeting link and subsequently modified their browser extension wallet to hijack transaction data before it reached the hardware device.
The Exploit Mechanics
The attack unfolded in multiple stages, each exploiting a different layer of the victim’s security stack. The initial vector was social engineering: the attacker posed as a business partner and sent a fraudulent Zoom meeting link via Telegram. The victim, rushing between meetings, clicked the link without verifying the domain and inadvertently executed malicious code that gave the attacker full remote access to their computer.
With system-level control established, the attacker turned their attention to the victim’s browser extension wallet. Chrome extensions downloaded from the Web Store are normally protected by integrity checks that prevent code modification. However, the attacker exploited a known bypass: by enabling Developer Mode in Chrome, they could copy the original extension files and re-import them with the same extension ID — since Chrome generates the ID from the key in manifest.json, a matching key preserves the official ID while allowing arbitrary code changes.
The tampered extension intercepted the victim’s legitimate Venus Protocol redemption transaction and silently replaced it with an updateDelegate operation. When the victim reviewed the transaction on their hardware wallet, the display showed a standard redemption because the hardware wallet’s verification interface lacked full “what you see is what you sign” (WYSIWYS) support for the specific contract interaction. The victim signed what appeared to be a normal redeemUnderlying call, but the actual on-chain transaction delegated full control of their Venus positions to the attacker.
Affected Systems
The attack specifically targeted Venus Protocol, a decentralized lending and borrowing platform operating primarily on the BNB Chain. The victim held approximately 21.18 BTCB and 205,000 XRP as collateral in Venus Protocol positions, along with substantial USDT lending positions. Once the attacker obtained delegate status, they immediately borrowed against the collateral and redeemed the assets to wallets under their control.
The broader implications extend far beyond Venus Protocol. Any DeFi platform that supports delegated operations or meta-transactions is potentially vulnerable to this same attack pattern. The exploit leveraged the gap between what users believe they are signing on their hardware wallets and what the actual decoded transaction data contains — a systemic issue affecting the entire Ethereum Virtual Machine ecosystem.
The Mitigation Strategy
The Venus Protocol team responded with remarkable speed, aided by Chainalysis Hexagate’s real-time monitoring platform, which had detected suspicious contract deployments 18 hours before the attack. Within 20 minutes of the malicious transaction, Venus paused all markets on its protocol. Within five hours, partial functionality was restored. Within seven hours, the team executed a force-liquidation of the attacker’s wallet. Within 12 hours, all stolen funds were recovered and full service resumed.
Perhaps the most innovative countermeasure came through governance: Venus passed a proposal to freeze $3 million in assets still controlled by the attacker, meaning the attacker actually lost money attempting this exploit. This demonstrates how decentralized governance can serve as a powerful security tool when communities can act decisively under time pressure.
Lessons Learned
This incident exposes several critical vulnerabilities in the current hardware wallet security model. First, browser extension wallets serve as a trusted intermediary between users and hardware devices, and compromising the extension compromises the entire chain of trust. Second, hardware wallet displays often cannot render complex DeFi transaction calldata in a human-readable format, creating a dangerous blind spot for users. Third, social engineering remains the most effective attack vector in cryptocurrency, with video conferencing platforms becoming the new frontier for phishing attacks.
Bitcoin traded at approximately $111,200 and Ethereum at $4,325 at the time of this incident, making the $13 million at risk a fraction of the broader market but a devastating sum for any individual user.
User Action Required
Crypto users must adopt a multi-layered defense strategy. Verify all meeting links by checking the domain before clicking — legitimate Zoom links always contain “zoom.us.” Enable two-factor authentication on all messaging platforms used for business communications. Consider using a dedicated, air-gapped device for cryptocurrency transactions that is never used for video conferencing or web browsing. Most importantly, pressure hardware wallet manufacturers to implement full WYSIWYS transaction decoding that displays the exact function being called and all parameters in plain language before any signature is requested.
The era of trusting a single hardware wallet screen is over. As this attack demonstrates, the entire transaction pipeline — from browser extension to wallet display — must be secure, or none of it is.
Disclaimer: This article is for informational purposes only and does not constitute financial or security advice. Always conduct your own research and consult security professionals before making decisions about your cryptocurrency holdings.
venus user losing 13m because someone tampered with the browser extension before hardware saw the tx is terrifying
forged zoom link via telegram to get remote access shows how targeted these attacks are getting
hardware wallets not enough if the software layer gets hijacked first
julia_k the forged zoom link is the scariest part. everybody clicks meeting links all day long without checking domains. this attack will keep working for years
Bear markets are for building — and builders are delivering
Education is still the biggest barrier to mainstream adoption
The pace of innovation in crypto continues to surprise me
The gap between crypto and TradFi is narrowing fast
The fundamental value proposition of crypto keeps getting stronger
the developer mode bypass for Chrome extensions is well known in security circles. hardware wallets cant protect you if the extension feeding them data is compromised
ext_sandbox developer mode bypass preserving the extension ID is a known Chrome vulnerability. hardware wallets need WYSIWYS signing for every contract interaction
forged Zoom link into full system access into browser extension tampering. the attack chain was social engineering plus technical exploitation. $13M gone in minutes
hardware wallet showed a standard redemption but the actual tx was an updateDelegate. without full WYSIWYS support hardware wallets give false confidence
wysiwyg_or_nothing WYSIWYS is the only real fix. your hardware wallet is useless if the extension feeding it data has been tampered with. blind signing is broken by design