28656 - [SC - Insight] Blocking redeemwithdraw from vault
Description
Vulnerability Details
function initialize() public reinitializer(2) {
// In this initialization, we swap out the underlying stETH with WETH
ERC4626Storage storage erc4626Storage = _getERC4626StorageInternal();
erc4626Storage._asset = _WETH;
_setDailyWithdrawalLimit(100 ether); // @audit
_updateDailyWithdrawals(0);
}Proof of Concept
Previous28650 - [SC - Insight] Protocol Insolvency due to the over inflated ca...Next28660 - [SC - Insight] pufETHsrcTimelock_setDelay - L State constant M...
Last updated
Was this helpful?