Microsoft
CVE-2010-4398
HIGH
Severity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
6DescriptionCVE.org
Stack-based buffer overflow in the RtlQueryRegistryValues function in win32k.sys in Microsoft Windows XP SP2 and SP3, Windows Server 2003 SP2, Windows Vista SP1 and SP2, Windows Server 2008 Gold, SP2, and R2, and Windows 7 allows local users to gain privileges, and bypass the User Account Control (UAC) feature, via a crafted REG_BINARY value for a SystemDefaultEUDCFont registry key, aka "Driver Improper Interaction with Windows Kernel Vulnerability."
AnalysisAI
A stack-based buffer overflow in win32k.sys RtlQueryRegistryValues function allows local privilege escalation and UAC bypass on Windows XP through Windows 7 via crafted REG_BINARY registry values.
Technical ContextAI
The CWE-787 flaw is triggered when win32k.sys reads a REG_BINARY registry value with a length exceeding the expected stack buffer size. The kernel-mode driver copies the oversized data onto the stack, allowing an attacker to overwrite the return address and execute arbitrary kernel-mode code.
RemediationAI
Apply Microsoft security update MS11-011. Migrate to modern Windows versions with kernel exploit mitigations (SMEP, kCFG, kASLR). Monitor for suspicious registry modifications.
Same weakness CWE-787 – Out-of-bounds Write
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today