CVE-2010-4398
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedStack-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."
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceStack-based buffer overflow in win32k.sys's RtlQueryRegistryValues function allows local authenticated users to gain elevated privileges and bypass UAC by inserting a specially crafted REG_BINARY value into the SystemDefaultEUDCFont registry key, causing kernel-mode memory corruption.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE dataall versionsall versionsall versions= r2all versionsall versionsCVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Windows versionRun 'winver' or check System Properties to confirm the Windows version. Affected versions are Windows XP, Vista, 7, Server 2003, and Server 2008/R2.Affected if The system runs an unpatched version of Windows XP, Vista, 7, Server 2003, or Server 2008/R2.
-
Check for security update KB2423089Open Control Panel > Programs > View installed updates and search for 'KB2423089', or run 'wmic qfe list | findstr 2423089'Affected if KB2423089 is NOT installed - the system is missing the patch that fixes this vulnerability.
-
Inspect SystemDefaultEUDCFont registry keyNavigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemDefaultEUDCFont in Registry Editor, or run 'reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemDefaultEUDCFont"'Affected if The registry key exists and contains a REG_BINARY value (especially one with unusual or long binary data), indicating a possible exploit attempt.
-
Check write permissions on the registry keyRight-click the SystemDefaultEUDCFont key in Registry Editor, select Permissions, and verify which users have Write permission. Or check with 'reg query' and access control listings.Affected if Standard (non-admin) users have Write access to this registry key, which would allow them to exploit the vulnerability.
The system is affected if it runs an unpatched Windows version (XP/Vista/7/Server 2003/Server 2008) without KB2423089 AND the SystemDefaultEUDCFont registry key exists with a REG_BINARY value that standard users can modify.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedApply Microsoft security bulletin MS10-098 (KB2423089) to patch the vulnerable win32k.sys driver, or restrict write access to the SystemDefaultEUDCFont registry key for standard users.
If patches are unavailable for your Windows version (e.g., Windows XP, Windows Server 2003 are end-of-life), upgrade to a supported Windows version such as Windows 10 or Windows Server 2016 and later
- Locate and apply Microsoft Security Update MS10-083, which addresses this vulnerability in the Windows Kernel (win32k.sys)
- Verify the update is successfully installed by checking Windows Update history or reviewing installed updates
- Restart the system as required by the update
- Confirm the SystemDefaultEUDCFont registry key in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts does not contain unexpectedly large REG_BINARY values as a post-install check
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,800.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2010-4398 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2010-4398 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data