52527 sc high the validator admin might claim less commission token when validatorfacet requestcommissionclaim is called
Description
Vulnerability Details
126 modifier _validateIsToken(
127 address token
128 ) {
129 if (!PlumeStakingStorage.layout().isRewardToken[token]) {
130 revert TokenDoesNotExist(token);
131 }
132 _;
133 }Impact Details
Proof of Concept
References
Previous51754 sc high double yield distribution via token transfers between distributeyieldwithlimit callsNext52980 sc critical partial fills strand source tokens in the wrapper and leave dangerous residual allowances
Was this helpful?