CVE-2010-1888
Windows XP SP3 - Local Privilege Escalation via Thread Creation Race Condition
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2010-1888. PoCs published by Tavis Ormandy.
AI-analyzed exploit summary This exploit leverages a race condition in the Windows kernel's NtCreateThread function to restore an illegal execution state, potentially allowing unprivileged users to execute arbitrary code with kernel privileges. The PoC demonstrates the vulnerability by setting an invalid code segment (SegCs) and repeatedly calling NtCreateThread to trigger the race condition.
Description
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."
Exploits (1)
This exploit leverages a race condition in the Windows kernel's NtCreateThread function to restore an illegal execution state, potentially allowing unprivileged users to execute arbitrary code with kernel privileges. The PoC demonstrates the vulnerability by setting an invalid code segment (SegCs) and repeatedly calling NtCreateThread to trigger the race condition.