Invicti detected that ASP.NET tracing is enabled and Trace.axd
is accessible remotely.
This vulnerability can be used to obtain sensitive data on current sessions.
ASP.NET's trace feature is a powerful mechanism that helps developers debug and resolve problems in their applications, but it can also be used by attackers to gain information about requests and responses to the application. An attacker can obtain information such as:
This means that the attacker can hijack almost every active user's session by using their session details.
Apply the following changes on your web.config
file to disable ASP.NET tracing:<System.Web> <trace enabled="false" /></System.Web>
You can search and find all vulnerabilities