The password is stored on the blockchain, even if the variable is private, anyone can read the value of the slot associated and get the value of Password.
Variable stored in storage even private one, are readable by arbitrary reading the slot associated.
Anyone can have the password and then spoof the initial user.
Foundry
cast storage addr SC
Don't stored any password or sensible data on the blockchain.
Even attribute given in function input aren't private.
Private functions and state variables are only visible for the contract they are defined in and not in derived contracts. In this case private doesn't mean secret/confidential
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.