The placeBid()
function in Auction.sol
does not account for potential integer overflow when adding the bid amount to the current highest bid.
An attacker could exploit this to cause unexpected behavior or bypass bid checks.
Manual review
Employ OpenZeppelin's SafeMath
library to handle arithmetic operations safely.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
View preliminary resultsAppeals are being carefully reviewed by our judges.
The contest is complete and the rewards are being distributed.