w3who.dll Buffer Overflow / XSS Vulnerability - Active Check
🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2004 Nicolas GregoireType
openvas🔗 plugins.openvas.org👁 34 Views
| Reporter | Title | Published | Views | Family All 16 |
|---|---|---|---|---|
| CVE-2004-1134 | 7 Jul 201000:00 | – | circl | |
| Microsoft ISAPI W3Who Library Buffer Overflow (CVE-2004-1134) | 18 Feb 201000:00 | – | checkpoint_advisories | |
| CVE-2004-1133 | 8 Dec 200405:00 | – | cve | |
| CVE-2004-1134 | 8 Dec 200405:00 | – | cve | |
| CVE-2004-1133 | 8 Dec 200405:00 | – | cvelist | |
| CVE-2004-1134 | 8 Dec 200405:00 | – | cvelist | |
| Microsoft IIS - ISAPI 'w3who.dll' Query String Overflow (Metasploit) | 7 Jul 201000:00 | – | exploitdb | |
| Microsoft IIS ISAPI w3who.dll Query String Overflow | 13 Sep 200606:28 | – | metasploit | |
| CVE-2004-1133 | 10 Jan 200505:00 | – | nvd | |
| CVE-2004-1134 | 10 Jan 200505:00 | – | nvd |
10
| Source | Link |
|---|---|
| exaprobe | www.exaprobe.com/labs/advisories/esa-2004-1206.html |
| securityfocus | www.securityfocus.com/bid/11820 |
# SPDX-FileCopyrightText: 2004 Nicolas Gregoire
# 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.15910");
script_version("2023-10-10T05:05:41+0000");
script_tag(name:"last_modification", value:"2023-10-10 05:05:41 +0000 (Tue, 10 Oct 2023)");
script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_cve_id("CVE-2004-1133", "CVE-2004-1134");
script_name("w3who.dll Buffer Overflow / XSS Vulnerability - Active Check");
script_category(ACT_MIXED_ATTACK);
script_tag(name:"qod_type", value:"remote_analysis");
script_copyright("Copyright (C) 2004 Nicolas Gregoire");
script_family("Web application abuses");
script_dependencies("gb_microsoft_iis_http_detect.nasl");
script_require_ports("Services/www", 80);
script_mandatory_keys("microsoft/iis/http/detected");
script_tag(name:"solution", value:"Delete this file.");
script_tag(name:"summary", value:"The Windows 2000 Resource Kit ships with a DLL that displays
the browser client context. It lists security identifiers, privileges and $ENV variables.
The scanner has determined that this file is installed on the remote host.");
script_tag(name:"impact", value:"The w3who.dll ISAPI may allow an attacker to execute arbitrary
commands on this host, through a buffer overflow, or to mount XSS attacks.");
script_xref(name:"URL", value:"http://www.exaprobe.com/labs/advisories/esa-2004-1206.html");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/11820");
script_tag(name:"solution_type", value:"Mitigation");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("host_details.inc");
# nb: No get_app_location() as IIS is not "directly" affected and the initial version of
# this VT had only checked for the banner of IIS.
if(!port = get_app_port(cpe:CPE, service:"www"))
exit(0);
host = http_host_name(port:port);
url = "/scripts/w3who.dll";
req = http_get(item:url, port:port);
res = http_keepalive_send_recv(port:port, data:req);
if("Access Token" >< res) {
report = http_report_vuln_url(port:port, url:url);
if(safe_checks()) {
security_message(port:port, data:report);
exit(0);
}
useragent = http_get_user_agent();
req = string("GET /scripts/w3who.dll?", crap(600), " HTTP/1.1\r\n",
"Host: ", host, "\r\n",
"User-Agent: ", useragent, "\r\n");
r = http_send_recv(port:port, data:req);
# The page content is subject to localization
# Matching on headers and title
if(r =~ "^HTTP/1\.[01] 500" &&
"<html><head><title>Error</title>" >< r)
security_message(port:port, data:report);
}
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
10 Oct 2023 00:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS 210
EPSS0.72326