36 lines
1.1 KiB
YAML
Executable File
36 lines
1.1 KiB
YAML
Executable File
id: weaver-userselect-unauth
|
|
|
|
info:
|
|
name: OA E-Office UserSelect Unauthorized Access
|
|
author: SleepingBag945
|
|
severity: high
|
|
description: |
|
|
OA E-Office UserSelect interface has an unauthorized access vulnerability, through which attackers can obtain sensitive information
|
|
reference:
|
|
- https://github.com/achuna33/MYExploit/blob/8ffbf7ee60cbd77ad90b0831b93846aba224ab29/src/main/java/com/achuna33/Controllers/WeaverEOfficeController.java
|
|
- http://wiki.peiqi.tech/wiki/oa/泛微OA/泛微OA%20E-Office%20UserSelect%20未授权访问漏洞.html
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
fofa-query: app="泛微-EOffice"
|
|
tags: weaver,e-office,oa,unauth
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/UserSelect/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>选择人员</title>"
|
|
- "/UserSelect/dept.php"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100a5327e5c4aa4bba40eb3dd6591e0262f3b68adb18dfe67506e1d01b19d89aea502205e2bc2df2faf6ad056f62b27aeb9871fc23f7f75f6e422837c1f4d1344a9ba6b:922c64590222798bb761d5b6d8e72950
|