CVE-2026-89145
Received Received - Intake

Stored XSS in Flextype CMS Plugin Directory Names

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

Publication date: 2026-09-11

Last updated on: 2026-09-11

Assigner: VulnCheck

Description

Flextype CMS versions 0.9.9 through 1.0.0-alpha.3 fail to HTML-escape plugin directory names in the dependency error page rendered by getValidPluginsDependencies(). Attackers with write access to the plugins directory can create a plugin with HTML characters in its name to execute arbitrary scripts in users' browsers when dependency validation fails.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
flextype flextype From 0.9.9 (inc) to 1.0.0-alpha.3 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-89145 is a stored Cross-Site Scripting (XSS) vulnerability in Flextype CMS versions 0.9.9 through 1.0.0-alpha.3. It occurs when plugin directory names are not properly HTML-escaped in the dependency error page rendered by getValidPluginsDependencies(). Attackers with write access can create a plugin with HTML characters in its name to execute arbitrary scripts in users' browsers when dependency validation fails.

Detection Guidance

Check for plugins with unusual names containing HTML or JavaScript characters in the Flextype plugins directory. Review error logs for dependency validation failures that may render plugin names unsafely. Inspect the output of getValidPluginsDependencies() for unescaped HTML in error pages.

Impact Analysis

This vulnerability allows attackers to inject malicious scripts into web pages viewed by users. If you use a vulnerable Flextype CMS version, an attacker could trick you into visiting a page where their injected script runs in your browser, potentially stealing session cookies, credentials, or other sensitive data. Exploitation requires the attacker to have write access to the plugins directory on the server.

Compliance Impact

This XSS vulnerability could lead to unauthorized access to user data, violating GDPR's data protection principles and HIPAA's security requirements for protecting health information. If exploited, it may result in data breaches, unauthorized data access, or disclosure of sensitive information, potentially leading to regulatory penalties and loss of compliance certifications.

Mitigation Strategies

Upgrade Flextype to a patched version if available. Restrict write access to the plugins directory to trusted users only. Rename any existing plugin directories with suspicious names. Implement input validation to block HTML characters in plugin names. Apply htmlspecialchars() to plugin names in error output.

Chat Assistant

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

EPSS Chart