CVE-2020-20913: Ming-Soft MCMS vulnerable to SQL injection
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.87285%
CWE
Published
4/4/2023
Updated
4/7/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
net.mingsoft:ms-mcms | maven | < 5.1 | 5.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability report explicitly shows the search handler method at '/{searchId}/search' endpoint processes the 'basic_title' parameter. The provided code snippet demonstrates direct use of request parameters (including basic_title) for database operations without visible sanitization. SQLMap results confirm successful injection through this parameter. The controller method's handling of raw user input matches the CWE-89 SQL injection pattern of unfiltered parameter usage in SQL commands.