Password can be changed by anyone because of missing access control.
The setPassword function must be callable by the owner only. However, it lacks access control, therefore it can be called by anyone.
The actual password can be lost and overwritten by a new one.
Manual Review
Add a form of access control:
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.