CVE-2022-36599
Description
Mingsoft MCMS 5.2.8 was discovered to contain a SQL injection vulnerability in /mdiy/model/delete URI via models Lists.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Mingsoft MCMS 5.2.8 has a SQL injection vulnerability in the /mdiy/model/delete endpoint via the models parameter.
Vulnerability
Description
Mingsoft MCMS version 5.2.8 is vulnerable to SQL injection in the /mdiy/model/delete URI. The models parameter passed to this endpoint is not properly sanitized, allowing an attacker to inject arbitrary SQL commands. This flaw arises from insufficient input validation, a common root cause in web applications that directly concatenate user-supplied data into SQL queries [1][3].
Exploitation
An attacker can exploit this vulnerability by sending a crafted HTTP request to the /mdiy/model/delete endpoint with malicious input in the models parameter. No authentication is required, as the endpoint appears to be publicly accessible. The attack can be executed remotely over the network, making it particularly dangerous for exposed installations [1][3].
Impact
Successful exploitation allows an attacker to execute arbitrary SQL commands on the database backend. This can lead to data exfiltration, modification, or deletion, potentially compromising the entire application's data integrity and confidentiality. In worst cases, it may lead to full database server compromise [1][3].
Mitigation
As of the publication date, no patch has been released. Users are advised to apply input validation and parameterized queries to mitigate the vulnerability. The vendor's repository and issue tracker provide additional context [2][3].
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-w3rc-2whg-w934ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2022-36599ghsaADVISORY
- gitee.com/mingSoft/MCMS/issues/I5I1P5ghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.