External parties have unintended access over critical function setPassword()
setPassword() does not implement access control validation.
Others can set your password!
manual analysis
implement an "onlyOwner" logic:
conditions:
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.