CWE-317: Cleartext Storage of Sensitive Information in GUI

VariantDraft

The product stores sensitive information in cleartext within the GUI.

View on MITRE
Back to CWE Lookup

Extended Description

An attacker can often obtain data from a GUI, even if hidden, by using an API to directly access GUI objects such as windows and menus. 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.

Technical Details

Structure
Simple

Applicable To

Languages
Not Language-Specific
Platforms
Windows

Learn More