Anyone can set a new password using the function setPassword(...)
.
The function setPassword(...)
is not protected by any modifier
or require
statement which allows only the s_owner
to set the s_password
parameter.
Anyone can overwrite the password variable.
Manual review is done.
Using a modifier to the function setPassword(...)
or having a require
which only allows the owner to set the password.
Anyone can call `setPassword` and set a new password contrary to the intended purpose.
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.