Beginner FriendlyFoundry
100 EXP
View results
Submission Details
Severity: high
Valid

Unsecured Password Storage on Public Blockchain

Summary

Passwords are stored on-chain in clear text, making them publicly accessible.

Vulnerability Details

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.

Impact

Public exposure of stored passwords.

Tools Used

Manual Review

Recommendations

Avoid direct on-chain storage for sensitive data.

Updates

Lead Judging Commences

inallhonesty Lead Judge
almost 2 years ago
inallhonesty Lead Judge almost 2 years ago
Submission Judgement Published
Validated
Assigned finding tags:

finding-anyone-can-read-storage

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

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.