CVE-2009-1862
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 · uneditedUnspecified vulnerability in Adobe Reader and Acrobat 9.x through 9.1.2, and Adobe Flash Player 9.x through 9.0.159.0 and 10.x through 10.0.22.87, allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via (1) a crafted Flash application in a .pdf file or (2) a crafted .swf file, related to authplay.dll, as exploited in the wild in July 2009.
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 confidenceMemory corruption vulnerability in Adobe's authplay.dll allows remote code execution or denial of service via specially crafted Flash content (.swf) embedded in PDF files or as standalone malicious .swf files. The vulnerability affects Adobe Reader/Acrobat 9.x through 9.1.2 and Flash Player 9.x and 10.x versions, and was actively exploited in the wild in July 2009.
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>= 9.0, <= 9.1.2>= 9.0, <= 9.1.2>= 9.0, <= 9.0.159.0>= 10.0, <= 10.0.22.87CVSS 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 Adobe Reader versionOpen Adobe Reader, go to Help > About Adobe Reader, or run: for /f "tokens=*" %i in ('"%ProgramFiles(x86)%\Adobe\Reader 9.0\Reader\AcroRd32.exe" -version 2^>nul') do @echo %i (or use registry: HKLM\SOFTWARE\Adobe\Acrobat\Reader\9.0\InstallPath)Affected if Version is 9.0 through 9.1.2 inclusive
-
Check Adobe Acrobat versionOpen Adobe Acrobat, go to Help > About Adobe Acrobat, or check registry: HKLM\SOFTWARE\Adobe\Acrobat\9.0\InstallPathAffected if Version is 9.0 through 9.1.2 inclusive
-
Check Adobe Flash Player versionVisit adobe.com, go to Flash Player version check page, or run: reg query "HKLM\SOFTWARE\Macromedia\FlashPlayer" /v Version (for Windows plugin)Affected if Version is 9.0.0 through 9.0.159.0 OR 10.0.0 through 10.0.22.87 inclusive
-
Locate authplay.dll vulnerable componentSearch for authplay.dll in the Adobe Reader/Acrobat installation directory (typically %ProgramFiles%\Adobe\Reader 9.0\Reader\ or %ProgramFiles%\Adobe\Acrobat 9.0\), or in the Flash Player plugin folderAffected if File exists in version 9.x installations (the DLL is only present in Reader/Acrobat 9.x and enables embedded Flash playback)
-
Verify Flash is enabled in PDF readerIn Adobe Reader/Acrobat 9.x, go to Edit > Preferences > Trust Manager > Settings > Internet Browser Integration and check 'Enable Adobe Flash' (or check registry: HKCU\Software\Adobe\Acrobat\9.0\TrustManager\cDefaultLaunchURLProc)Affected if Flash playback is enabled in Reader/Acrobat preferences, allowing embedded SWF content to execute
You are affected if you have Adobe Reader/Acrobat 9.0-9.1.2 or Flash Player 9.x/10.x within the listed ranges AND the authplay.dll component is present (for PDF readers) or Flash is enabled, as the vulnerability triggers through specially crafted SWF content.
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 · scopedApply Adobe security patches: update Adobe Reader/Acrobat to version 9.2 or later and Flash Player to version 10.0.42.34 (10.x) or 9.0.246.0 (9.x). Alternatively, disable Flash playback in PDF readers as a temporary workaround.
Adobe Flash Player 10.0.32.18+ or Adobe Acrobat/Reader 9.2+
- Check the currently installed Adobe product version (Acrobat, Acrobat Reader, or Flash Player)
- Navigate to Adobe's official download page for the specific product
- Download Adobe Flash Player 10.0.32.18 or later (or for Reader/Acrobat, download version 9.2 or later)
- Close all web browsers and applications using Flash Player before installation
- Run the installer and follow the prompts to complete the upgrade
- Restart the computer if prompted
- Verify the installed version matches or exceeds the fixed release
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation2.0 h
- Testing2.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,664.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2009-1862 — 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 sources- blogs.adobe.com
- www.adobe.com
- lists.apple.com
- lists.apple.com
- security.gentoo.org
- support.apple.com
- support.apple.com
- www.kb.cert.org
- www.securityfocus.com
- bugs.adobe.com
- isc.sans.org
- news.cnet.com
- secunia.com
- secunia.com
- secunia.com
- sunsolve.sun.com
- www.adobe.com
- www.adobe.com
- www.symantec.com
- www.symantec.com
- www.cisa.gov
- nvd.nist.gov
Practitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2009-1862 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