setPassword function lacks access restrictions, allowing unauthorized changes.
Despite documentation indicating owner-only access, setPassword can be called by any Ethereum address.
Unrestricted ability for any user to modify the stored password.
Manual Review
Implement a require check for msg.sender to match the contract'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.