[Exp] Hacking AES
AES on Binance Smart Chain has experienced a price manipulation attack requiring flash loan. It is one of the most complex attacks we have seen so far.
Full exploit: https://github.com/SunWeb3Sec/DeFiHackLabs/blob/main/src/test/AES_exp.sol
Using ItyFuzz to Solve
AES LP contract that is vulnerable:
The contracts are exploitable before block number 23695904. We'll fork the chain at block number 23695904 and let ItyFuzz find the exploit.
To conduct an ItyFuzz campaign, run the following command:
Last updated