26431 - [SC - Insight] High Risk in transfer of proxyOwnership
Description
Bug Description
function transferProxyOwnership(address newOwner) public onlyProxyOwner {
require(newOwner != address(0));
emit ProxyOwnershipTransferred(proxyOwner(), newOwner);
setUpgradabilityOwner(newOwner);
}Impact
Risk Breakdown
Recommendation
References
Proof of concept
Previous26423 - [SC - Insight] Timelock executeTransaction function will succe...Next26446 - [SC - Insight] Consider implementing a two step process in tra...
Last updated
Was this helpful?