Beanstalk Hack Analysis & POC

BlockApex
BlockApex
Published in
4 min readApr 27, 2022

--

By Abdul Sami J.

Introduction

Beanstalk protocol got hacked for around $74M through exploiting the governance mechanism & stealing all the BEANS & Curve LP tokens stored in the Beanstalk protocol. It is a bit complex hack, lets break it down step by step.

Hack transaction

Hacker’s Address

Hacker Exploit Contract

Proposal creation transaction on BeanGovernance

IMPERATIVE FUNCTIONS OF THE PROTOCOL

Before diving into the hack lets analyze how the governance system worked for the protocol & why proposal was important.

  1. The idea of a proposal is to modify the beanstalk protocol in any way that attracts or affects the interest of the community.
  2. A proposal for the governance can be created by anyone who has deposited beans into the protocol. Anyone who hasn’t deposited beans will not be able to create the proposal.
  3. Proposal in this scenario is a smart contract that will be executed if enough votes passes for it. An example of this can be to whitelist other pools for governance voting, etc.
  4. If anything goes wrong, there is also an emergencyCommit function which bypasses all of the individual vote & executes the proposal. It can be called after a waiting period of one day.

THE INTENT

The attacker created 2 Proposals.

  1. Malicious Proposal Contract (BIP18)
  2. Ukraine donation proposal

Malicious contract requested the following tokens to be sent over the exploit contract address.

  1. BEAN3CRV-f, A BEAN-CRV metapool on curve.
  2. BEANLUSD-f, A BEAN-LUSD metapool on curve.
  3. UNI-V2 ETH/BEAN, A liquidity pool for ETH-BEAN.
  4. BEAN token.

UNDERTAKINGS OF THE EXPLOIT

  1. The attacker starts by taking a flashloan of $1 Billion from AAVE v2 containing the following assets.
  • 350,000,000 DAI
  • 500,000,000 USDC
  • 150,000,000 USDT

2. The attacker takes yet another Flashloan from uniswap v2 for 32,100,950 BEAN & Sushiswap for 11,643,065 LUSD.

3. Then the attacker deposits DAI, USDC & USDT to Curves 3Pool (DAI/USDC/USDT) to get 979,691,328 3Crv tokens.

4. Exchange 15,000,000 CRV tokens to 15,251,318 LUSD on BEANLUSD-f pool.

5. Add single asset liquidity 964,691,328 CRV to get 795,425,740 BEAN3CRV-f.

6. The attacker deposits 32,100,950 BEAN & 26,894,383 LUSD to get 58,924,887 BEANLUSD-f

7. The user then deposits BEANLUSD-f & BEAN3CRV-f to beanstalk contract to get enough voting power.

8. The attacker calls Diamond.vote(18) At this point user has control over 66% of voting power.

9. The proposal gets executed by calling the Diamond.emergencyCommit(18) function on beanstalk protocol which send back the following tokens back to the exploit contract.

  • 36,084,584 BEAN
  • 0.540716100968756904 UNI-V2 ETH/BEAN.
  • 874,663,982 BEAN3CRV-f.
  • 60,562,844 BEANLUSD-f.
  • 100 BEAN minted to the exploit contract.

10. Removes 874,663,982 CRV single liquidity to get 1,007,734,729 CRV tokens.

11. Removes 60,562,844 BEANLUSD-f single liquidity to get 28,149,504 LUSD.

12. Returns flashloan of 11,678,100 LUSD to Sushiswap.

13. Returns flashloan of 32,197,543 BEAN to Uniswap V2.

14. Exchanges 16,471,404 LUSD to get 16,184,690 CRV on LUSDCRV-f.

15. Removes liquidity from 511,959,710 3CRV Pool to get 522,487,380 USDC, 358,371,797 DAI, 156,732,232 USDT.

16. Returns flashloan on aave for 350,315,000 DAI, 500,450,000 USDC & 150,135,000 USDT.

17. Removes liquidity on 0.540716100968756904 Uniswap V2 to get 10,883 Eth & 32,511,085 BEAN.

18. Donated 250,000 USDC to Ukraine Donation Wallet.

19. Swap 15,443,059 DAI to 15,441,256 USDC on Uniswap V3.

20. Swap 37,228,637 USDC for 11,822 Eth on Uniswap V3.

21. Swap 6,597,232 USDT for 2,124 Eth on Uniswap V3.

22. Leaving the attacker with over 24k Eth ~ $72M in profit.

THE EXIT STRATEGY

The hacker used tornado cash & split the ~24k Eth into chunks of 1, 10 & 100 Eth to disappear in thin air. One thing to note is that this hack was a result of a bad governance design and not the economic design.

HACK YOURSELF!

Here is the Github repo that has a POC for the hack.

--

--

BlockApex
BlockApex

The security-first blockchain consultation company for innovative startups and businesses to build and secure the next generation of decentralized products