vendor:
IIS and other NT webservers
by:
SecurityFocus
7.5
CVSS
HIGH
Source Disclosure Vulnerability
200
CWE
Product Name: IIS and other NT webservers
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: No
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2002
Microsoft IIS and other NT webservers ASP Source Disclosure Vulnerability
Microsoft IIS and other NT webservers contain a vulnerability that allows remote users to obtain the source code for an ASP file. When one appends ::$DATA to an asp being requested, the ASP source will be returned, instead of executing the ASP. For example: http://xyz/myasp.asp::$DATA will return the source of myasp.asp, instead of executing it.
Mitigation:
Disable ASP source code disclosure by setting the AllowSourceFragment parameter to false in the registry.