Payouts
All
Sherlock
Jul '25
Jun '25
May '25
high
when _handleLiquidationSuccess function executing was reverted, it doesn't revert the state change on source chain
high
crossChainBorrows[borrower][underlying] is less than CrossChainCollaterals[borrower][destUnderlying] from second borrow on crosschain. And so users can borrow even if collateral is less than real borrowed
high
Users can receive lending token many times whenever corerouter balance is available. The claimlend function doesn't clear the balance amount after user receive the lending token
high
For crosschain repayment, the function will remove the borrowed amount for same chain borrow or it makes another same chain borrow.