| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| CVE-2001-0374 | 24 May 200104:00 | – | cve | |
| CVE-2001-0374 | 24 May 200104:00 | – | cvelist | |
| Compaq Web-enabled Management Software HTTP Server Arbitrary Traffic Proxy | 22 May 200200:00 | – | nessus | |
| EUVD-2001-0371 | 7 Oct 202500:30 | – | euvd | |
| CVE-2001-0374 | 18 Jun 200104:00 | – | nvd | |
| Compaq web-enabled management software acts as generic proxy | 6 Apr 200100:00 | – | cert |
| Source | Link |
|---|---|
| compaq | www.compaq.com/products/servers/management/SSRT0758.html |
# SPDX-FileCopyrightText: 2002 Digital Defense Inc.
# 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:hp:http_server";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.10963");
script_version("2023-07-07T05:05:26+0000");
script_tag(name:"last_modification", value:"2023-07-07 05:05:26 +0000 (Fri, 07 Jul 2023)");
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_cve_id("CVE-2001-0374");
script_name("Compaq Web Based Management Agent Proxy Vulnerability");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2002 Digital Defense Inc.");
script_family("Web application abuses");
script_dependencies("compaq_wbem_detect.nasl");
script_require_ports("Services/www", 2301);
script_mandatory_keys("compaq/http_server/detected");
script_xref(name:"URL", value:"http://www.compaq.com/products/servers/management/SSRT0758.html");
script_tag(name:"solution", value:"Due to the information leak associated with this service,
we recommend that you disable the Compaq Management Agent or filter access to
TCP ports 2301 and 280.
If this service is required, installing the appropriate upgrade from Compaq
will fix this issue. The software update for the operating system and hardware
can be found via Compaq's support download page.
For more information, please see the referenced vendor advisory.");
script_tag(name:"summary", value:"This host is running the Compaq Web Management Agent.
This service can be used as a HTTP proxy. An attacker can use this
to bypass firewall rules or hide the source of web-based attacks.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_active");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("host_details.inc");
if(!port = get_app_port(cpe:CPE))
exit(0);
if(!get_app_location(cpe:CPE, port:port, nofork:TRUE))
exit(0);
req = string( "GET http://127.0.0.1:2301/ HTTP/1.0\r\n\r\n" );
res = http_keepalive_send_recv( port:port, data:req );
if( "Compaq WBEM Device Home" >< 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