Home / Vulnerability Database / Java : Debug code
Java
Java : Debug code
Classification
Overview
The application contains debugging code. It can contain undocumented entry points.
Implementation of undocumented “backdoors” for testing and correcting errors is a common practice in the application development. This code must be deleted from the final version of the application. If not, the application is vulnerable, since it permits actions not described by the documentation.
The most common example of debugging code in a web application is the main() method.
References
LOW
DerScanner Severity Score
Do you want to fix Java : Debug code in your application?
See also
Java
Java : Race condition
Java
Java : Text4Shell Vulnerability
Java
