28613 - [SC - Medium] User will lose funds
Description
Brief/Intro
Vulnerability Details
function _convertToShares(uint256 assets, Math.Rounding rounding) internal view virtual returns (uint256) {
return assets.mulDiv(totalSupply() + 10 ** _decimalsOffset(), totalAssets() + 1, rounding);
}Impact Details
Recommendation
Proof of Concept
Previous28612 - [SC - Insight] EigenLayers share rate can be massively inflate...Next28623 - [SC - Low] Timelock transaction that consume more then _ g...
Last updated
Was this helpful?