29149 - [SC - Insight] DoS in Zero Registry configuration updation
Description
Brief/Intro
Vulnerability Details
function setPoolConfiguratorImpl(
address newPoolConfiguratorImpl
) external override onlyOwner {
address oldPoolConfiguratorImpl = _getProxyImplementation(
POOL_CONFIGURATOR
);
_updateImpl(POOL_CONFIGURATOR, newPoolConfiguratorImpl);
emit PoolConfiguratorUpdated(
oldPoolConfiguratorImpl,
newPoolConfiguratorImpl
);
}Impact Details
References
Proof of Concept
Previous29145 - [SC - High] zeroLendToken is bricked to use for whitelisted...Next29170 - [SC - Medium] DoS by front-runnable externall call
Last updated
Was this helpful?