Anyone can read password as Blockchain is a public ledger.
Although getPassword function access is restricted to owner only, anyone can read password as blockchain/ smart contract storage is publicly accessible.
Password leakage/ compromise.
Manual Review
Either dont store passwords in smartcontracts or store encrypted password (encrypt them off-chain and then store ciphertext on blockchain)
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.