7.5
CVSSv3

CVE-2006-1364

Published: 23/03/2006 Updated: 18/10/2018
CVSS v2 Base Score: 7.8 | Impact Score: 6.9 | Exploitability Score: 10
CVSS v3 Base Score: 7.5 | Impact Score: 3.6 | Exploitability Score: 3.9
VMScore: 785
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:C

Vulnerability Summary

Microsoft w3wp (aka w3wp.exe) does not properly handle when the AspCompat directive is not used when referencing COM components in ASP.NET, which allows remote malicious users to cause a denial of service (resource consumption or crash) by repeatedly requesting each of several documents that refer to COM components, or are restricted documents located under the ASP.NET application path.

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft asp.net 1.1

microsoft asp.net

Exploits

// w3wp-dosc // #include "stdafxh" #pragma comment (lib,"ws2_32") #include <winsock2h> #include <windowsh> #include <stdlibh> #include <stdioh> #include <stringh> #include <stdioh> #include <ctypeh> char * pszUnauthLinks(DWORD); #define portno 80 int main(int argc, CHAR* argv[]) { char szWor ...