HP OpenView Network Node Manager Multiple Code Execution Vulnerabilities. Buffer overflow in CGI and ov.dll. Inadequate input validation in webappmon.exe
Reporter | Title | Published | Views | Family All 26 |
---|---|---|---|---|
![]() | CVE-2010-2704 | 28 Jul 201012:48 | – | nvd |
![]() | CVE-2010-2709 | 5 Aug 201018:17 | – | nvd |
![]() | Core Security Technologies Advisory 2010.0608 | 5 Aug 201000:00 | – | packetstorm |
![]() | HP NNM CGI webappmon.exe OvJavaLocale Buffer Overflow | 23 Mar 201100:00 | – | packetstorm |
![]() | HP OpenView Network Node Manager (OV NNM) 7.53 - OvJavaLocale Buffer Overflow | 3 Aug 201000:00 | – | exploitpack |
![]() | HP NNM CGI webappmon.exe OvJavaLocale Buffer Overflow | 24 Mar 201100:00 | – | zdt |
![]() | HP OpenView NNM v.7.53 OvJavaLocale Buffer Overflow Vulnerability | 3 Aug 201000:00 | – | zdt |
![]() | CVE-2010-2704 | 28 Jul 201012:48 | – | cve |
![]() | CVE-2010-2709 | 5 Aug 201018:17 | – | cve |
![]() | Buffer overflow | 28 Jul 201012:48 | – | prion |
Source | Link |
---|---|
securityfocus | www.securityfocus.com/bid/42154 |
support | www.support.openview.hp.com/selfsolve/patches |
vupen | www.vupen.com/english/advisories/2010/1866 |
securityfocus | www.securityfocus.com/bid/41839 |
h20000 | www.h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp |
securityfocus | www.securityfocus.com/archive/1/512508 |
# 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.801388");
script_version("2024-03-04T14:37:58+0000");
script_tag(name:"last_modification", value:"2024-03-04 14:37:58 +0000 (Mon, 04 Mar 2024)");
script_tag(name:"creation_date", value:"2010-07-26 16:14:51 +0200 (Mon, 26 Jul 2010)");
script_cve_id("CVE-2010-2704", "CVE-2010-2709");
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 OpenView Network Node Manager Multiple Code Execution Vulnerabilities");
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://www.securityfocus.com/archive/1/512508");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/41839");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/42154");
script_xref(name:"URL", value:"http://www.vupen.com/english/advisories/2010/1866");
script_xref(name:"URL", value:"http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c02290344");
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 code execution vulnerabilities.");
script_tag(name:"insight", value:"Multiple flaws exist due to:
- A buffer overflow error in 'CGI' executable when processing an overly long
parameter value.
- A buffer overflow error in the 'ov.dll' library when processing certain
arguments supplied via CGI executables.
- An error in 'webappmon.exe' CGI application, which fails to adequately
validate user-supplied input.");
script_tag(name:"affected", value:"HP OpenView Network Node Manager 7.51 and 7.53");
script_tag(name:"solution", value:"Upgrade to NNM v7.53 and apply the patch from the linked 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.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 );
Transform Your Security Services
Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.
Book a live demo