The claimable
balance is overlooked in the calculation of _totalAssets
, leading to an incomplete and potentially inaccurate accounting of the total assets held by the strategy.
The vulnerablity arises because claimable
value is ignored in the final calculation of the _totalAssets
.
Although the claimable balance is calculated, it is not utilized in the subsequent logic. This omission means that the total assets are calculated without accounting for the claimable balance, which could lead to discrepancies in the reported _totalAssets
value.
Incorrect calculation of the _totalAssets
, The total assets value will be underreported since it does not reflect the full amount of assets held by the strategy, including any claimable balance.
Since the strategy relies on accurate total assets for profit and loss accounting, not including claimable funds means the strategy's performance is inaccurately reported. This can impact performance tracking, accounting, and the calculation of profits/losses.
Manual Review
Implement the logic , to include claimable
value for calculating _totalAssets
.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.