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

34 lines
980 B
YAML
Raw Normal View History

2023-09-13 11:22:00 +00:00
id: weaver-userselect-unauth
2023-08-18 03:22:06 +00:00
info:
2023-09-13 11:22:00 +00:00
name: OA E-Office UserSelect Unauthorized Access
2023-08-18 03:22:06 +00:00
author: SleepingBag945
severity: high
2023-09-13 11:22:00 +00:00
description: |
OA E-Office UserSelect interface has an unauthorized access vulnerability, through which attackers can obtain sensitive information
2023-08-18 03:22:06 +00:00
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
2023-09-13 11:22:00 +00:00
metadata:
max-request: 1
fofa-query: app="泛微-EOffice"
verified: true
tags: weaver,e-office,oa,unauth
2023-08-18 03:22:06 +00:00
http:
2023-09-13 11:22:00 +00:00
- method: GET
path:
- "{{BaseURL}}/UserSelect/"
2023-08-18 03:22:06 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "<title>选择人员</title>"
- "/UserSelect/dept.php"
2023-09-13 11:22:00 +00:00
condition: and
2023-08-18 03:22:06 +00:00
- type: status
status:
- 200