56836 sc low ownership transfer failure in alchemistcurator https github com alchemix finance v3 poc blob immunefi audit src alchemistcurator sol prevents future dao governance or recovery
Description
Brief / Intro
Vulnerability Details
function acceptAdminOwnership() external onlyAdmin {
admin = pendingAdmin;
pendingAdmin = address(0);
emit AdminChanged(admin);
}Impact Details
References
Proof of Concept
Proof of Concept
Previous58056 sc low the auto eth and usdc staking rewards will stuck in vaultNext56518 sc insight claimwithdrawalqueue discards claimed amount
Was this helpful?