CVE-2015-7645
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 · uneditedAdobe Flash Player 18.x through 18.0.0.252 and 19.x through 19.0.0.207 on Windows and OS X and 11.x through 11.2.202.535 on Linux allows remote attackers to execute arbitrary code via a crafted SWF file, as exploited in the wild in October 2015.
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 Flash Player allowing remote code execution via crafted SWF files. Exploited in the wild in October 2015, affecting versions 18.x-18.0.0.252 and 19.x-19.0.0.207 on Windows/OS X, and 11.x-11.2.202.535 on Linux.
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= 5.0= 6.0= 6.7= 5.0= 6.0= 5.0= 6.0= 5.0= 6.0>= 18.0.0.160, <= 18.0.0.252= 19.0.0.185= 19.0.0.207<= 11.2.202.535= 11.4= 13.1= 13.2CVSS 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.
-
Verify Adobe Flash Player is installedCheck for the presence of Flash Player NPAPI plugin. On Linux check /usr/lib/flash-plugin/ or /usr/lib64/flash-plugin/. On Windows check C:\Windows\System32\Macromed\Flash\ or browser plugin directories. On macOS check /Library/Internet\Plug-Ins/ or ~/Library/Internet\Plug-Ins/Affected if Adobe Flash Player is found installed on the system
-
Retrieve installed Flash Player version on WindowsOpen the Windows Registry editor and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\FlashPlayer or check the file version of NPSWF64.dll or NPSWF32.dll in the Flash installation directoryAffected if The version string matches 18.0.0.160 through 18.0.0.252, equals 19.0.0.185, equals 19.0.0.207, or falls between 11.0.0.0 and 11.2.202.535 inclusive
-
Retrieve installed Flash Player version on LinuxRun rpm -q flash-plugin or check the version file at /usr/lib/flash-plugin/version.properties, or query dpkg for the flashplugin-installer packageAffected if The version matches any of the affected Adobe Flash Player version ranges
-
Check browser Flash plugin statusIn Firefox type about:plugins in the address bar, in Chrome navigate to chrome://plugins, or in Edge/IE check Manage Add-ons. Verify if the Flash Player plugin is enabled or simply presentAffected if The Flash plugin is present and enabled in any web browser on the system
-
Verify Red Hat or OpenSUSE system package versionsOn RHEL check rpm -qa | grep -i flash or yum list installed flash. On OpenSUSE run rpm -qa | grep -i flash-player. These distributions may ship Flash as part of their repositoriesAffected if The system has an affected Flash Player package installed from the distribution vendor
A user is affected if Adobe Flash Player versions 18.0.0.160-18.0.0.252, 19.0.0.185, 19.0.0.207, or 11.x up to 11.2.202.535 are installed and the browser plugin is enabled, regardless of operating system.
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 the latest version or remove/uninstall Flash Player if not required. In enterprise environments, deploy patches via patch management systems.
Flash Player 20.0.0.228 or later (or 19.0.0.226 for the 19.x branch if staying on 19.x is required)
- 1. Identify the current Adobe Flash Player version installed (help > About Adobe Flash Player)
- 2. For Linux Enterprise systems (RHEL 5.x/6.x, CentOS, etc.), run 'yum update flash-plugin' or 'yum update nspluginwrapper' to apply vendor security updates
- 3. For openSUSE systems, run 'zypper patch' or 'zypper update flash-player' to install available security patches
- 4. Alternatively, navigate to https://get.adobe.com/flashplayer/ and download the latest version (20.0.0.228 or later) for your platform
- 5. After installation/update, restart all browsers and verify the new version via the Flash Player About page
- 6. If Flash Player is no longer needed, consider uninstalling it via the system package manager (yum remove flash-plugin or zypper remove flash-player)
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2015-7645 — 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- helpx.adobe.com
- packetstormsecurity.com
- helpx.adobe.com
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- packetstormsecurity.com
- rhn.redhat.com
- rhn.redhat.com
- www.securityfocus.com
- www.securitytracker.com
- security.gentoo.org
- www.exploit-db.com
- blog.trendmicro.com
- helpx.adobe.com
- www.cisa.gov
- nvd.nist.gov
Practitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2015-7645 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