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

CVE-2022-36599

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.

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.