https://github.com/Cyfrin/2024-07-zaros/blob/main/src/external/chainlink/keepers/liquidation/LiquidationKeeper.sol#L100-L106
The performUpkeep
function decodes peformData
without validating the decoded data. This could lead to issues if the data is malformed or manipulated.
Lack of Data Validation: Decoded accountsToBeLiquidated
is used directly without validation
Unintended Behavior: Malformed or manipulated data could lead to unintended liquidations or errors.
Manual
Validate the decoded data before using it in the performUpkeep
function.
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.