Malicious attacker can prevent you from changing password
Attacker can change the password back to previous original password or other password not the one owner wants to change to, everytime owner changes the password. They can monitor transactions for password change and immediately call function setPassword(string memory newPassword) external which has no access control
This implies key requirement to "* You can update your password at any time." is violated as you can never set a persistent password
Manual Analysis
Ensure function has access control so only called by contract owne e.g
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.