10
CVSSv2

CVE-2007-2815

Published: 22/05/2007 Updated: 16/10/2018
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

The "hit-highlighting" functionality in webhits.dll in Microsoft Internet Information Services (IIS) Web Server 5.0 only uses Windows NT ACL configuration, which allows remote malicious users to bypass NTLM and basic authentication mechanisms and access private web directories via the CiWebhitsfile parameter to null.htw.

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft internet information services 5.0

Exploits

#!/bin/sh # # NTLM && BASIC AUTH BYPASS :) # # sha0[at]badchecksumnet # Based on my adv: wwwsecurityfocuscom/bid/24105/info (CVE-2007-2815) if [ $# != 2 ] then printf "USAGE:\t\t$0 <Site> <Protected Object>\nExample:\t$0 wwwmicrosoftcom /en/us/defaultaspx\n\n"; exit 0 fi site=$1 protected ...
Exploit that takes advantage of the Microsoft IIS5 NTLM and basic authentication bypass vulnerability ...