CVE-2018-15961
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 ColdFusion versions July 12 release (2018.0.0.310739), Update 6 and earlier, and Update 14 and earlier have an unrestricted file upload vulnerability. Successful exploitation could lead to arbitrary code execution.
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 confidenceAdobe ColdFusion has an unrestricted file upload vulnerability in versions July 12 release (2018.0.0.310739), Update 6 and earlier, and Update 14 and earlier. Attackers can upload malicious files without proper validation, leading to arbitrary code execution on the affected server.
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= 11.0= 2016= 2018CVSS 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 checksWork through these to decide whether this CVE applies to you.
-
Identify ColdFusion installed versionCheck the version via the ColdFusion Administrator interface (typically at /cfide/administrator/) or by examining the license.properties file in the ColdFusion installation directory. On Windows, this is often in C:\ColdFusion2018\ or similar path. On Linux, check /opt/coldfusion/ or /usr/local/coldfusion/. You can also check the cfusion/lib/neo-java.xml file or run 'cfconfig' command if available.Affected if The installed version is ColdFusion 11.0 (any update prior to the fix), ColdFusion 2016 (Update 6 or earlier), or ColdFusion 2018 (Update 14 or earlier, or the July 12 2018.0.0.310739 release). Compare your exact version number against these ranges.
-
Confirm file upload endpoint is accessibleIdentify if the FCKeditor or similar file upload functionality (commonly at /fckeditor/editor/filemanager/ or /cfide/scripts/ajax/ file upload endpoints) is exposed on the web server. Check the web server configuration (IIS httpd.conf or Apache httpd.conf) and the ColdFusion mapping settings for these paths.Affected if The file upload endpoints (particularly FCKeditor or legacy upload handlers) are accessible without authentication on the public-facing web interface.
-
Inspect upload directories for suspicious filesReview the web root and upload directories for recently created or unfamiliar files with extensions such as .cfm, .cfml, .jsp, .asp, .php, .exe, or .phtml. Common upload locations include /uploads/, /userfiles/, /images/, and the FCKeditor upload folders. Check file creation timestamps.Affected if Unexpected executable files (.cfm scripts, web shells, or binary files) exist in web-accessible directories, particularly in upload folders, with creation dates after the suspected compromise window.
-
Review web server access logs for upload activityExamine web server access logs (IIS logs in %SystemDrive%\inetpub\logs\LogFiles or Apache logs in /var/log/httpd/ or /var/log/apache2/) for POST requests to upload endpoints. Look for unusual user-agents, multiple upload attempts from single IPs, or requests to .cfm/.jsp files immediately after upload.Affected if Logs show unauthenticated POST requests to file upload endpoints, particularly FCKeditor or legacy handlers, followed by requests to newly uploaded files that execute code.
-
Check for unauthorized ColdFusion scheduled tasksLog into ColdFusion Administrator and review the scheduled tasks (under Debugging & Logging > Scheduled Tasks) for any tasks created by attackers that periodically execute uploaded scripts or fetch remote payloads. Also check the cfusion/lib/neo-cron.xml file directly.Affected if Scheduled tasks exist that you did not create, particularly those executing files from user upload directories or fetching remote resources.
You are likely affected if your ColdFusion installation is version 11.0, 2016 (Update 6 or earlier), or 2018 (Update 14 or earlier/July 12 2018 release) AND the file upload functionality is exposed to unauthenticated users.
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 the appropriate ColdFusion update/patch to address the unrestricted file upload vulnerability and implement strict file type validation on any upload endpoints.
Adobe ColdFusion 2018 Update 14+, ColdFusion 2016 Update 14+, or ColdFusion 11 Update 6+ (or migrate to the latest available version)
- 1. Identify your current ColdFusion version and update level by accessing the ColdFusion Administrator dashboard.
- 2. For ColdFusion 2018: Apply the security hotfix for CVE-2018-15961 (Adobe ColdFusion 2018 Update 14 or later).
- 3. For ColdFusion 2016: Apply the security hotfix for CVE-2018-15961 (Adobe ColdFusion 2016 Update 14 or later).
- 4. For ColdFusion 11: Apply the security hotfix for CVE-2018-15961 (Adobe ColdFusion 11 Update 6 or later).
- 5. After applying the update, verify the patch was installed successfully via the ColdFusion Administrator.
- 6. Restart the ColdFusion application server to ensure all changes take effect.
- 7. Test that file upload functionality works correctly and that malicious file uploads are now blocked.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation4.0 h
- Testing8.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,504.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2018-15961 — 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-2018-15961 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