The product stores a password in plaintext within resources such as memory or files.
Avoid storing passwords in easily accessible locations.
Consider storing cryptographic hashes of passwords as an alternative to storing in plaintext.
A programmer might attempt to remedy the password management problem by obscuring the password with an encoding function, such as base 64 encoding, but this effort does not adequately protect the password because the encoding can be detected and decoded easily.
Our security experts can help you identify and remediate CWE-256 vulnerabilities in your codebase.
Get Security Assessment