There is no restriction on who can set the new password for the owner.
PasswordStore::solsetPassword(...) should be used only by the owner to set the new password but, there is no check for that in the function. That means anyone can change the password anytime.
Anyone can change the password for the owner.
Manual Review
Add the following check:
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.