Umbra Wiki weakness weakness/CWE-318
Back to wiki

CWE-318 — Cleartext Storage of Sensitive Information in Executable

provenance: imported · CWE: CWE-318

CWE-318: Cleartext Storage of Sensitive Information in Executable

MITRE CWE weakness

Kind Weakness
Abstraction Variant
Status Draft
Likelihood of exploit

Description

The product stores sensitive information in cleartext in an executable.

Attackers can reverse engineer binary code to obtain secret data. This is especially easy when the cleartext is plain ASCII. Even if the information is encoded in a way that is not human-readable, certain techniques could determine which encoding is being used, then decode the information.

Common consequences

  • Confidentiality: Read Application Data

Mitigations

(none listed)

References

  • CWE page: https://cwe.mitre.org/data/definitions/318.html
  • CWE list: https://cwe.mitre.org/data/index.html