Password can be set not only by owner but actually by everyone.
The function does not have proper access control in place. The code doesn't check if the transaction is actually called by msg.sender.
Everyone can set the password, thereby completely defying the purpose of this contract.
none
Implement proper access control, e.g. through an onlyOwner modifier or OpenZeppelin's Ownable implementation.
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.