The product stores a password in plaintext within resources such as memory or files.

Impact: Gain Privileges or Assume Identity
Storing a plaintext password in a configuration file allows anyone who can read the file to access the password-protected resource. In some contexts, even storage of a plaintext password in memory is considered a security risk if the password is not cleared immediately after it is used.
Effectiveness: None
javajavajavaasp.netHigh