The KeeperProxy.sol
contract is vulnerable to front-running attacks when executing trades. Keepers could exploit this to manipulate prices or extract value from users
The run
function in KeeperProxy.sol
does not include mechanisms to prevent front-running, such as slippage protection or deadline enforcement
A malicious keeper could front-run trades, causing users to receive unfavorable prices and lose funds
manual review
Add slippage protection and deadline enforcement to the run
function
There is no real proof, concrete root cause, specific impact, or enough details in those submissions. Examples include: "It could happen" without specifying when, "If this impossible case happens," "Unexpected behavior," etc. Make a Proof of Concept (PoC) using external functions and realistic parameters. Do not test only the internal function where you think you found something.
There is no real proof, concrete root cause, specific impact, or enough details in those submissions. Examples include: "It could happen" without specifying when, "If this impossible case happens," "Unexpected behavior," etc. Make a Proof of Concept (PoC) using external functions and realistic parameters. Do not test only the internal function where you think you found something.
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.