This is a possible line of attack on the staking contract, in particular the claimReward() function: ConcentratedLiquidityPoolManager.sol#L90 L94
So what you have left is a sequence of positions with high position.liquidity and in the correct price range all the time, without taking on any risk. Thereby stealing incentive funds.
The lines below reward the bot owner with a large amount of the token:
ConcentratedLiquidityPoolManager.sol#L90 L94
Recommendation:
Lock the positions during a set time while they are staked.
sarangparikh22 (Sushi) disputed:
alcueca (judge) commented:
sarangparikh22 (Sushi) acknowledged:
