CVE-2026-88415
Awaiting Analysis Awaiting Analysis - Queue

Stored XSS in MCMS Article Content Field

Vulnerability report for CVE-2026-88415, 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 is vulnerable to stored Cross-Site Scripting (XSS). The article content field `contentDetails` is excluded from the global XSS filter.

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

MCMS versions 6.1.1 through 6.2.1 have a stored Cross-Site Scripting (XSS) vulnerability in the article content field called contentDetails. The application's global XSS filter excludes this field, relying instead on a weak regex-based blacklist that misses certain XSS vectors like onmouseover. Attackers with article-save permissions can inject malicious scripts that bypass the filter and are stored in the database. When static pages are generated, these scripts are rendered without proper escaping, allowing execution in victims' browsers.

Detection Guidance

Check MCMS versions 6.1.1 through 6.2.1 for stored XSS in article content. Inspect static HTML files generated by the system for unsanitized payloads like <svg/onmouseover=alert(document.domain)>. Review user permissions for cms:content:save access.

Impact Analysis

This vulnerability allows attackers to execute arbitrary scripts in your browser when visiting affected pages. This could lead to session hijacking, theft of credentials or cookies, phishing attacks, or defacement of website content. The attack requires low privileges to initiate but can affect any visitor to the compromised site.

Compliance Impact

This vulnerability could lead to unauthorized access to user data, violating GDPR's data protection requirements and HIPAA's safeguards for protected health information. It may result in data breaches, unauthorized data access, or integrity violations, potentially leading to regulatory penalties and loss of trust.

Mitigation Strategies

Update MCMS to a patched version. Enable strict XSS filtering for the contentDetails field. Implement HTML escaping in static page templates. Restrict cms:content:save permissions to trusted users.

Chat Assistant

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

EPSS Chart