CVE-2015-5581
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 · uneditedUse-after-free vulnerability in Adobe Flash Player before 18.0.0.241 and 19.x before 19.0.0.185 on Windows and OS X and before 11.2.202.521 on Linux, Adobe AIR before 19.0.0.190, Adobe AIR SDK before 19.0.0.190, and Adobe AIR SDK & Compiler before 19.0.0.190 allows attackers to execute arbitrary code via unspecified vectors, a different vulnerability than CVE-2015-5570, CVE-2015-5574, CVE-2015-5584, and CVE-2015-6682.
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 confidenceThis is a use-after-free vulnerability in Adobe Flash Player and AIR that allows remote attackers to execute arbitrary code via unspecified vectors. The vulnerability stems from improper memory management where memory is accessed after being freed, enabling potential code execution.
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<= 18.0.0.143<= 18.0.0.199all versions<= 11.2.202.508<= 13.0.0.289= 14.0.0.125= 14.0.0.145= 14.0.0.176= 14.0.0.179= 15.0.0.152= 15.0.0.167= 15.0.0.189= 15.0.0.223= 15.0.0.239= 15.0.0.246<= 18.0.0.199<= 18.0.0.180CVSS 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
- Network
- Complexity
- Low
- Authentication
- None
- Confidentiality
- Complete
- Integrity
- Complete
- Availability
- Complete
AV:N/AC:L/Au:N/C:C/I:C/A:C
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 Flash Player version in WindowsOpen Internet Explorer or Edge, navigate to the Adobe Flash Player version check page at https://helpx.adobe.com/flash-player.html, or open PowerShell and run: (New-Object -ComObject ShockwaveFlash.ShockwaveFlash).GetVariable("$_version")Affected if The installed version is 11.2.202.508 or lower, 13.0.0.289 or lower, or any of these exact versions: 14.0.0.125, 14.0.0.145, 14.0.0.176, 14.0.0.179, 15.0.0.152, 15.0.0.167, 15.0.0.189, 15.0.0.223, 15.0.0.239, or 15.0.0.246
-
Check Adobe Flash Player version on macOSOpen Safari, navigate to the Adobe Flash Player version check page, or check the version via System Preferences > Flash Player > Advanced tabAffected if The installed version matches the affected versions listed in step 1
-
Check Adobe AIR version on Windows or macOSOpen Control Panel (Windows) or System Preferences (macOS) and look for Adobe AIR, or run: C:\Program Files (x86)\Adobe\Adobe AIR\Version.txt (Windows) or /Library/Application Support/Adobe AIR/version.txt (macOS)Affected if The installed version is 18.0.0.143 or lower, or 18.0.0.199 or lower (both are affected)
-
Check Adobe AIR SDK versionIf you have Adobe AIR SDK installed, locate the version.txt file in the SDK directory, typically found at <AIR_SDK_HOME>/readme/version.txt or check the SDK version through your build toolsAffected if The SDK version is 18.0.0.199 or lower (AIR SDK), or 18.0.0.180 or lower (AIR SDK and Compiler)
-
Check if running on Google AndroidIdentify the operating system of the device: Go to Settings > About Phone > Android version on Android devicesAffected if The device is running any version of Android and has Adobe AIR or Flash Player installed
A user is affected if Adobe Flash Player, Adobe AIR, or Adobe AIR SDK is installed with any version listed as vulnerable, or if running Adobe Flash or AIR on any version of Android.
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 · scopedUpdate Adobe Flash Player to version 18.0.0.241 (or 19.0.0.185 for branch 19.x) on Windows/OS X, 11.2.202.521 on Linux, or Adobe AIR/SDK to 19.0.0.190. Organizations should plan migration away from Flash as it is end-of-life.
Flash Player: 18.0.0.241/19.0.0.185 (Win/OSX), 11.2.202.521 (Linux); AIR/AIR SDK/AIR SDK & Compiler: 19.0.0.190
- Identify the specific Adobe product affected (Flash Player, AIR, AIR SDK, or AIR SDK & Compiler)
- Determine the current installed version of the affected product
- For Flash Player on Windows/OS X: upgrade to version 18.0.0.241 or 19.0.0.185 or later
- For Flash Player on Linux: upgrade to version 11.2.202.521 or later
- For Adobe AIR: upgrade to version 19.0.0.190 or later
- For Adobe AIR SDK: upgrade to version 19.0.0.190 or later
- For Adobe AIR SDK & Compiler: upgrade to version 19.0.0.190 or later
- For Android: upgrade to the latest available version from Google Play or the device manufacturer
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation4.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 $2,880.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2015-5581 — 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-2015-5581 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