Vesper Finance Hack
Incident Overview
The attacker's address:
https://etherscan.io/address/0xa3f447fe…619264
The attacker:
- received ~100 ETH from Tornado Cash to ensure his privacy:
https://etherscan.io/tx/0x1423391a…5f8cba
- swapped 56.81 ETH to 254,783 USDC
-swapped 232,509 USDC to 222,403 VUSD on the Uniswap v3
- added liquidity into "infinity" price range using 0 VUSD and 0.1 USDC:
https://etherscan.io/tx/0x89d0ae4d…ecf4c5
- deposited VUSD as collateral into the Vesper Rari Fuse pool #23 and was able to borrow all available assets:
https://ethtx.info/mainnet/0x8527fea5…af8092/
- The Rari lending market received the VUSD price using Rari's price oracle:
https://etherscan.io/address/0xb3c8ee73…36d8fb
, and valued VUSD collateral at a price of “infinity”
- swapped stolen assets on ETH:
https://etherscan.io/tx/0x70d6ff9f…19bc7d
- deposited ETH into Tornado Cash mixer:
https://bloxy.info/txs/calls_from/0xa3f447fe…619264?signature_id=994162&smart_contract_address_bin=0x722122df…5b6967
Incident Report
Protocol Information
What the Attacker Needed to Succeed
Understanding the prerequisites for this type of attack helps auditors identify protocols that are most at risk and helps developers build better defenses.
What Auditors Should Check
If you're auditing a protocol with similar architecture to Vesper Finance, these are the critical security checks that could have prevented this incident (November 2021).
- Verify all logic paths related to Oracle Manipulation / Other are guarded by proper access controls and input validation - see the Oracle Manipulation & Price Manipulation attack class for patterns
- Audit oracle price feeds for manipulation risks - ensure time-weighted average prices (TWAPs) or multi-source aggregators are used, not spot prices
- Review privileged functions (owner, admin, governance) for potential abuse vectors - centralization risks should be documented and bounded with timelocks or multi-sigs
Master these auditing techniques with hands-on labs and real exploit scenarios in the Smart Contract Hacking course.
Free TrialSecurity Audit History
- Audit Report 1 Report
Related Attack Classes
The technique used in this hack maps to these vulnerability classes in our security curriculum:
Sources & References
Learn to Prevent the Next Vesper Finance
The Vesper Finance hack is one of many attacks that skilled auditors are trained to detect before deployment. Master real exploit patterns and defense techniques with hands-on Web3 security training.