setPassword doesn't check if msg.sender is owner
Any user can reset password to whatever he wants
Add
require(msg.sender == s_owner); in setPassword function
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.