CVE-2011-3402

HIGH(8.8)KEVLikely Exploited

Microsoft Windows Remote Code Execution Vulnerability

Description

CVE-2011-3402 is a critical vulnerability in the TrueType font parsing engine within win32k.sys, a kernel-mode driver in Microsoft Windows. This flaw allows remote attackers to execute arbitrary code by embedding crafted font data in a Word document or web page. Exploited in the wild as part of the Duqu malware campaign — widely considered a successor to Stuxnet — this vulnerability affected Windows XP, Server 2003, Vista, Server 2008, and Windows 7. With an EPSS score of 0.89217 (99.5th percentile) and inclusion in CISA's KEV catalog with a remediation deadline of October 27, 2025, CVE-2011-3402 remains one of the most significant kernel-level remote code execution vulnerabilities in Windows history.

KEV Information

Vendor
Microsoft
Product
Windows
Date Added
October 6, 2025
Due Date
October 27, 2025
Required Action
Apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.

CVSS Score

Vector String
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:HOpen in Calculator
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
REQUIRED
Scope
UNCHANGED
Confidentiality Impact
HIGH
Integrity Impact
HIGH
Availability Impact
HIGH
Exploitability Score
2.8
Impact Score
5.9

Affected Products

VendorProductVersion
microsoftwindows 7-
microsoftwindows server 2003-
microsoftwindows server 2008-
microsoftwindows vista-
microsoftwindows xp-

Multiple CVSS Assessments

Source: [email protected](Primary)
8.8
HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Source: 134c704f-9b21-4f2e-91b3-4a467353bcc0(Secondary)
8.8
HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

References

Weakness Type

No Specific CWE Assigned

Microsoft has not assigned a specific CWE identifier to CVE-2011-3402. Based on the vulnerability's characteristics, it involves improper parsing and validation of TrueType font data within the win32k.sys kernel-mode driver. The vulnerability class most closely aligns with CWE-20 (Improper Input Validation) and CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer), as the TrueType font engine fails to properly validate font data structures before processing them, leading to kernel memory corruption and arbitrary code execution with kernel privileges.

Impact Analysis

The business impact of CVE-2011-3402 is critical because it provides remote kernel-level code execution — one of the most severe vulnerability categories possible. Confidentiality Impact is high because exploitation occurs in kernel mode, granting the attacker the highest possible system privileges and access to all data on the system, including credentials, encryption keys, and data from all user accounts. Integrity Impact is high as kernel-level access allows the attacker to modify any file, install rootkits that operate below the operating system's security controls, and tamper with all system components including security software. Availability Impact is high since the attacker can crash the system (blue screen), disable services, or render the machine permanently compromised. The attack vector is network-based (AV:N) with low complexity (AC:L), requiring only that a user opens a crafted document or visits a malicious webpage (UI:R). No authentication is needed (PR:N). The EPSS score of 0.89217 (99.5th percentile) confirms near-certain exploitation. The historical connection to the Duqu malware, linked to nation-state actors and the Stuxnet campaign, demonstrates that this vulnerability was leveraged in sophisticated, targeted operations against critical infrastructure and high-value targets. The KEV catalog listing with ransomware status "Unknown" indicates continued relevance.

Exploit Maturity

CVE-2011-3402 has one of the most notable exploitation histories of any Windows vulnerability. It was exploited as a zero-day by the Duqu malware, which security researchers consider a direct descendant of the Stuxnet worm used to sabotage Iranian nuclear facilities. The exploitation was documented by McAfee Labs in their analysis connecting Duqu to the broader Stuxnet ecosystem. CISA has included CVE-2011-3402 in the Known Exploited Vulnerabilities catalog with a remediation deadline of October 27, 2025, and ransomware association is listed as "Unknown." The EPSS score of 0.89217 (99.5th percentile) indicates an extremely high exploitation probability. Microsoft responded with Security Advisory 2639658 and a subsequent MSRC blog post acknowledging the threat. The SANS Internet Storm Center published mitigation guidance for the vulnerability. The nation-state-grade exploitation quality and the availability of detailed technical analysis make this one of the most significant and well-documented exploitation cases in cybersecurity history.

