| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| LocalWeb2000 2.10 Crafted Request File Disclosure | 18 Aug 200400:00 | – | nessus | |
| LocalWeb2000 2.1.0 Multiple Remote Vulnerabilities | 5 Jun 200200:00 | – | nessus | |
| CVE-2001-0189 | 18 Sep 200104:00 | – | cve | |
| CVE-2002-0897 | 2 Apr 200305:00 | – | cve | |
| CVE-2001-0189 | 18 Sep 200104:00 | – | cvelist | |
| CVE-2002-0897 | 2 Apr 200305:00 | – | cvelist | |
| LocalWEB2000 1.1 - Directory Traversal | 22 Jan 200100:00 | – | exploitdb | |
| LocalWEB2000 2.1.0 Standard - File Disclosure | 24 May 200200:00 | – | exploitdb | |
| EUVD-2001-0189 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2002-0888 | 7 Oct 202500:30 | – | euvd |
# SPDX-FileCopyrightText: 2002 Jason Lidow <[email protected]>
# 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
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.11005");
script_version("2024-06-07T05:05:42+0000");
script_cve_id("CVE-2001-0189", "CVE-2002-0897");
script_tag(name:"last_modification", value:"2024-06-07 05:05:42 +0000 (Fri, 07 Jun 2024)");
script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_name("LocalWeb2000 <= 2.1.0 Multiple Vulnerabilities");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2002 Jason Lidow <[email protected]>");
script_family("Remote file access");
script_dependencies("gb_get_http_banner.nasl");
script_require_ports("Services/www", 80);
script_mandatory_keys("LocalWEB2000/banner");
script_xref(name:"URL", value:"https://web.archive.org/web/20210208165641/http://www.securityfocus.com/bid/2268");
script_xref(name:"URL", value:"https://web.archive.org/web/20210208165641/http://www.securityfocus.com/bid/4820");
script_xref(name:"URL", value:"https://web.archive.org/web/20210208165641/http://www.securityfocus.com/bid/7947");
script_tag(name:"summary", value:"LocalWeb2000 is prone to multiple vulnerabilities.");
script_tag(name:"vuldetect", value:"Checks if the product is available on the target host.");
script_tag(name:"insight", value:"Version 2.1.0 of LocalWeb2000 allows an attacker to view
protected files on the host's computer.
Example: vulnerableserver.com/./protectedfolder/protectedfile.htm
It may also disclose the NetBIOS name of the remote host when it receives malformed directory
requests.");
script_tag(name:"solution", value:"No known solution was made available for at least one year
since the disclosure of this vulnerability. Likely none will be provided anymore. General solution
options are to upgrade to a newer release, disable respective features, remove the product or
replace the product by another one.");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"WillNotFix");
exit(0);
}
include("http_func.inc");
include("port_service_func.inc");
port = http_get_port(default:80);
banner = http_get_remote_headers(port:port);
if(banner && egrep(pattern:"^Server\s*:\s*LocalWEB2000", string:banner, icase:TRUE)) {
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