CWE-215: Insertion of Sensitive Information Into Debugging Code
BaseDraft
The product inserts sensitive information into debugging code, which could expose this information if the debugging code is not disabled in production.
View on MITREBack to CWE Lookup
Extended Description
When debugging, it may be necessary to report detailed information to the programmer. However, if the debugging code is not disabled when the product is operating in a production environment, then this sensitive information may be exposed to attackers.
Technical Details
- Structure
- Simple
Applicable To
Not Language-Specific