Multiple functions are lacking checks for minimum and maximum permissible values. This absence of bounds validation allows for the setting of arbitrary values, including potentially harmful or non-sensical ones:
SDLPoolCCIPController::setMaxLINKFee()
LinearBoostController::constructor(uint64 _maxLockingDuration, uint64 _maxBoost)
LinearBoostController::setMaxLockingDuration()
LinearBoostController::setMaxBoost()
Implement validation checks for all critical function parameters that can potentially be set to arbitrary values.
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.