VYPR
Critical severityNVD Advisory· Published Apr 4, 2023· Updated Feb 14, 2025

CVE-2020-20913

CVE-2020-20913

Description

SQL Injection vulnerability found in Ming-Soft MCMS v.4.7.2 allows a remote attacker to execute arbitrary code via basic_title parameter.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

MCMS v4.7.2 SQL injection in basic_title parameter allows remote unauthenticated attackers to execute arbitrary SQL commands.

Vulnerability

Overview

CVE-2020-20913 is a SQL injection vulnerability in Ming-Soft MCMS version 4.7.2. The flaw resides in the search functionality, where the basic_title POST parameter is passed unsanitized into SQL queries [3]. The vulnerable code is in the search method of the controller, which retrieves user-supplied parameters without proper filtering or parameterization [3].

Exploitation

An attacker can exploit this vulnerability by sending a crafted HTTP POST request to the /ms-mcms/cms/{searchId}/search.do endpoint. No authentication is required, as the search feature is publicly accessible [3]. SQLMap testing confirmed multiple injection types, including boolean-based blind, error-based, and time-based blind techniques [3].

Impact

Successful exploitation allows a remote attacker to execute arbitrary SQL queries against the underlying MySQL database [3]. This can lead to unauthorized data access, modification, or deletion, and in some configurations, may enable command execution on the database server [2].

Mitigation

The issue was publicly disclosed on GitHub with a request for the vendor to fix the vulnerability [3]. As of the publication date, no official patch has been released. Users should apply input validation and use prepared statements to mitigate the risk.

AI Insight generated on May 20, 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.15.1

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.