VYPR
Critical severityNVD Advisory· Published Aug 16, 2022· Updated Aug 3, 2024

CVE-2022-36272

CVE-2022-36272

Description

Mingsoft MCMS 5.2.8 was discovered to contain a SQL injection vulnerability in /mdiy/page/verify URI via fieldName parameter.

AI Insight

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

SQL injection in Mingsoft MCMS 5.2.8 via fieldName parameter in /mdiy/page/verify allows unauthenticated remote code execution.

Vulnerability

CVE-2022-36272 is a SQL injection vulnerability in Mingsoft MCMS 5.2.8. The flaw resides in the /mdiy/page/verify endpoint, where the fieldName parameter is passed directly to SQL queries without proper sanitization. This occurs in the validated method, which constructs a WHERE clause using user-supplied input [2].

Exploitation

An attacker can exploit this vulnerability by sending a crafted HTTP request to the vulnerable URI with a malicious fieldName parameter. No authentication is required, as the endpoint is accessible to unauthenticated users. The injection allows the attacker to manipulate the SQL query, potentially leading to time-based blind SQL injection attacks (e.g., using SLEEP() functions) [2].

Impact

Successful exploitation enables an attacker to execute arbitrary SQL commands, compromising the confidentiality and integrity of the database. This can result in data theft, unauthorized modification of records, or complete database compromise. The impact is severe, as the attacker may gain full administrative access to the application backend [1].

Mitigation

As of the publication date, no official patch has been released by Mingsoft. Users are advised to either apply input validation filters or upgrade to a newer version if available. The vulnerability has been publicly disclosed, increasing the risk of exploitation [1].

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.8

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.