attacker can manipulate password
no checks applied on the setPassword function to check if the one accessing it is actually the owner or not
owner changed the password to "expectedPassword" and later on attacker altered the password with "changedPassword"
the "actualPassword" should be equal to the the one set by the owner but cuz attacker manipulated and changed it , now it's equal to "changedPassword" .
Foundry
there should be some checks same as the getPassword function to check if the owner is the one actually accessing setPassword or not
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.