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.
| Package | Affected versions | Patched versions |
|---|---|---|
net.mingsoft:ms-mcmsMaven | <= 5.2.8 | — |
Affected products
2- Mingsoft/MCMSdescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3- github.com/advisories/GHSA-hmj3-mqgw-2fq6ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2022-36272ghsaADVISORY
- github.com/ming-soft/MCMS/issues/97ghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.