29181 - [SC - High] Tautology in PoolVoterregisterGauge makes it im...
Description
Brief/Intro
Vulnerability Details
function registerGauge(
address _asset,
address _gauge
) external onlyOwner returns (address) {
if (isPool[_asset]) {
_pools.push(_asset);
isPool[_asset] = true;
}
...
}Impact Details
Proof of Concept
Previous29175 - [SC - Insight] Granting DEFAULT_ADMIN_ROLE to the deployer in ...Next29186 - [SC - Insight] ValidationLogicvalidateBorrow - L-L Incorrect i...
Last updated
Was this helpful?