6.8
CVSSv2

CVE-2010-1888

Published: 11/08/2010 Updated: 12/10/2018
CVSS v2 Base Score: 6.8 | Impact Score: 10 | Exploitability Score: 3.1
VMScore: 685
Vector: AV:L/AC:L/Au:S/C:C/I:C/A:C

Vulnerability Summary

Race condition in the kernel in Microsoft Windows XP SP3 allows local users to gain privileges via vectors involving thread creation, aka "Windows Kernel Data Initialization Vulnerability."

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft windows xp

Exploits

Microsoft Windows nt!NtCreateThread race condition with invalid code segment ---------------------------------------------------------------------------- CVE-2010-1888 Creating a new thread on windows involves passing several structures to NtCreateThread() These structures describe the execution state of the new thread, and are setup transparent ...
Microsoft Windows suffers from a race condition in NtCreateThread() Proof of concept code included ...