CVE-2026-4954 Details
Description
A security vulnerability has been detected in mingSoft MCMS up to 5.5.0. Impacted is the function list of the file net/mingsoft/cms/action/web/ContentAction.java of the component Web Content List Endpoint. The manipulation leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed publicly and may be used.
A SQL injection vulnerability has been identified in mingSoft MCMS versions through 5.5.0. The issue resides in the web content list endpoint, specifically within the ContentAction.java file. The vulnerability arises because the application collects request parameters and forwards them to the business layer, where they are rendered into a SQL query using FreeMarker templates. This process allows attackers to inject arbitrary SQL fragments, which are then executed directly on the database without proper parameterization. Exploitation can lead to unauthorized data access, modification of application data, and in some cases, authentication bypass.
Replace the vulnerable SQL template rendering with parameterized queries to prevent SQL injection. Implement strict input validation for request parameters before they are processed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Mar 27, 2026CISA-ADP
Assessed Mar 27, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/wing3e/public_exp/issues/4 | [email protected] | ExploitIssue TrackingTechnical Analysis |
| https://vuldb.com/?ctiid.353832 | [email protected] | Content Wall |
| https://vuldb.com/?id.353832 | [email protected] | AdvisoryExploitPartial Content |
| https://vuldb.com/?submit.777533 | [email protected] | Technical Description |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-74 | Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') | [email protected] |
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| mingSoft MCMS | 5.0 5.1 5.2 5.3 5.4 5.5.0 (semver) |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 29, 2026 | Data Remediation | [email protected] |
| Mar 27, 2026 | CVE Modified | [email protected] |
| Mar 27, 2026 | New CVE Received | [email protected] |
Volerion