CVE-2013-0641
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 · uneditedBuffer overflow in Adobe Reader and Acrobat 9.x before 9.5.4, 10.x before 10.1.6, and 11.x before 11.0.02 allows remote attackers to execute arbitrary code via a crafted PDF document, as exploited in the wild in February 2013.
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 confidenceBuffer overflow vulnerability in Adobe Reader and Acrobat allows remote code execution via crafted PDF documents. The vulnerability was actively exploited in the wild as a 0-day, indicating reliable exploitation capability.
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 data= 6.0= 5.9= 6.4= 6.0= 5.9= 6.4= 6.0>= 9.0, < 9.5.4>= 10.0, < 10.1.6>= 11.0, < 11.0.02>= 10.0, < 10.1.6>= 11.0, < 11.0.02>= 9.0, < 9.5.4= 11.4= 12.1CVSS 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
- None
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/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.
-
Check if Adobe Acrobat or Reader is installedOn Windows: Open Control Panel > Programs and Features, look for 'Adobe Acrobat' or 'Adobe Reader'. On Linux: Run 'rpm -qa | grep -i adobe' or 'dpkg -l | grep -i adobe'Affected if Either Adobe Acrobat or Adobe Reader is present on the system
-
Determine the installed Adobe product versionOn Windows: Right-click the application in Programs and Features and select Properties, or launch the application and go to Help > About. On Linux: Run 'rpm -qi <package-name>' or check the version in the package nameAffected if The installed version can be identified from the product
-
Compare the version against affected ranges for Adobe AcrobatCheck if the Acrobat version falls within: 9.0 to 9.5.3 (inclusive), 10.0 to 10.1.5 (inclusive), or 11.0 to 11.0.01 (inclusive)Affected if Acrobat version is 9.0 <= version < 9.5.4 OR 10.0 <= version < 10.1.6 OR 11.0 <= version < 11.0.02
-
Compare the version against affected ranges for Adobe ReaderCheck if the Reader version falls within: 9.0 to 9.5.3 (inclusive), 10.0 to 10.1.5 (inclusive), or 11.0 to 11.0.01 (inclusive)Affected if Reader version is 9.0 <= version < 9.5.4 OR 10.0 <= version < 10.1.6 OR 11.0 <= version < 11.0.02
-
Check if running on affected Red Hat Enterprise LinuxRun 'cat /etc/redhat-release' to identify the RHEL version. Affected versions are: 5.9, 6.0, 6.4 for Desktop, Server, Workstation, EUS, and AUS variantsAffected if The system runs RHEL 5.9, 6.0, or 6.4 with Adobe products installed
-
Check if running on affected openSUSERun 'cat /etc/SuSE-release' or 'lsb_release -a' to identify the openSUSE version. Affected versions are 11.4 and 12.1Affected if The system runs openSUSE 11.4 or 12.1 with Adobe products installed
The environment is affected if Adobe Acrobat or Reader is installed with a version within 9.0 to less than 9.5.4, 10.0 to less than 10.1.6, or 11.0 to less than 11.0.02, or if running RHEL 5.9/6.0/6.4 or openSUSE 11.4/12.1 with vulnerable Adobe packages.
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 · scoped9.5.410.1.611.0.02
Update Adobe Reader and Acrobat to version 9.5.4 or later (9.x), 10.1.6 or later (10.x), or 11.0.02 or later (11.x). Alternatively, migrate to current supported versions of Adobe Acrobat Reader DC.
Adobe Reader/Acrobat 9.5.4+, 10.1.6+, or 11.0.02+ depending on your major version branch
- 1. Identify the current Adobe Reader or Acrobat version by opening the application and navigating to Help > About Adobe Reader/Acrobat
- 2. Navigate to Adobe's official security bulletin page or download center to obtain the fixed version
- 3. For Adobe Reader/Acrobat 9.x: upgrade to version 9.5.4 or later
- 4. For Adobe Reader/Acrobat 10.x: upgrade to version 10.1.6 or later
- 5. For Adobe Reader/Acrobat 11.x: upgrade to version 11.0.02 or later
- 6. Download the appropriate installer for your platform (Windows, Mac, or Linux)
- 7. Close all Adobe applications before running the installer
- 8. Run the installer with administrator privileges and follow the on-screen prompts
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing1.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 $1,744.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2013-0641 — 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-2013-0641 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