Missing Access Control
The function setPassword needs to be called only by the owner. Yet currently because there is no access control, anyone can call the function and change the variable s_password.
Sensitive information can be changed by anyone.
Manual reading.
Use onlyOwner modifier at the function setPassword
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.