Lucene search
K

HP Power Manager Login Form Buffer Overflow Vulnerability

🗓️ 18 Jan 2011 00:00:00Reported by Copyright (C) 2011 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 17 Views

HP Power Manager Login Form Buffer Overflow Vulnerability. Successful exploitation could cause Denial of Service. The flaw is due to a boundary error in URL parameters passed to the login form, leading to a stack-based buffer overflow. Upgrade to HP Power Manager (HPPM) 4.3.2 or later

Related
Refs
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
HP Power Manager < 4.3.2 Buffer Overflow Vulnerability
3 Jan 201100:00
nessus
Tenable Nessus
HP Power Manager < 4.3.2
16 Dec 201000:00
nessus
Check Point Advisories
HP Power Manager Administration Web Server Stack Buffer Overflow (CVE-2010-4113)
27 Feb 201100:00
checkpoint_advisories
CVE
CVE-2010-4113
22 Dec 201020:00
cve
Cvelist
CVE-2010-4113
22 Dec 201020:00
cvelist
NVD
CVE-2010-4113
22 Dec 201021:00
nvd
OpenVAS
HP Power Manager Login Form Buffer Overflow Vulnerability
18 Jan 201100:00
openvas
Prion
Stack overflow
22 Dec 201021:00
prion
Saint
HP Power Manager formLogin buffer overflow
28 Dec 201000:00
saint
Saint
HP Power Manager formLogin buffer overflow
28 Dec 201000:00
saint
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_hp_power_manager_bof_vuln.nasl 7006 2017-08-25 11:51:20Z teissa $
#
# HP Power Manager Login Form Buffer Overflow Vulnerability
#
# Authors:
# Antu Sanadi <[email protected]>
#
# Copyright:
# Copyright (c) 2011 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################

tag_impact = "Successful exploitation could allow users to cause a Denial of Service condition.
  Impact Level: Application";
tag_affected = "HP Power Manager (HPPM) before 4.3.2";
tag_insight = "The flaw is due to a boundary error when processing URL parameters
  passed to the login form of the management web server. It can be exploited
  to cause a stack-based buffer overflow via a specially crafted 'Login' variable.";
tag_solution = "Upgrade to HP Power Manager (HPPM) 4.3.2 or later,
  For updates refer to
  http://h18000.www1.hp.com/products/servers/proliantstorage/power-protection/software/power-manager/index.html";
tag_summary = "The host is running HP Power Manager and is prone to buffer overflow
  vulnerability.";

if(description)
{
  script_id(801569);
  script_version("$Revision: 7006 $");
  script_tag(name:"last_modification", value:"$Date: 2017-08-25 13:51:20 +0200 (Fri, 25 Aug 2017) $");
  script_tag(name:"creation_date", value:"2011-01-18 07:48:41 +0100 (Tue, 18 Jan 2011)");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_cve_id("CVE-2010-4113");
  script_name("HP Power Manager Login Form Buffer Overflow Vulnerability");


  script_tag(name:"qod_type", value:"remote_banner");
  script_category(ACT_GATHER_INFO);
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2011 Greenbone Networks GmbH");
  script_dependencies("hp_power_manager_detect.nasl");
  script_require_ports("Services/www", 80);
  script_tag(name : "impact" , value : tag_impact);
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "solution" , value : tag_solution);
  script_tag(name : "summary" , value : tag_summary);
  script_xref(name : "URL" , value : "http://secunia.com/advisories/42644");
  script_xref(name : "URL" , value : "http://marc.info/?l=bugtraq&m=129251322532373&w=2");
  script_xref(name : "URL" , value : "http://www.zerodayinitiative.com/advisories/ZDI-10-292/");
  script_xref(name : "URL" , value : "http://securitytracker.com/alerts/2010/Dec/1024902.html");
 exit(0);
}

include("http_func.inc");
include("version_func.inc");

port = get_http_port(default:80);
if(!get_port_state(port)){
  exit(0);
}

if(!vers = get_kb_item(string("www/", port, "/hp_power_manager"))){
  exit(0);
}

if(!isnull(vers) && vers >!< "unknown")
{
  if(version_is_less(version: vers, test_version: "4.3.2")){
      security_message(port:port);
  }
}

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

25 Aug 2017 00:00Current
0.4Low risk
Vulners AI Score0.4
EPSS0.0683
17