ColdfusionApplication · Adobe

CVE-2019-8256

CRITICAL · 9.8 CVSS v3.1 Published 2019-12-19
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
100/100
Remediation priority · Urgent
Remotely reachable No privileges Zero-click

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 · unedited
ColdFusion versions Update 6 and earlier have an insecure inherited permissions of default installation directory vulnerability. Successful exploitation could lead to privilege escalation.

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 · moderate confidence

ColdFusion Update 6 and earlier has insecure file system permissions on its default installation directory, where inherited permissions allow unauthorized modification of executable files and configuration. This local privilege escalation vulnerability allows attackers with limited system access to overwrite ColdFusion binaries or configuration files to gain elevated privileges.

MitigationReview and restrict file system ACLs on the ColdFusion installation directory to follow least-privilege principles, removing write access for non-privileged users and service accounts to executable and configuration paths.

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
ColdfusionApplication
Affected:= 2018

CVSS 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
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/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 checks

Work through these to decide whether this CVE applies to you.

  1. Verify ColdFusion 2018 is installed
    Check for ColdFusion 2018 installation directory (typically C:\ColdFusion2018 on Windows or /opt/coldfusion/cfusion on Linux). On Windows, also check registry key HKLM\SOFTWARE\Adobe\ColdFusion\2018 for InstallPath value.
    Affected if ColdFusion 2018 is found installed on the system
  2. Determine ColdFusion update version
    Look for the update version file in the ColdFusion installation directory (typically in lib\update or check the cfadmin interface for the update number). On Windows, also check registry under HKLM\SOFTWARE\Adobe\ColdFusion\2018 for UpdateLevel.
    Affected if The installed update version is 6 or earlier (e.g., Update 1, 2, 3, 4, 5, or 6)
  3. Locate the ColdFusion installation directory
    Identify the root path from the InstallPath found in step 1. Common default paths: C:\ColdFusion2018 (Windows) or /opt/coldfusion/cfusion (Linux).
    Affected if The installation directory path is identified for permission checking
  4. Check file system permissions on executable files
    Use icacls (Windows) or ls -la (Linux) to inspect permissions on .exe, .dll, and .jar files in the ColdFusion bin and lib directories. Verify if Users or other non-privileged groups have Write (W) or Modify (M) permissions.
    Affected if Non-privileged users or groups have write or modify access to executable files in the ColdFusion directory
  5. Check file system permissions on configuration files
    Use icacls (Windows) or ls -la (Linux) to inspect permissions on .xml, .properties, and .cfm configuration files in the ColdFusion lib, cfusion, or config directories. Verify if unauthorized users have Write permissions.
    Affected if Non-privileged users or groups have write access to configuration files in the ColdFusion directory

A system is affected if ColdFusion 2018 with Update 6 or earlier is installed AND non-privileged users have write access to executable files or configuration files in the ColdFusion installation directory.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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 · scoped
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Review and restrict file system ACLs on the ColdFusion installation directory to follow least-privilege principles, removing write access for non-privileged users and service accounts to executable and configuration paths.

Recommended fix Moderate confidence

ColdFusion 2018 Update 7 or later

  1. Back up your ColdFusion 2018 installation, including the cfusion directory and any databases
  2. Stop the ColdFusion application server service
  3. Download ColdFusion 2018 Update 7 (or latest available update) from the Adobe ColdFusion downloads page: https://www.adobe.com/products/coldfusion/downloads.html
  4. Run the installer with administrator privileges
  5. Follow the on-screen prompts to apply the update
  6. After installation completes, start the ColdFusion service
  7. Verify the update was applied by checking the ColdFusion Administrator > Settings > Version Information
  8. Confirm that the version shows Update 7 or later
Caveat Standard ColdFusion update considerations apply - test thoroughly in staging before production deployment, and ensure custom code and integrations function correctly after the update

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Coldfusion Scoped from the published advisory
  • Consultation2.0 h
  • Implementation4.0 h
  • Testing3.0 h
  • Review / QA2.0 h
11.0 hours of engineering $1,930
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2019-8256 — 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

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2019-8256 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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