51712 sc insight yield distribution will revert if global module doesn t implement iyieldrestrictions
Description
Brief/Intro
Vulnerability Details
for (uint256 i = 0; i < holderCount; i++) {
address holder = $.holders.at(i);
if (_isYieldAllowed(holder)) {
effectiveTotalSupply += balanceOf(holder);
}
}Impact Details
Proof of Concept
References
Previous51941 sc high token creator can revoke factory s upgrade capability permanently blocking upgradesNext49732 sc medium malicious token admin can permanently block setpurchasetoken
Was this helpful?