Severity: Critical
Netsparker detected a Server-Side Request Forgery based on pattern matching and confirmed the vulnerability using specific trace.axd related requests.
Server-Side Request Forgery allows an attacker to make local and/or remote network requests while masquerading as the target server.
Having trace.axd endpoint that is accessible through SSRF leads to attacker gaining access to request details and server variables of all sessions, among other information.
In addition to above, apply the following changes on your web.config
file to disable ASP.NET tracing:
<System.Web> <trace enabled="false" /> </System.Web>