Both oraclePurchaseRequest() and oracleStateRequest() allow overwriting existing requests.
No check if a request already exists for the round. Owner and operator can overwrite each other's requests. Potential loss of oracle fees if previous request wasn't processed. Malicious operator could override legitimate requests
loss of oracle fees if previous request wasn't processed.
Manual Review
// Add protection against overwriting
if (oraclePurchaseRequests[round] != 0) {
revert ExistingRequest(round);
}
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.