52944 sc high the requestcommisionclaim function can only claim commission on tokens that are currently reward tokens
Description
Brief / Intro
Vulnerability Details
function requestCommissionClaim(
uint16 validatorId,
address token
)
external
onlyValidatorAdmin(validatorId)
nonReentrant
_validateValidatorExists(validatorId)
_validateIsToken(token) // <-- Only allows currently active reward tokens
{
...
}Impact Details
Proof of Concept
References
Previous51041 sc high streak count misuse in jackpot eligibility allows theft of user fundsNext51286 sc low event restrictionscreated uses wrong owner
Was this helpful?