ID
Severity
Status
Title 27 Findings
Location
M-01
MAJOR
NO ISSUE

Repeated calls draining all funds from strategies in FarmBufferDispatcher

FarmBufferDispatcher.sol
M-02
MAJOR
FIXED

Deposits allowed in strategies with inEmergency mode in FarmDispatcher

FarmDispatcher.sol
M-03
MAJOR
FIXED

Incomplete withdrawals in the withdraw function in FarmDispatcher

FarmDispatcher.sol
M-04
MAJOR
FIXED

Using uint256.max for full balance withdrawals may cause overflows in FarmDispatcher

FarmDispatcher.sol
M-05
MAJOR
FIXED

Inability to commit earnings due to rounding errors When calculating uncommittedLossPerc in HarvestableManager

HarvestableManager.sol
M-06
MAJOR
FIXED

No supply tokens minted for portion of withdrawFee after deduction in VaultCoreV1

VaultCore.sol
W-01
WARNING
ACKNOWLEDGED

Farm loss at the moment of snapshot SupplyLoss is distributed proportionally to users' supply balance in CommitMath

CommitMath.sol
W-02
WARNING
FIXED

Address validation confusion in _validateBorrow in VaultCoreV1

VaultCore.sol
W-03
WARNING
FIXED

Inability to withdraw funds from a deactivated strategy in FarmDispatcher

FarmDispatcher.sol
W-04
WARNING
ACKNOWLEDGED

Inaccurate strategy.totalDeposit calculation after withdrawal with losses in FarmDispatcher

FarmDispatcher.sol
W-05
WARNING
FIXED

Inconsistent permissions for strategy functions in FarmStrategy

FarmStrategy.sol
W-06
WARNING
FIXED

Ability to successfully complete repay with repayAmount = 0 in VaultCoreV1

VaultCore.sol
W-07
WARNING
FIXED

Insufficient Parameter Validation in FarmDispatcher, MorphoVault, SkimStrategy, StrategyGenericPool, StrategyPendleBase

FarmDispatcher.sol
StrategyGenericPool.sol
MorphoVault.sol
StrategyPendleBase.sol
SkimStrategy.sol
W-08
WARNING
ACKNOWLEDGED

A portion of user funds may remain in the buffer, which can impact farmLoss in the case of a SupplyLoss in FarmBufferDispatcher

FarmBufferDispatcher.sol
W-09
WARNING
NO ISSUE

Missing Check for actual withdrawal amount from strategy in FarmDispatcher

FarmDispatcher.sol
I-01
INFO
FIXED

Non-optimal gas usage in LiquidatableManager

LiquidatableManager.sol
I-02
INFO
ACKNOWLEDGED

Missing validation that amountToTransfer is not less than amount in LenderStrategy

LenderStrategy.sol
I-03
INFO
FIXED

Setter required or make slippage immutable in StrategyPendleBase

StrategyPendleBase.sol
I-04
INFO
ACKNOWLEDGED

Missing validation for decrease != 0 in FarmBuffer

FarmBuffer.sol
I-05
INFO
ACKNOWLEDGED

Unable to withdraw mistakenly sent tokens in FarmBuffer

FarmBuffer.sol
I-06
INFO
FIXED

Typo in FarmBufferDispatcher

FarmBufferDispatcher.sol
I-07
INFO
FIXED

Incorrect approval in FarmBufferDispatcher

FarmBufferDispatcher.sol
I-08
INFO
FIXED

Approval remains active if deposit fails in FarmDispatcher

FarmDispatcher.sol
I-09
INFO
FIXED

It is possible to pass strategyAddress == 0 in FarmDispatcher

FarmDispatcher.sol
I-10
INFO
NO ISSUE

No Setter for nonSkimAssets in SkimStrategy

SkimStrategy.sol
I-11
INFO
FIXED

Typo in toWithdaw in SupplyLossManager

SupplyLossManager.sol
I-12
INFO
ACKNOWLEDGED

farmDispatcher should be used instead of rewardsRecipient in FarmStrategy

FarmStrategy.sol

Please select finding