What is Adobe Reader?
Adobe Reader is the world's most widely used PDF viewer. Reader XI introduced Protected Mode — a sandbox that runs the Reader rendering process in a highly restricted context, limiting what actions it can take even if exploited. Breaking out of this sandbox requires a second vulnerability specifically targeting the sandbox boundary, making two-stage exploit chains targeting both Reader itself and its sandbox the most dangerous class of Reader attack.
Overview
CVE-2013-0641 is a buffer overflow vulnerability (CWE-120) in Adobe Reader that was exploited as the second stage of a two-vulnerability zero-day chain paired with CVE-2013-0640. While CVE-2013-0640 provides initial code execution inside the sandboxed Reader process, CVE-2013-0641 is the sandbox escape — the buffer overflow occurs in a Reader component involved in communication with the sandbox broker process, allowing escape from Reader's Protected Mode into the full user context.
Adobe released emergency patch APSB13-07 on February 13, 2013, fixing both zero-days simultaneously.
Affected Versions
| Product | Vulnerable Versions | Fixed Version |
|---|---|---|
| Adobe Reader XI (11.x) | 11.0.01 and earlier | 11.0.02 |
| Adobe Reader X (10.x) | 10.1.5 and earlier | 10.1.6 |
| Adobe Acrobat XI (11.x) | 11.0.01 and earlier | 11.0.02 |
| Adobe Acrobat X (10.x) | 10.1.5 and earlier | 10.1.6 |
| Adobe Reader 9.x | 9.5.3 and earlier | 9.5.4 |
Technical Details
Reader's Protected Mode sandbox works by running the Reader rendering process with highly restricted OS privileges and using an IPC (inter-process communication) channel to communicate with a broker process that has normal user privileges. The sandbox escape in CVE-2013-0641 exploits a buffer overflow (CWE-120) in how this IPC communication is handled — the code that processes certain IPC messages in the broker process does not properly validate message size, leading to a classic buffer overflow that redirects execution in the broker (unsandboxed) process.
Why this chain was historically significant:
- It was the first publicly known exploit to successfully chain a Reader vulnerability with a Protected Mode sandbox escape in the wild
- It demonstrated that Reader's sandbox, while raising the attack cost, was not an insurmountable barrier for sophisticated actors
- It prompted Adobe to accelerate sandbox hardening in subsequent Reader releases
Discovery
Discovered and reported as part of the same zero-day chain as CVE-2013-0640, through analysis of malicious PDFs found in active targeted attack campaigns.
Exploitation Context
CVE-2013-0641 was never exploited independently — it was always used as the second stage of the CVE-2013-0640 + CVE-2013-0641 chain to escape Reader's Protected Mode sandbox after initial code execution was achieved. The two-stage attack chain was used in precision spear-phishing campaigns against specific organizations, indicating sophisticated threat actors with the capability to develop and deploy two simultaneous zero-days against a hardened target.
Remediation
- Apply APSB13-07 — Reader XI 11.0.02, Reader X 10.1.6
- Keep Adobe Reader and Acrobat updated through automatic updates
- Enable Protected Mode and Protected View in Reader settings — while these were bypassed by this specific chain, they remain effective against the vast majority of PDF exploits
- Deploy email security that scans PDF attachments in a sandbox before delivery to end users
- Apply OS-level mitigations (ASLR, DEP, Control Flow Guard on Windows 8.1+) — these raise the cost of IPC broker process exploitation
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2013-0641 |
| Vendor / Product | Adobe — Reader |
| NVD Published | 2013-02-14 |
| NVD Last Modified | 2025-10-22 |
| CVSS 3.1 Score | 7.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H |
| Severity | HIGH |
| CWE | CWE-120 find similar ↗ |
| CISA KEV Added | 2022-03-03 |
| CISA KEV Deadline | 2022-03-24 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2013-02 | Zero-day exploitation observed — chained with CVE-2013-0640 for full Reader sandbox escape |
| 2013-02-13 | Adobe releases emergency APSB13-07 patching both CVE-2013-0640 and CVE-2013-0641 |
| 2013-02-14 | CVE-2013-0641 published |
| 2022-03-03 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2022-03-24 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| NVD — CVE-2013-0641 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |
| Adobe Security Bulletin APSB13-07 | Vendor Advisory |