Home / Vulnerability Database / VB.NET : Debug code
VB.NET

VB.NET : Debug code

Classification

OWASP ASVS
PCI DSS 4.0

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.

LOW

DerScanner Severity Score

Do you want to fix VB.NET : Debug code in your application?

See also

VB.NET

VB.NET : Weak hashing algorithm

VB.NET

VB.NET : Explicit garbage collection

VB.NET

VB.NET : Empty encryption key