Home / Vulnerability Database / Android : Debug mode on
Android
Android : Debug mode on
Classification
OWASP Mobile Top 10 2014
OWASP Mobile Top 10 2016
OWASP MASVS
PCI DSS 4.0
CWE
Overview
The launch of the application in debug mode is possible, which can lead to data confidentiality loss.
The BuildConfig.DEBUG variable, which is responsible for enabling the debug mode, is set to true. This variable is created automatically by Eclipse IDE with the ADT plugin. Because of incorrect work of ADT it can retain the true value in release build of the application.
MEDIUM
DerScanner Severity Score
Do you want to fix Android : Debug mode on in your application?
See also
Android
Android : Error handling: generic exception
Android
Android : HTTP usage
Android
