VYPR
High severityNVD Advisory· Published Apr 5, 2022· Updated Aug 3, 2024

CVE-2022-26585

CVE-2022-26585

Description

Mingsoft MCMS v5.2.7 was discovered to contain a SQL injection vulnerability via /cms/content/list.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Mingsoft MCMS v5.2.7 is vulnerable to SQL injection in the /cms/content/list endpoint, allowing remote attackers to execute arbitrary SQL commands.

Vulnerability

Mingsoft MCMS v5.2.7 contains a SQL injection vulnerability in the /cms/content/list endpoint. The application fails to properly sanitize user-supplied input before using it in a SQL query, allowing an attacker to inject arbitrary SQL statements. The issue is triggered when accessing the list functionality without proper authentication or authorization controls [1][2].

Exploitation

An attacker can exploit this vulnerability by sending a crafted HTTP request to the /cms/content/list endpoint. No authentication is required, as the vulnerable parameter is accessible to unauthenticated users. The attacker injects SQL code into one of the request parameters (such as ordering, filtering, or pagination fields) that is directly concatenated into a SQL query. The specific payload is captured in the reference issue [2].

Impact

Successful exploitation allows an attacker to execute arbitrary SQL commands against the underlying database. This can lead to unauthorized retrieval, modification, or deletion of sensitive data, including user credentials, content records, and system configuration. The impact is severe due to the potential for complete database compromise.

Mitigation

As of the publication date (2022-04-05), no official patch or fixed version has been released. The vulnerability remains unpatched for unauthenticated access. Users are advised to implement input validation, parameterized queries, and apply the principle of least privilege to the database connection. The issue is tracked on the Gitee repository [2].

AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
net.mingsoft:ms-mcmsMaven
<= 5.2.7

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.