Rarity of the reward NFT can be influenced by a player.
Rarity of the NFT is calculated using the msg.sender
and block.difficulty
which means the Rarity can change based on who is calling the selectWinner
function and when.
Since any player can call the selectWinner
function even though they might not be the winner they can still influence the reward rarity, or worse they can be a winner and call the function at the right block to get the LEGENDARY
rarity.
Players have the power to influence the rarity of the reward.
Manual
Don't use msg.sender
to calculate the rarity, instead use VRFs and only let the owner call the function.
Root cause: bad RNG Impact: manipulate winner
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.