58469 sc low pending admin cannot accept ownership
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
Previous57604 sc high nominal accounting mismatch in moonwell strategies leads to permanent locking of all generated yieldNext57565 sc medium the amount of dust will be permanently locked in stargateethpoolstrategy
Was this helpful?