Variables set to private in solidity can still be accessed and read by anyone.
Private variables are not actually private, everything on the blockchain is public and can be read by anyone.
If a malicious user was to access the password, they could do anything they want with it.
Found the vulnerability doing a manual review, tested it using foundry
You could hash the password
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.