CVE-2026-26351: GetSimpleCMS-CE < 3.3.22 Stored XSS via components.php
GetSimpleCMS Community Edition (CE) versions prior to 3.3.22 (3.3.16 tested) contains a stored cross-site scripting (XSS) vulnerability in the Theme to Components functionality within components.php. User-supplied input provided to the "slug" field of a component is stored without proper output encoding. While other fields are sanitized using safe_slash_html(), the slug parameter is written to XML and later rendered in the administrative interface without sanitation, resulting in persistent execution of arbitrary JavaScript. An authenticated administrator can inject malicious script content that executes whenever the affected Components page is viewed by any authenticated user, enabling session hijacking, unauthorized administrative actions, and persistent compromise of the CMS administrative interface.
Security readout for executives and security teams
Plain-English summary
This is a stored cross-site scripting flaw in GetSimpleCMS-CE. A logged-in administrator can save script content in a component slug, causing that script to run later in the CMS admin interface. The main risk is compromise of administrator sessions or unauthorized actions inside the CMS.
Executive priority
Treat as a moderate-priority CMS hardening issue. Patch affected sites promptly, especially where multiple administrators have access or the CMS manages public-facing content. It is not described as internet-wormable or actively exploited in the supplied sources.
Technical view
GetSimpleCMS-CE versions before 3.3.22 are affected, with 3.3.16 tested. The components.php Theme to Components feature stores the slug field without proper output encoding, then renders it in the authenticated administrative interface. The issue is classified as CWE-79 with CVSS 4.0 score 4.8.
Likely exposure
Exposure is limited to GetSimpleCMS-CE deployments before 3.3.22 where authenticated administrators can manage theme components. High privileges are required, reducing broad external risk, but shared admin teams, reused credentials, or compromised admin accounts can make persistence inside the CMS more serious.
Exploitation context
The provided sources do not report active exploitation, and the CVE is not listed as KEV. Exploitation requires administrator authentication and a user viewing the affected Components page. The advisory describes potential session hijacking, unauthorized administrative actions, and persistent compromise of the admin interface.
Researcher notes
The evidence identifies the vulnerable sink as administrative rendering of the component slug from XML, while other fields use safe_slash_html(). Public evidence supports affected versions before 3.3.22 and a patch release, but does not provide broad exploitation telemetry.
Mitigation direction
Upgrade GetSimpleCMS-CE to version 3.3.22 or later.
Review vendor advisory and release notes for approved remediation details.
Restrict CMS administrator access to trusted users and networks where feasible.
Review component slugs for unexpected script content and remove suspicious entries.
Rotate administrator sessions or credentials if malicious admin execution is suspected.
Validation and detection
Inventory GetSimpleCMS-CE installations and confirm each reported version.
Identify systems below 3.3.22 and prioritize administrator-facing sites.
Review Components page data for suspicious slug values or unexpected script-like content.
Confirm upgraded systems are running 3.3.22 or later.
Check admin audit logs for unusual component edits or account activity.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.