Passwords are stored on-chain in clear text, making them publicly accessible.
The PasswordStore contract saves passwords on the Ethereum blockchain. Despite using the private access modifier, Ethereum's inherent transparency allows anyone to access the data directly from the contract's state.
Public exposure of stored passwords.
Manual Review
Avoid direct on-chain storage for 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.