7.5
CVSSv2

CVE-2009-1122

Published: 10/06/2009 Updated: 23/11/2020
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

The WebDAV extension in Microsoft Internet Information Services (IIS) 5.0 on Windows 2000 SP4 does not properly decode URLs, which allows remote malicious users to bypass authentication, and possibly read or create files, via a crafted HTTP request, aka "IIS 5.0 WebDAV Authentication Bypass Vulnerability," a different vulnerability than CVE-2009-1535.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft internet_information_services 5.0

Exploits

#!/usr/bin/perl -W # # Microsoft IIS 60 WebDAV Remote Authentication Bypass Exploit # written by ka0x <ka0x01[alt+64]gmailcom> # Advisory: wwwmilw0rmcom/exploits/8765 # # Greets: an0de, Piker, xarnuz, NullWave07, Pepelux, k0rde, JoSs, Trancek and others! use IO::Socket ; my ( $host, $path ) = @ARGV ; my $port = 80 ; # webserver p ...