Infoseek / Verity Ultraseek < 5.2.2 Physical Path Disclosure (Jan 2004) - Active Check
🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2004 Westpoint Limited and Corsaire LimitedType
openvas🔗 plugins.openvas.org👁 18 Views
| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-2004-0050 | 6 May 200404:00 | – | cve | |
| CVE-2004-0050 | 6 May 200404:00 | – | cvelist | |
| EUVD-2004-0050 | 7 Oct 202500:30 | – | euvd | |
| Inktomi Search MS-DOS Device Name Request Path Disclosure | 6 Jul 200400:00 | – | nessus | |
| CVE-2004-0050 | 14 Jun 200404:00 | – | nvd | |
| Inktomi Search Physical Path Disclosure | 3 Nov 200500:00 | – | openvas | |
| Corsaire Security Advisory - Verity Ultraseek path disclosure issue | 5 May 200400:00 | – | securityvulns |
# SPDX-FileCopyrightText: 2004 Westpoint Limited and Corsaire Limited
# 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:verity:ultraseek";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.12300");
script_version("2025-07-23T05:44:58+0000");
script_tag(name:"last_modification", value:"2025-07-23 05:44:58 +0000 (Wed, 23 Jul 2025)");
script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
script_cve_id("CVE-2004-0050");
script_name("Infoseek / Verity Ultraseek < 5.2.2 Physical Path Disclosure (Jan 2004) - Active Check");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2004 Westpoint Limited and Corsaire Limited");
script_family("Web application abuses");
script_dependencies("gb_ultraseek_http_detect.nasl");
script_require_ports("Services/www", 8765);
script_mandatory_keys("ultraseek/http/detected");
script_xref(name:"URL", value:"https://web.archive.org/web/20061018032433/http://www.corsaire.com/advisories/c040113-001.txt");
script_xref(name:"URL", value:"https://web.archive.org/web/20210128192317/http://www.securityfocus.com/bid/10275");
script_xref(name:"URL", value:"https://web.archive.org/web/20210121160646/http://www.securityfocus.com/bid/8050");
script_tag(name:"summary", value:"Infoseek / Verity Ultraseek (formerly Inktomi Search) is prone
to a physical path disclosure vulnerability.");
script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");
script_tag(name:"impact", value:"Certain requests using MS-DOS special file names such as nul can
cause a python error. The error message contains sensitive information such as the physical path
of the webroot. This information may be useful to an attacker.");
script_tag(name:"solution", value:"Update to version 5.2.2 or later.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_banner");
exit(0);
}
include("http_func.inc");
include("http_keepalive.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);
url = "/nul";
req = http_get(port:port, item: url);
res = http_keepalive_send_recv(port: port, data: req);
if (!res)
exit(0);
if ("httpsrvr.py:1033" >!< res || "500 Internal Server Error" >!< res)
exit(0);
w = egrep(string: res, pattern: "directory");
if (w) {
webroot = ereg_replace(string: w, pattern: "^.*'(.*)'.*$", replace: "\1");
if (webroot == w)
exit(0);
report = http_report_vuln_url(port: port, url: url);
report += '\n\nThe remote web root is: ' + w;
security_message(port: port, data: report);
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
23 Jul 2025 00:00Current
6.1Medium risk
Vulners AI Score6.1
CVSS 25
EPSS0.01388