Submitted by danb, also found by benk10 and pedroais
LiquidityFarming.sol#L220
LiquidityFarming.sol#L233
In deposit function it is possible to push to nftIdsStaked of anyone, an attacker can deposit too many nfts to another user, and when the user will try to withdraw an nft at the end of the list, they will iterate on the list and revert because of gas limit.
ankurdubey521 (Biconomy) confirmed and commented:
pauliax (judge) decreased severity to Medium and commented:
