HP OpenView Network Node Manager Multiple Vulnerabilities (May 2010)
🗓️ 01 Jun 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType
openvas🔗 plugins.openvas.org👁 45 Views
| Reporter | Title | Published | Views | Family All 81 |
|---|---|---|---|---|
| HP OpenView NNM getnnmdata.exe CGI Invalid MaxAge Code Execution | 2 Jul 201000:00 | – | zdt | |
| HP OpenView NNM getnnmdata.exe CGI Invalid ICount Code Execution | 2 Jul 201000:00 | – | zdt | |
| HP OpenView Network Node Manager getnnmdata.exe (MaxAge) CGI BOF | 25 Mar 201100:00 | – | zdt | |
| HP OpenView Network Node Manager getnnmdata.exe (ICount) CGI BOF | 25 Mar 201100:00 | – | zdt | |
| HP OpenView Network Node Manager snmpviewer.exe Buffer Overflow | 24 Mar 201100:00 | – | zdt | |
| CVE-2010-1552 | 23 Mar 201100:00 | – | circl | |
| CVE-2010-1553 | 2 Jul 201000:00 | – | circl | |
| CVE-2010-1554 | 2 Jul 201000:00 | – | circl | |
| HP OpenView NNM getnnmdata.exe CGI ICount Parameter Buffer Overflow (CVE-2010-1554) | 27 Jul 201000:00 | – | checkpoint_advisories | |
| HP OpenView NNM getnnmdata.exe CGI MaxAge Parameter Buffer Overflow (CVE-2010-1553) | 22 Jul 201000:00 | – | checkpoint_advisories |
10
| Source | Link |
|---|---|
| zerodayinitiative | www.zerodayinitiative.com/advisories/ZDI-10-083/ |
| zerodayinitiative | www.zerodayinitiative.com/advisories/ZDI-10-081/ |
| zerodayinitiative | www.zerodayinitiative.com/advisories/ZDI-10-085/ |
| zerodayinitiative | www.zerodayinitiative.com/advisories/ZDI-10-084/ |
| securityfocus | www.securityfocus.com/bid/40067 |
| securityfocus | www.securityfocus.com/bid/40065 |
| support | www.support.openview.hp.com/selfsolve/patches |
| zerodayinitiative | www.zerodayinitiative.com/advisories/ZDI-10-082/ |
| marc | www.marc.info/ |
# SPDX-FileCopyrightText: 2010 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_network_node_manager";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.900243");
script_version("2026-05-07T06:32:13+0000");
script_tag(name:"last_modification", value:"2026-05-07 06:32:13 +0000 (Thu, 07 May 2026)");
script_tag(name:"creation_date", value:"2010-06-01 15:40:11 +0200 (Tue, 01 Jun 2010)");
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-2010-1550", "CVE-2010-1551", "CVE-2010-1552",
"CVE-2010-1553", "CVE-2010-1554");
script_name("HP OpenView Network Node Manager Multiple Vulnerabilities (May 2010)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2010 Greenbone AG");
script_family("Web application abuses");
script_dependencies("secpod_hp_openview_nnm_detect.nasl");
script_mandatory_keys("HP/OVNNM/installed");
script_xref(name:"URL", value:"http://marc.info/?l=bugtraq&m=127360750704351&w=2");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/40065");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/40067");
script_xref(name:"URL", value:"http://zerodayinitiative.com/advisories/ZDI-10-081/");
script_xref(name:"URL", value:"http://zerodayinitiative.com/advisories/ZDI-10-082/");
script_xref(name:"URL", value:"http://zerodayinitiative.com/advisories/ZDI-10-083/");
script_xref(name:"URL", value:"http://zerodayinitiative.com/advisories/ZDI-10-084/");
script_xref(name:"URL", value:"http://zerodayinitiative.com/advisories/ZDI-10-085/");
script_xref(name:"URL", value:"http://support.openview.hp.com/selfsolve/patches");
script_tag(name:"summary", value:"HP OpenView Network Node Manager is prone to multiple vulnerabilities.");
script_tag(name:"insight", value:"The specific flaw exists,
- in ovet_demandpoll.exe process, which allows remote attackers to execute
arbitrary code via format string specifiers in the sel parameter.
- when _OVParseLLA function defined within ov.dll is called from netmon.exe
(Network Monitor) daemon, which directly copies the value of the 'sel' POST
variable into a fixed-length without validating the length causing stack
buffer overflow.
- within the snmpviewer.exe CGI. The doLoad function in this process calls
sprintf() with a %s format specifier without sanitizing the user supplied
data from POST variables (act and app) causing stack-based buffer overflow.
- within the getnnmdata.exe CGI. If this CGI is requested with an invalid
MaxAge parameter or invalid iCount POST parameter a sprintf() call is made
without validating the length before coping in to a fixed-length stack
buffer causing stack-based buffer overflow.");
script_tag(name:"affected", value:"HP OpenView Network Node Manager (OV NNM) 7.01, 7.51, and 7.53");
script_tag(name:"solution", value:"Upgrade to NNM v7.53 and apply the patch from the references.");
script_tag(name:"impact", value:"Successful exploitation will allow attacker to execute arbitrary code in
the context of an application.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if( ! port = get_app_port( cpe:CPE ) )
exit( 0 );
if( ! get_app_version( cpe:CPE, port:port, nofork:TRUE ) )
exit( 0 );
if( ! vers = get_kb_item( "www/" + port + "/HP/OVNNM/Ver" ) )
exit( 0 );
if( version_is_equal( version:vers, test_version:"B.07.01" ) ||
version_is_equal( version:vers, test_version:"B.07.51" ) ||
version_is_equal( version:vers, test_version:"B.07.53" ) ) {
report = report_fixed_ver( installed_version:vers, fixed_version:"See references" );
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
07 May 2026 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 210
EPSS0.70564