CVE-2026-26351
Stored XSS in GetSimpleCMS Components Allows Persistent Admin Hijack
Publication date: 2026-02-24
Last updated on: 2026-02-26
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| getsimple-ce | getsimple_cms | From 3.3.16 (inc) to 3.3.22 (exc) |
Helpful Resources
Exploitability
| 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 Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a stored cross-site scripting (XSS) issue in GetSimpleCMS Community Edition version 3.3.16, specifically in the Theme to Components functionality within the components.php file.
An authenticated administrator can supply malicious input to the "slug" field of a component. Unlike other fields that are sanitized, the slug parameter is stored without proper output encoding and later rendered in the administrative interface without sanitation.
This results in persistent execution of arbitrary JavaScript code whenever the affected Components page is viewed by any authenticated user.
How can this vulnerability impact me? :
The vulnerability allows an authenticated administrator to inject malicious scripts that execute persistently in the CMS administrative interface.
- Session hijacking of authenticated users.
- Unauthorized administrative actions performed via injected scripts.
- Persistent compromise of the CMS administrative interface, potentially leading to further exploitation.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know