Password is exposed on-chain
Although declaring a variable as private stops it from being read by other smart contracts, one can still obtain the value by looking at the contract's storage on chain. The password will be stored in
The password of the owner will be visible on chain, so the owner is effectively compromised.
Manual Review
Private data should not be saved on a public blockchain. If having the password on-chain is so important to the contract's owner, they should store it in an encrypted form and make sure that only the owner can decrypt it.
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.