Description
The product is released with debugging code still enabled or active.
Potential Impact
- Confidentiality: Bypass Protection Mechanism
How to Fix
Build and Compilation
Remove debug code before deploying the application.
Detection Methods
- Automated Static Analysis: Automated static analysis, commonly referred to as Static Application Security Testing (SAST), can find some instances of this weakness by analyzing source code (or binary/compiled code) without havin...
Related Weaknesses
References
View on MITRE CWE Database →