nuclei-templates/http/vulnerabilities/weaver/weaver-userselect-unauth.yaml

34 lines
980 B
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:
max-request: 1
fofa-query: app="泛微-EOffice"
verified: true
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