Everything on the blockchain is public, if you don't want the world to see it, don't put it on the chain.
The contract stores the password, a sensitive piece of data that should never be stored on the chain. And if you have to, encrypt it off-chain and store the encrypted version.
This is a high-risk issue that can lead to the transfer of ownership, the theft of tokens, and much more.
Avoid putting sensitive data on the chain whenever possible.
Use a good encryption algorithm to protect your sensitive data.
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.