Unbounded batch token registration allows potential denial of service through excessive array processing. In AaveDIVAWrapper.sol
Function: batchRegisterCollateralToken()
Attack Vector: Submitting extremely large arrays of token addresses
No maximum array length validation
No gas consumption limits
Prevents owner from efficiently registering tokens
Potential transaction failures
Increased gas costs
Add maximum array length constraint
require(_collateralTokens.length <= 50, "Batch size too large");
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.