CVE-2023-50578: Mingsoft MCMS SQL injection
8.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.50208%
CWE
Published
12/30/2023
Updated
1/8/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| net.mingsoft:ms-mcms | maven | <= 5.2.9 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability manifests in the content list handler that processes user-controlled 'sqlWhere' parameter containing JSON data. The POC demonstrates injection through a crafted 'field' parameter containing updatexml() function. The pattern matches CWE-89 as user input is directly concatenated into SQL queries without proper parameterization. The endpoint mapping and parameter names align with typical Java Spring MVC controller patterns where request parameters are bound to handler method arguments.