Reentrancy exploit on the Deposit function.
as the deposit event is emitted AFTER the transfer is made with the external call safeTransferFrom(), the emitted event can be modified to benefit the attacker.
Ie deposit 1eth in first call, then reenter deposit function with 10eth, the deposit events emitted are then 10ETH + 10ETH. Attacker then gets minted 'free' ether on the L2
Attacker can mint more tokens on the L2 then they have deposited.
CEI, put the event emission before the safeTransferFrom().
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.