CVE-2026-88416
Received Received - Intake

SQL Injection in MCMS Custom Model Import Feature

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

Publication date: 2026-09-22

Last updated on: 2026-09-22

Assigner: MITRE

Description

MCMS 6.1.1 through 6.2.1 has a SQL injection vulnerability in the custom model/form import feature.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
mingsoft mcms From 6.1.1 (inc) to 6.2.1 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-88416 is an SQL injection vulnerability in MCMS versions 6.1.1 through 6.2.1. It affects the custom model/form import feature where the `modelJson.sql` parameter is passed directly to `JdbcTemplate.execute()` without sanitization. Attackers can inject malicious SQL commands through this parameter.

Detection Guidance

Check MCMS logs for suspicious requests to the /ms/mdiy/form/importJson.do endpoint containing modelJson.sql parameters with SQL commands. Monitor for unusual database queries or data exfiltration attempts via /ms/mdiy/form/data/queryData.do. Look for CREATE TABLE ... AS SELECT statements or other bypass attempts in SQL injection filters.

Impact Analysis

This vulnerability allows attackers to execute arbitrary SQL commands. They can read sensitive data like database names, table names, column names, and admin credentials. Attackers can also modify or delete data, leading to data breaches, unauthorized access, or system compromise.

Compliance Impact

This vulnerability can lead to unauthorized access and exposure of sensitive data, violating GDPR and HIPAA requirements. Organizations may face legal penalties, fines, and reputational damage due to non-compliance with data protection regulations.

Mitigation Strategies

Disable the custom model/form import feature in MCMS if not needed. Apply input validation to block executable SQL in modelJson.sql parameters. Restrict raw SQL execution permissions and enforce least-privilege access. Update MCMS to a patched version if available. Monitor database activity for unauthorized queries.

Chat Assistant

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

EPSS Chart