10
CVSSv2

CVE-2009-3844

Published: 08/12/2009 Updated: 10/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

Stack-based buffer overflow in the OmniInet process in HP OpenView Data Protector Application Recovery Manager 5.50 and 6.0 allows remote malicious users to execute arbitrary code or cause a denial of service via a crafted MSG_PROTOCOL packet.

Vulnerable Product Search on Vulmon Subscribe to Product

hp openview data protector application recovery manager 5.50

hp openview data protector application recovery manager 6.0

Exploits

class Metasploit3 < Msf::Exploit::Remote include Msf::Exploit::Remote::Tcp include Msf::Exploit::Remote::Seh def initialize(info = {}) super(update_info(info, 'Name' => 'HP Application Recovery Manager (OmniInetexe) Buffer Overflow', 'Description' => %q{ This module exploits a stack-based buffer overflow in ...
## # $Id: hp_omniinet_2rb 10394 2010-09-20 08:06:27Z 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 ...