Growth DeFi Hack
Incident Overview
The attacker's address:
https://etherscan.io/address/0x5e05bc89…21a04b
The attacker created a fake token called AXZ and supplied rAXZZ/GRO liquidity. He then staked it in the contract and pulled out the other pair.
The attacker:
- swapped 0.001 WETH for ~0.0148 GRO:
https://etherscan.io/tx/0x97373e45…b304b5
- added ~0.0148 GRO and 100,000,000,000 AXXZ into Uniswap liquidity pair:
https://etherscan.io/tx/0xa94c42b8…ea6247
- removed ~27,516 GRO and ~1,218 rAAVE liquidity from Uniswap:
https://etherscan.io/tx/0x2152214a…a41a23
- swapped ~27,516 GRO for ~597 WETH and ~1,218 rAAVE on ~203 WETH:
https://etherscan.io/tx/0xffef18b3…96797f
https://etherscan.io/tx/0xce020fab…757998
Stolen funds were distributed between 4 external wallets at:
https://etherscan.io/tx/0x0a6b5c92…f817eb
https://etherscan.io/tx/0xac4407bf…2ec2b4
https://etherscan.io/tx/0x0391fa91…ece735
https://etherscan.io/tx/0xb80894d7…9b680c
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 Growth DeFi, these are the critical security checks that could have prevented this incident (February 2021).
- Verify all logic paths related to Flashloan Price Oracle Attack / Rugpull are guarded by proper access controls and input validation - see the Flash Loans Attacks 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
-
01
Source 1 https://rekt.news/the-big-combo/
- 02
-
03
Reference https://www.rekt.news/the-big-combo/
Learn to Prevent the Next Growth DeFi
The Growth DeFi 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.