The KeeperProxy contract is an upgradeable contract but doesn't have a constructor that disables initializers. Upgradeable contracts should always disable initializers in their constructor to prevent contract being taken over by an attacker
Missing call to _disableInitializers
In the current code, there's no constructor at all
Without a constructor that disables initializers, someone could potentially initialize the implementation contract itself.
Frontrunning initialize
function
Manual Review
add constructor and call _disableInitializers
Please read the CodeHawks documentation to know which submissions are valid. If you disagree, provide a coded PoC and explain the real likelihood and the detailed impact on the mainnet without any supposition (if, it could, etc) to prove your point.
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.