CVE-2009-3459

HIGH(8.8)KEVLikely Exploited

Adobe Acrobat and Reader Heap-Based Buffer Overflow Vulnerability

Description

CVE-2009-3459 is a high-severity heap-based buffer overflow vulnerability in Adobe Reader and Adobe Acrobat. A crafted PDF file triggers memory corruption when parsed, allowing a remote attacker to execute arbitrary code in the context of the user who opens the document. Because PDFs are universally exchanged via email and the web, malicious documents make this an effective vector for drive-by and social-engineering attacks. With a CVSS score of 8.8, an EPSS score of 88% (99.5th percentile), confirmed exploitation in the wild in October 2009, and a CISA KEV listing, CVE-2009-3459 remains a serious risk wherever outdated Adobe Reader or Acrobat versions are still in use.

KEV Information

Vendor
Adobe
Product
Acrobat and Reader
Date Added
May 20, 2026
Due Date
June 3, 2026
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

CWEs

Affected Products

VendorProductVersion
adobeacrobat>= 7.0, < 7.1.4; >= 8.0, < 8.1.7; >= 9.0, < 9.2
adobeacrobat reader>= 7.0, < 7.1.4; >= 8.0, < 8.1.7; >= 9.0, < 9.2

References

Weakness Type

CWE-119: Improper Restriction of Operations within the Bounds of a Memory Buffer

In Adobe Reader and Acrobat, the flaw stems from improperly bounded operations during PDF parsing, allowing a crafted document to write outside the intended buffer and corrupt memory in a way that leads to arbitrary code execution.

Learn more: CWE-119 — Improper Restriction of Operations within the Bounds of a Memory Buffer

CWE-122: Heap-based Buffer Overflow

Specifically, the memory corruption is a heap-based buffer overflow: data from the crafted PDF overflows a heap-allocated buffer, corrupting adjacent heap structures and giving the attacker a path to control execution flow.

Learn more: CWE-122 — Heap-based Buffer Overflow

Impact Analysis

CVE-2009-3459 carries a CVSS 3.1 score of 8.8 (HIGH). It is remotely exploitable over the network with low attack complexity and requires no privileges, but it does require user interaction — the victim must open a crafted PDF — and on success it fully compromises the confidentiality, integrity, and availability of the affected system in the user's context. Because PDF documents are routinely opened from email attachments, downloads, and embedded web content, attackers can reliably deliver the malicious file through phishing or drive-by techniques. The EPSS score of 88% (99.5th percentile) reflects near-certain exploitation activity, and the CISA KEV listing confirms in-the-wild use, so organizations still running affected Reader or Acrobat versions face a high likelihood of compromise.

Exploit Maturity

CVE-2009-3459 was exploited in the wild in October 2009 and is listed on the CISA Known Exploited Vulnerabilities catalog, with an EPSS score of 88% (99.5th percentile) indicating near-certain exploitation activity. No exploit-tagged proof-of-concept appears in the NVD references — the primary source is the Adobe security bulletin APSB09-15 — but PDF-borne memory-corruption exploits of this era were rapidly incorporated into exploit kits and crimeware, and reliable techniques for heap overflows in Adobe Reader are well documented. Any environment still running vulnerable Reader or Acrobat builds should treat this as actively dangerous and patch immediately.

Remediation

  1. Apply updates immediately or remove the affected asset from the network as mandated by the CISA KEV deadline of 2026-06-03: upgrade Adobe Reader and Acrobat to a fixed version — 7.1.4 or later for the 7.x branch, 8.1.7 or later for 8.x, and 9.2 or later for 9.x — per Adobe bulletin APSB09-15.
  2. Because these are long-unsupported releases, prefer upgrading to a current, supported version of Adobe Reader/Acrobat (or a maintained PDF reader) rather than merely the minimum fixed build.
  3. As an interim mitigation, scan and filter inbound PDF attachments at email and web gateways, disable automatic PDF rendering in browsers, and advise users not to open untrusted documents.
  4. Monitor endpoints for signs of exploitation such as unexpected child processes spawned by the PDF reader and unusual network connections following document opens.
  5. As long-term hardening against heap-based buffer overflows, ensure exploit-mitigation features (DEP/ASLR) are enabled, keep document-handling software current, and consider sandboxed PDF readers that contain memory-corruption exploits.

Technical Details

CVE-2009-3459 is a heap-based buffer overflow (CWE-122), a specific form of improper memory-buffer operation (CWE-119), in Adobe Reader and Acrobat 7.x before 7.1.4, 8.x before 8.1.7, and 9.x before 9.2. When the application parses a crafted PDF file, attacker-controlled data overflows a heap-allocated buffer and corrupts adjacent heap memory, which can be leveraged to hijack execution flow and run arbitrary code. The CVSS vector (CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H) reflects a network-deliverable, low-complexity attack requiring the victim to open the malicious document, after which the system is fully compromised in the user's context. Some details of the flaw were originally derived from third-party information, and it was observed exploited in the wild in October 2009.

Frequently Asked Questions

Is CVE-2009-3459 being actively exploited?

Yes. CVE-2009-3459 was exploited in the wild in October 2009 and is listed on the CISA Known Exploited Vulnerabilities catalog. Its EPSS score of 88% (99.5th percentile) indicates near-certain ongoing exploitation activity against unpatched installations.

What products are affected by CVE-2009-3459?

The vulnerability affects Adobe Reader and Adobe Acrobat 7.x before 7.1.4, 8.x before 8.1.7, and 9.x before 9.2. These are long-unsupported releases, so affected systems should be upgraded to a current supported version.

How do I fix CVE-2009-3459?

Upgrade Adobe Reader and Acrobat to at least 7.1.4, 8.1.7, or 9.2 per Adobe bulletin APSB09-15 — or, preferably, to a current supported release. As an interim measure, filter inbound PDFs and avoid opening untrusted documents.

How severe is CVE-2009-3459?

CVE-2009-3459 is rated HIGH with a CVSS 3.1 score of 8.8. A crafted PDF can trigger a heap-based buffer overflow leading to remote code execution in the user's context, and the flaw was confirmed exploited in the wild, making it a serious risk on outdated installations.

CVSS Score

8.8
HIGH(8.8)

EPSS Score

EPSS Score86.58%
EPSS Percentile99.7%

Dates

PublishedOctober 13, 2009
Last ModifiedJune 16, 2026
StatusAnalyzed
CVSS Versionv3.1

Need Help With Vulnerability Management?

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