LiveActive security incident?Get immediate response
CVE Record

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.

MediumCVSS 4.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
high
Sources
6

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-26351 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4.8 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
1ADP providers
5Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
4.8CVSS 4.0MediumCVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:NVulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

4.8Medium
CVSS 4.0 vector shape for CVE-2026-26351Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
GetSimpleCMS-CEGetSimpleCMS-CE3.3.16, 3.3.22unknown
Weakness

CWE details

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.