Remediation

  1. Apply the Microsoft security update MS12-034. Install the security update that addresses CVE-2011-3402 by fixing the TrueType font parsing vulnerability in win32k.sys. This update is available through Windows Update and was released as part of Microsoft Security Bulletin MS12-034. Ensure all affected Windows versions (XP SP2/SP3, Server 2003 SP2, Vista SP2, Server 2008 SP2/R2/R2 SP1, Windows 7/SP1) are fully patched.
  2. Migrate to a modern supported Windows version. All operating systems affected by CVE-2011-3402 have reached end of life. Upgrade to Windows 10 22H2 or Windows 11 to benefit from improved kernel-mode font parsing security, including the isolation of font rendering from the kernel into a user-mode process (win32kfull.sys changes) introduced in later Windows versions.
  3. Disable TrueType font rendering as a temporary mitigation. If immediate patching is not possible, apply the workaround described in Microsoft Security Advisory 2639658 by denying access to the T2EMBED.DLL library. This prevents the vulnerable TrueType parsing code from being invoked but may impact the rendering of some documents and web pages.
  4. Block untrusted font loading via Group Policy. On systems that support it, enable the "Block untrusted fonts" Group Policy setting to prevent the kernel from processing font files from untrusted locations such as the internet. This significantly reduces the attack surface for font-based kernel exploits.
  5. Deploy endpoint detection and response (EDR) tools. Install EDR solutions capable of detecting kernel-level exploitation attempts, including suspicious win32k.sys behavior, unexpected kernel-mode code execution patterns, and Duqu-related indicators of compromise. Monitor for crafted Word documents and web pages that attempt to exploit font parsing vulnerabilities.

Technical Details

The CVSS v3.1 vector for CVE-2011-3402 is CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H, yielding a score of 8.8 (High). Attack Vector (AV:N) is network, enabling remote exploitation through malicious documents sent via email or hosted on compromised websites. Attack Complexity (AC:L) is low, indicating reliable exploitation without requiring specific environmental conditions. Privileges Required (PR:N) is none, as no authentication is needed. User Interaction (UI:R) is required, as the victim must open a crafted Word document or navigate to a malicious webpage. Scope (S:U) is unchanged. All three impact metrics — Confidentiality (C:H), Integrity (I:H), and Availability (A:H) — are rated high, reflecting complete system compromise.

The vulnerability exists in the TrueType font parsing engine within win32k.sys, the primary kernel-mode driver responsible for Windows graphics and window management. TrueType fonts contain a bytecode instruction set interpreted by the font rasterizer for hinting and rendering. The parsing engine fails to properly validate certain TrueType instructions and table structures, allowing a specially crafted font to trigger kernel memory corruption during the font rendering process. Because win32k.sys operates in Ring 0 (kernel mode), successful exploitation immediately grants the attacker the highest system privileges, bypassing all user-mode security controls. In the Duqu campaign, the exploit was delivered through a Microsoft Word document containing an embedded TrueType font. When the victim opened the document, Word rendered the font, triggering the win32k.sys vulnerability and executing shellcode in kernel context. The shellcode installed the Duqu payload, which functioned as an information-gathering tool designed to collect intelligence for future attacks. The sophistication of the exploit, including its reliable kernel-mode code execution across multiple Windows versions, indicated development by a well-resourced threat actor with deep knowledge of Windows kernel internals.

Frequently Asked Questions

What is CVE-2011-3402 and why is it historically significant?

CVE-2011-3402 is a kernel-level remote code execution vulnerability in the Windows TrueType font parsing engine. It is historically significant because it was exploited by the Duqu malware, which is widely attributed to the same threat actors behind Stuxnet — the malware that sabotaged Iranian nuclear centrifuges. This makes CVE-2011-3402 one of the few publicly known vulnerabilities used in nation-state cyber operations.

How does CVE-2011-3402 achieve kernel-level code execution?

The vulnerability exploits the TrueType font parsing engine in win32k.sys, which runs in kernel mode (Ring 0). When a user opens a document or webpage containing a specially crafted TrueType font, the font rasterizer processes malicious bytecode instructions that corrupt kernel memory, allowing the attacker to execute arbitrary code with the highest system privileges.

Are modern Windows versions affected by CVE-2011-3402?

No, modern Windows versions include significant mitigations against font-based kernel attacks. Microsoft moved font rendering out of the kernel into user-mode processes in later Windows versions, and introduced the "Block untrusted fonts" policy. Windows 10 and 11 are not affected by this specific vulnerability, though font parsing remains an area of ongoing security research.

What was the Duqu malware that exploited CVE-2011-3402?

Duqu was a sophisticated information-gathering malware discovered in 2011 that shared significant code with Stuxnet. It used CVE-2011-3402 as its infection vector through crafted Word documents. Once installed, Duqu collected intelligence about industrial control systems and network infrastructure, likely in preparation for future sabotage operations. The malware was primarily targeted at organizations in the Middle East and Europe.

CVSS Score

8.8
HIGH(8.8)

EPSS Score

EPSS Score78.29%
EPSS Percentile99.5%

Dates

PublishedNovember 4, 2011
Last ModifiedJune 16, 2026
StatusAnalyzed
CVSS Versionv3.1

Need Help With Vulnerability Management?

Our security experts can help you prioritize and remediate vulnerabilities effectively.