There is no access control to ensure only the s_owner can set the password.
The comments for setPassword function specify that the function should be only called by the owner, but there isn't any access control to ensure that.
Anyone can change the password.
Manual Review
Add a check to ensure that msg.sender == s_owner
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.