Payouts
3rd Places
Top 10
Top 25
All
Sherlock
Code4rena
Nov '24
Oct '24
Jul '24
Jun '24
May '24
Apr '24
high
Withdrawals logic allows MEV exploits of TVL changes and zero-slippage zero-fee swaps
high
ETH withdrawals from EigenLayer always fail due to `OperatorDelegator`'s nonReentrant `receive()`
high
Incorrect calculation of queued withdrawals can deflate TVL and increase ezETH mint rate
medium
Pending withdrawals prevent safe removal of collateral assets
medium
Deposits will always revert if the amount being deposited is less than the bufferToFill value
high
Anyone can borrow with a low interest rate in the `LenderCommitmentGroup_Smart`.
high
The protocol dosn't work well for USDT.
high
Incorrect check for `_collateralAmount` in `LenderCommitmentGroup_Smart.acceptFundsForAcceptBid()`.
high
Improper implementation of `TellerV2._lenderCloseLoanWithRecipient()` can result in frozen collateral into `LenderCommitmentGroup_Smart`.
medium
Anyone can bypass the borrowing limitation of `LenderCommitmentGroup_Smart`.
medium
Incorrect function selector in `FlashRolloverLoan_G5._acceptCommitment()`.
medium
`LenderCommitmentGroup_Smart.sol` doesn't work correctly with fee-on-transfer tokens.
high
The fee distribution in the `FeeManager._splitProtocolFee()` function is incorrect.
high
The `Edition.mintBatch()` function pays less fees than expected.
medium
An attacker can invalidate signatures for `TitlesGraph.acknowledgeEdge()` and `TitlesGraph.unacknowledgeEdge` by front running.
medium
Incorrect assigning to memory variable in `TitlesGraph._setAcknowledged()`.
medium
The `Edition.mintBatch()` function always reverts when `tokenIds_.length > 1`.
medium
The excess Ether in the call to `Edition.mint()` is not returned to `msg.sender`.
high
Attacker can make 0 value deposit() calls to deny user from redeeming or withdrawing collateral
high
Design flaw and mismanagement in vault licensing leads to double counting in collateral ratios and positions collateralized entirely with kerosine
high
Kerosene collateral is not being moved on liquidation, exposing liquidators to loss
high
Users can get their Kerosene stuck until TVL becomes greater than Dyad's supply
high
Missing enough exogeneous collateral check in `VaultManagerV2::liquidate` makes the liquidation revert even if (DYAD Minted > Non Kerosene Value)
high
User can get their Kerosene stuck because of an invalid check on withdraw
Mar '24
medium
`AutoExit` could receive a reward calculated from the entire position's fund even if `onlyFee` is true in `AutoExit.execute()`.
medium
Wrong global lending limit check in `_deposit` function
medium
Large decimal of referenceToken causes overflow at oracle price calculation
medium
Users can lend and borrow above allowed limitations
Feb '24
high
The value of `operatorDetails.shareDetails[newShareCap.strategy].allocation` has to be deleted when `currentShareDetails.cap > 0 && newShareCap.cap == 0` at the function `OperatorRegistryV1Admin.setOperatorStrategyCap()`.
high
`currentEpochsByAsset` must be increased by 1 in `RioLRTWithdrawalQueue.queueCurrentEpochSettlement()`.
medium
In `RioLRTCoordinator.requestWithdrawal`, `availableShares` doesn't consider previous queued withdrawals and users can request withrawal more than available shares.
medium
`rebalance()` could be reverted unreasonably by improper checking in `OperatorOperation.depositTokenToOperators()`.