CVE-2026-19355
Received Received - Intake

SQL Injection in MingSoft MCMS

Vulnerability report for CVE-2026-19355, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-09

Last updated on: 2026-08-09

Assigner: VulDB

Description

A vulnerability was determined in MingSoft MCMS up to 3.0.6. This affects the function ModelDataImpl.queryDiyFormData of the file /mdiy/form/data/list.do of the component ms-mdiy. Executing a manipulation of the argument formFields can lead to sql injection. The attack may be performed from remote. The exploit has been publicly disclosed and may be utilized. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-09
Last Modified
2026-08-09
Generated
2026-08-09
AI Q&A
2026-08-09
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
mingsoft mcms to 3.0.6 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in MingSoft MCMS versions up to 3.0.6. It exists in the ModelDataImpl.queryDiyFormData function, specifically in the file /mdiy/form/data/list.do. An attacker can manipulate the formFields argument to inject malicious SQL code, potentially accessing or modifying database contents remotely.

Detection Guidance

To detect this SQL injection vulnerability in MingSoft MCMS, inspect network traffic for requests to /mdiy/form/data/list.do with unusual formFields parameters. Check logs for SQL error messages or suspicious database queries. Use tools like SQLmap to test for injection points by sending crafted formFields values.

Impact Analysis

If exploited, this vulnerability could allow attackers to execute unauthorized database commands. This may lead to data theft, unauthorized data changes, or even complete database compromise. The remote attack vector means attackers do not need local access to the system.

Compliance Impact

This vulnerability could lead to unauthorized access or disclosure of sensitive data, violating GDPR and HIPAA requirements for data protection. Organizations using affected versions may face compliance violations, legal penalties, and reputational damage if exploited.

Mitigation Strategies

Immediately update MingSoft MCMS to the latest version beyond 3.0.6 if available. If no patch exists, disable the affected component /mdiy/form/data/list.do or restrict access to it via network controls. Monitor database queries for unusual patterns indicating SQL injection attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-19355. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart