Lava Hack
Incident Overview
LavaLending experienced a flash loan exploit resulting in the theft of approximately $340K worth of various cryptocurrencies.
LavaLending fell victim to a flash loan exploit, resulting in the unauthorized transfer of funds totaling approximately $340K. The stolen cryptocurrencies include 60,349 USDT, 8.5 wstETH, 96,215 UDSC.e, 77,477 USDC, and 20.3 ETH. These funds were sent to the address 0xfbcdb6ce…0a6428 on the Arbitrum network.
In response to the incident, all lending markets on the platform have been temporarily paused while an investigation is conducted to determine the extent of the breach and identify the perpetrators.
Exploiter:
https://arbiscan.io/address/0x851aa754…530418
https://arbiscan.io/address/0xfbcdb6ce…0a6428
Expliter contract:
https://arbiscan.io/address/0x42fae472…c88988
https://arbiscan.io/address/0x3e52c217…e9fda1
Incident Report
Protocol Information
Market Context at Time of Hack
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 Lava, these are the critical security checks that could have prevented this incident (March 2024).
- Verify all logic paths related to Calculation Error in Liquidation Engine / Flash Loan Attack are guarded by proper access controls and input validation - see the Flash Loans Attacks attack class for patterns
- 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 TrialRelated Attack Classes
The technique used in this hack maps to these vulnerability classes in our security curriculum:
Sources & References
Learn to Prevent the Next Lava
The Lava 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.