51180 sc medium function is vulnerable to gas griefing
Description
Brief / Intro
Vulnerability Details
if (
keccak256(bytes(rewardCategory)) == keccak256("Jackpot")
|| keccak256(bytes(rewardCategory)) == keccak256("Plume Token")
) {
_safeTransferPlume(user, rewardAmount * 1 ether);
}Impact Details
References
Proof of Concept
Previous49668 sc insight validator status function emit misleading event Next52680 sc high holders length changing when distributing limit with limit could lead to case where new holders unfairly claim yield and yield is permanently frozen
Was this helpful?