Home / Vulnerability Database / C-sharp : Debug code
C#

C-sharp : 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 C-sharp : Debug code in your application?

See also

C#

C-sharp : JWT: None Algorithm

C#

C-sharp : Insecure data transmission: Database

C#

C-sharp : Only one of method Equals() and GetHashCode() defined