CWE-16
ISO27001-A.9.4.1
WASC-14
OWASP 2013-A5
OWASP 2017-A6

ASP.NET Debugging Enabled

Severity:
Information
Summary

Invicti detected that ASP.NET debugging is enabled.

Impact

This indicates that the debugging flag was left enabled in the production system. There is no direct impact of this issue, and it is presented here only for information.

Remediation
Required Skills for Successful Exploitation
Actions To Take

Apply the following changes in your web.config file to disable ASP.NET debugging.

<System.Web> <compilation debug="false" /> </System.Web>

Vulnerability Index

You can search and find all vulnerabilities

Select Vulnerability
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.