Declaring a state variable as private does not mean it cannot be read.
s_password should be only accessible by the s_owner, but can be accessed by anyone by calculating the appropriate storage slot where it is stored.
The password can then be retrieved easily by a tool like chisel.
Manual Review
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.