CWE•Base•Draft•6 recent CVEs
CWE-489Active Debug Code
Description
The product is released with debugging code still enabled or active.
Common consequences
- Confidentiality,Integrity,Availability,Access Control,Other→Bypass Protection Mechanism,Read Application Data,Gain Privileges or Assume Identity,Varies by ContextActive debug code can create unintended entry points or expose sensitive information. The severity of the exposed debug code will depend on the particular instance. At the least, it will give an attacker sensitive information about the sett
Potential mitigations
- Build and Compilation,DistributionRemove debug code before deploying the application.