10
CVSSv2

CVE-2007-6204

Published: 13/12/2007 Updated: 15/10/2018
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Multiple stack-based buffer overflows in HP OpenView Network Node Manager (OV NNM) 6.41, 7.01, and 7.51 allow remote malicious users to execute arbitrary code via unspecified long arguments to (1) ovlogin.exe, (2) OpenView5.exe, (3) snmpviewer.exe, and (4) webappmon.exe, as demonstrated via a long Action parameter to OpenView5.exe.

Vulnerable Product Search on Vulmon Subscribe to Product

hp openview network node manager 6.41

hp openview network node manager 7.0.1

hp openview network node manager 7.51

Exploits

#!/usr/bin/python # HP OpenView Network Node Manager CGI Buffer Overflow # Tested on NNM Release B0750 / Windows 2000 server SP4 # wwwzerodayinitiativecom/advisories/ZDI-07-071html # Coded by Mati Aharoni # muts|offensive-security|com # wwwoffensive-securitycom/0day/hpnnmtxt # Notes: # Vanilla stack based overflow # I had no ...
## # $Id: hp_nnm_openview5rb 9262 2010-05-09 17:45:00Z jduck $ ## ## # This file is part of the Metasploit Framework and may be subject to # redistribution and commercial restrictions Please see the Metasploit # Framework web site for more information on licensing and terms of use # metasploitcom/framework/ ## require 'msf/core' class ...