This vulnerability occurs when an application saves sensitive data, like passwords or keys, as plain text in the Windows Registry.
Storing unprotected information in the registry creates a major security hole. Since the registry is a standard system component, any attacker or malicious program with sufficient access can directly read these keys and steal the exposed credentials or data. Even if the data is encoded (like with Base64 or simple obfuscation), it does not provide real security. Attackers can easily recognize common encoding patterns and use automated tools to decode it, turning what looks like gibberish back into usable, sensitive information.
Impact: Read Application Data