Winner is selected using weak randomness i.e block.timestamp and block.difficulty, which results in unfair draw of winner.
A function selectWinner() is called for selecting winners that uses a combination of msg.sender, block.timestamp, and block.difficulty which is considered a weak randomness as it is visible on the blockchain and it can be influenced by other players.
Any one can choose winner of the raffle.
Manual Review
Use randomness that has lower level of predictability.
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.