In ThunderLoan::initialize()
and ThunderLoanUpgraded::initialize()
are missing the addresseses check.
In both the ThunderLoan::initialize()
and ThunderLoanUpgraded::initialize()
functions, the absence of addresses verification presents a vulnerability. It's important to implement adequate checks; otherwise, errors within the constructor can necessitate redeployment of the contract.
The initialize()
function to be called by any entity when the contract remains uninitialized. If an unauthorized entity executes this function, they gain full authority due to the __Ownable_init()
function. Moreover, there's a lack of validation for 0 address inputs in the initialize() function
, which should be enforced for proper definition and security.
Manual review
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.