What is Adobe Reader and Acrobat?
Adobe Reader and Acrobat are the dominant applications for viewing and creating PDF documents. PDF's complexity — it supports embedded JavaScript, 3D objects, multimedia, and digital signatures — creates a large attack surface. Adobe Reader was installed on virtually every enterprise workstation through 2011, making PDF-based vulnerabilities a primary vector for both targeted and mass attacks. The U3D (Universal 3D) component, which enables 3D object display inside PDFs, was an especially obscure and complex subsystem.
Overview
CVE-2011-2462 is a stack-based buffer overflow (CWE-787) in the U3D (Universal 3D) component of Adobe Reader and Acrobat. Parsing a maliciously crafted U3D object embedded in a PDF triggers the overflow and allows arbitrary code execution. This vulnerability was actively exploited as a zero-day in targeted spear-phishing campaigns against defense contractors and government organizations before Adobe released a patch.
Adobe released out-of-band emergency patch APSB11-30 on December 6, 2011.
Affected Versions
| Product | Vulnerable Versions | Fixed Version |
|---|---|---|
| Adobe Reader X (10.x) | 10.1.1 and earlier | 10.1.2 (APSB11-30) |
| Adobe Reader 9.x | 9.4.6 and earlier | 9.4.7 |
| Adobe Reader 8.x | 8.3.1 and earlier | 8.3.2 |
| Adobe Acrobat X (10.x) | 10.1.1 and earlier | 10.1.2 |
| Adobe Acrobat 9.x | 9.4.6 and earlier | 9.4.7 |
| Adobe Acrobat 8.x | 8.3.1 and earlier | 8.3.2 |
Technical Details
The U3D component in Adobe Reader parses 3D objects embedded in PDFs using the Universal 3D file format. The stack buffer overflow occurs when processing a U3D object with a specially crafted value in a particular field — the parser copies attacker-controlled data into a fixed-size stack buffer without bounds checking (CWE-787: out-of-bounds write).
Stack buffer overflows are highly exploitable: by overflowing the buffer, an attacker overwrites the saved return address on the stack, redirecting execution to attacker-controlled shellcode or a ROP chain. The CVSS score of 9.8 reflects that no authentication or user interaction is required beyond opening the malicious PDF (and some versions of Reader auto-opened embedded 3D content without additional prompts).
Adobe Reader X sandbox note: Adobe Reader X introduced a Protected Mode sandbox that significantly limited what exploit code could do even after achieving code execution. Early APSB11-30 patches for Reader X focused on mitigating exploitation within the sandbox before the full out-of-bounds write fix was available.
Discovery
The vulnerability was discovered through analysis of malicious PDF files found in targeted attacks against defense sector organizations in November 2011. Security researchers identified the malicious PDFs and reported the zero-day to Adobe, prompting the emergency patch response.
Exploitation Context
CVE-2011-2462 was exploited in sophisticated APT (Advanced Persistent Threat) spear-phishing campaigns targeting defense contractors and government organizations. Attackers delivered malicious PDFs via email to specific individuals at target organizations — a technique consistent with nation-state or state-sponsored threat actors of the period.
The combination of widespread Reader deployment, a complex and obscure attack surface (the U3D subsystem), and a zero-day window before patching made this vulnerability highly effective for initial access into high-value targets.
Remediation
- Apply APSB11-30 immediately on all installations of Adobe Reader and Acrobat (any version through 10.1.1)
- For modern deployments: keep Adobe Reader and Acrobat updated to current versions via automatic update
- Enable Adobe Reader Protected Mode (sandbox) — this limits post-exploitation impact even if a PDF exploit succeeds
- Configure email security gateways to scan PDF attachments and block known malicious PDF patterns
- Restrict auto-execution of embedded 3D content in PDF viewers via Group Policy or Reader preferences
- Consider replacing Adobe Reader with an alternative PDF viewer in high-risk environments where Reader updates cannot be reliably enforced
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2011-2462 |
| Vendor / Product | Adobe — Reader and Acrobat |
| NVD Published | 2011-12-07 |
| NVD Last Modified | 2025-11-22 |
| CVSS 3.1 Score | 9.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
| Severity | CRITICAL |
| CWE | CWE-787 find similar ↗ |
| CISA KEV Added | 2022-06-08 |
| CISA KEV Deadline | 2022-06-22 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2011-11 | Zero-day PDF exploits leveraging CVE-2011-2462 discovered in targeted attacks against defense contractors |
| 2011-12-06 | Adobe releases emergency patch APSB11-30 for Reader X and Acrobat X (10.1.2) |
| 2011-12-07 | CVE published; patches for Reader 9 and 8 follow shortly after |
| 2022-06-08 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2022-06-22 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| NVD — CVE-2011-2462 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |
| Adobe Security Bulletin APSB11-30 | Vendor Advisory |