CVE-2026-88414
Awaiting Analysis Awaiting Analysis - Queue

SQL Injection in MCMS PageAction.verify Endpoint

Vulnerability report for CVE-2026-88414, 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 contains a SQL injection vulnerability in the PageAction.verify endpoint (GET /ms/mdiy/page/verify.do).

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-22
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

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-88414 is a critical SQL injection flaw in MCMS versions 6.1.1 to 6.2.1. It affects the PageAction.verify endpoint due to missing authorization, unsafe SQL string concatenation with user input, and a weak blacklist filter. The default setting allows multi-query execution, enabling attackers to chain commands and fully compromise the database.

Detection Guidance

To detect this SQL injection vulnerability in MCMS versions 6.1.1 through 6.2.1, monitor network traffic for requests to the PageAction.verify endpoint (GET /ms/mdiy/page/verify.do). Look for suspicious SQL payloads in parameters, especially those attempting to chain queries or bypass blacklists. Use tools like SQLmap to test for time-based blind SQL injection by sending crafted requests and observing delays in responses.

Impact Analysis

Attackers with low-privilege access can exploit this to extract, modify, or delete sensitive data. They can also execute administrative operations. Proof-of-concept attacks show successful database enumeration and data theft using time-based blind SQL injection techniques.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA due to unauthorized data access, modification, or deletion risks. It compromises data integrity and confidentiality, leading to potential legal penalties, reputational damage, and loss of compliance certifications.

Mitigation Strategies

Immediately restrict access to the PageAction.verify endpoint by implementing strict input validation and removing the allowMultiQueries=true configuration. Apply a web application firewall to block SQL injection attempts. Upgrade to a patched version of MCMS if available, or apply vendor-supplied patches urgently. Temporarily disable the vulnerable endpoint if no patch exists.

Chat Assistant

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

EPSS Chart