| Reporter | Title | Published | Views | Family All 21 |
|---|---|---|---|---|
| HP OpenView Performance Insight Server Backdoor Code Execution | 16 Mar 201100:00 | – | zdt | |
| HP OpenView Performance Insight Server Backdoor Account | 1 Feb 201100:00 | – | nessus | |
| HP OpenView Performance Insight Server Backdoor Account | 2 Feb 201100:00 | – | nessus | |
| CVE-2011-0276 | 15 Mar 201100:00 | – | circl | |
| HP OpenView Performance Insight Server Backdoor Account Code Execution (CVE-2011-0276) | 24 Feb 201100:00 | – | checkpoint_advisories | |
| CVE-2011-0276 | 2 Feb 201100:00 | – | cve | |
| CVE-2011-0276 | 2 Feb 201100:00 | – | cvelist | |
| HP OpenView Performance Insight Server - Backdoor Account Code Execution (Metasploit) | 15 Mar 201100:00 | – | exploitdb | |
| HP OpenView Performance Insight Server Backdoor Account Code Execution | 15 Mar 201121:22 | – | metasploit | |
| CVE-2011-0276 | 2 Feb 201101:00 | – | nvd |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/46079 |
| h20000 | www.h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp |
| zerodayinitiative | www.zerodayinitiative.com/advisories/ZDI-11-034/ |
# SPDX-FileCopyrightText: 2011 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:openview_performance_insight";
if(description)
{
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/46079");
script_xref(name:"URL", value:"http://www.zerodayinitiative.com/advisories/ZDI-11-034/");
script_xref(name:"URL", value:"http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c02695453");
script_oid("1.3.6.1.4.1.25623.1.0.103060");
script_version("2026-04-28T06:28:06+0000");
script_tag(name:"last_modification", value:"2026-04-28 06:28:06 +0000 (Tue, 28 Apr 2026)");
script_tag(name:"creation_date", value:"2011-02-03 16:40:04 +0100 (Thu, 03 Feb 2011)");
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-2011-0276");
script_name("HP OpenView Performance Insight Server 'doPost()' Remote Arbitrary Code Execution Vulnerability");
script_tag(name:"qod_type", value:"remote_vul");
script_category(ACT_ATTACK);
script_family("Web application abuses");
script_copyright("Copyright (C) 2011 Greenbone AG");
script_dependencies("gb_hp_performance_insight_detect.nasl", "gb_default_credentials_options.nasl");
script_require_ports("Services/www", 8080);
script_mandatory_keys("hp/openview_performance_insight/detected");
script_exclude_keys("default_credentials/disable_default_account_checks");
script_tag(name:"solution", value:"Updates are available. Please see the references for details.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"summary", value:"HP OpenView Performance Insight Server is prone to a remote
code-execution vulnerability.");
script_tag(name:"impact", value:"An attacker can exploit this issue to execute arbitrary code with
SYSTEM-level privileges. Successful exploits will completely compromise affected computers.");
exit(0);
}
if(get_kb_item("default_credentials/disable_default_account_checks"))
exit(0);
include("http_func.inc");
include("http_keepalive.inc");
include("host_details.inc");
include("misc_func.inc");
if(!port = get_app_port(cpe:CPE, service:"www"))
exit(0);
if(!dir = get_app_location(cpe:CPE, port:port))
exit(0);
if(dir == "/")
dir = "";
host = http_host_name(port:port);
userpass = "hch908v:z6t0j$+i";
url = "/reports/home?context=home&type=header&ov_user=hch908v";
req = http_get(item:url, port:port);
res = http_keepalive_send_recv(port:port, data:req);
if("401 Unauthorized" >!< res)
exit(0); # just to be sure
userpass64 = base64(str:userpass);
req = string("GET ", url, " HTTP/1.1\r\n",
"Host: ", host, "\r\n",
"Authorization: Basic ", userpass64, "\r\n",
"\r\n");
res = http_keepalive_send_recv(port:port, data:req);
if("Log off hch908v" >< res && "Administration</a>" >< res) {
report = string("The Scanner was able to access the URL '", url, "'\nusing username 'hch908v' and password 'z6t0j$+i'.");
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