The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-34564

CVE-2026-34564: CI4MS CMS Stored XSS Vulnerability

CVE-2026-34564 is a stored DOM-based XSS flaw in CI4MS CMS that allows attackers to inject malicious scripts via menu management. This article covers technical details, affected versions, impact, and mitigation steps.

Published: April 2, 2026

CVE-2026-34564 Overview

CVE-2026-34564 is a critical stored DOM-based cross-site scripting (XSS) vulnerability in CI4MS, a CodeIgniter 4-based CMS skeleton that provides a production-ready, modular architecture with RBAC authorization and theme support. The vulnerability exists in the Menu Management functionality, where the application fails to properly sanitize user-controlled input when adding Pages to navigation menus. Page-related data selected via the Pages section is stored server-side and subsequently rendered without proper output encoding, leading to stored XSS attacks that affect both administrative interfaces and public-facing navigation menus.

Critical Impact

Attackers with low-privilege access can inject malicious scripts through the Menu Management interface, compromising administrator sessions, stealing credentials, and potentially escalating privileges across the entire CMS platform.

Affected Products

  • CI4MS versions prior to 0.31.0.0
  • CodeIgniter 4-based CMS installations using the CI4MS skeleton
  • Applications utilizing CI4MS Menu Management functionality

Discovery Timeline

  • 2026-04-01 - CVE CVE-2026-34564 published to NVD
  • 2026-04-02 - Last updated in NVD database

Technical Details for CVE-2026-34564

Vulnerability Analysis

This stored DOM-based XSS vulnerability (CWE-79) arises from improper input validation in CI4MS's Menu Management feature. When users add Pages to navigation menus, the application accepts and stores page-related data without adequate sanitization. The stored payload is later rendered in both administrative and public-facing contexts without proper output encoding, creating a persistent XSS condition.

The vulnerability is particularly dangerous because it affects multiple rendering contexts. Malicious payloads injected through the Menu Management interface persist in the database and execute whenever the affected navigation menu is rendered. This includes administrative dashboard views where privileged users interact with the system, as well as public-facing pages where navigation menus are displayed to all visitors.

Root Cause

The root cause of CVE-2026-34564 is the absence of proper output encoding when rendering page-related data from the Menu Management functionality. When data is retrieved from server-side storage and inserted into the DOM, it is not properly escaped or sanitized, allowing HTML and JavaScript content to be interpreted as code rather than text. This violates the principle of treating all user-supplied data as untrusted and encoding it appropriately for the output context.

Attack Vector

The attack leverages the network-accessible Menu Management interface. An authenticated attacker with low-privilege access can craft malicious payloads containing JavaScript code and submit them through the Pages section of the Menu Management functionality. The attack flow proceeds as follows:

  1. The attacker authenticates to the CI4MS administrative interface with minimal privileges
  2. The attacker navigates to the Menu Management section and accesses the Pages functionality
  3. Malicious JavaScript is injected into page-related fields that lack input sanitization
  4. The payload is stored server-side in the database
  5. When administrators or public users view pages containing the affected navigation menu, the malicious script executes in their browser context
  6. The attacker can steal session tokens, perform actions as the victim user, or redirect users to malicious sites

The vulnerability does not require user interaction beyond normal page viewing, making it particularly effective for targeting administrators who regularly access the management interface. Successful exploitation can lead to session hijacking, credential theft, administrative account takeover, and potential compromise of the entire CMS installation.

Detection Methods for CVE-2026-34564

Indicators of Compromise

  • Unusual JavaScript code or HTML tags present in menu item names or page titles within the database
  • Navigation menu entries containing encoded script payloads such as <script>, <img onerror=, or event handlers
  • Unexpected outbound network requests originating from administrative or public pages
  • Session anomalies or unauthorized actions performed by administrator accounts

Detection Strategies

  • Implement Content Security Policy (CSP) headers and monitor for CSP violation reports indicating inline script execution attempts
  • Deploy web application firewalls (WAF) with rules to detect XSS payload patterns in POST requests to menu management endpoints
  • Conduct regular code reviews and static analysis scanning for missing output encoding in view templates
  • Monitor database tables associated with menu management for entries containing suspicious HTML or JavaScript content

Monitoring Recommendations

  • Enable detailed logging for all Menu Management API endpoints and administrative interface access
  • Configure browser-based monitoring to detect DOM manipulation anomalies and unexpected script execution
  • Implement real-time alerting for CSP violations originating from navigation menu rendering contexts
  • Establish baseline behavior for administrative users and alert on deviations indicative of session compromise

How to Mitigate CVE-2026-34564

Immediate Actions Required

  • Upgrade CI4MS to version 0.31.0.0 or later immediately, as this version contains the security patch
  • Review existing menu entries and page data in the database for any suspicious or malicious content
  • Invalidate all active administrative sessions and require re-authentication
  • Implement Content Security Policy headers to mitigate the impact of any existing XSS payloads

Patch Information

The CI4MS development team has addressed this vulnerability in version 0.31.0.0. The patch implements proper output encoding for all user-controlled data rendered through the Menu Management functionality. Organizations should upgrade to this version as soon as possible.

For detailed information about the fix, refer to the GitHub Release v0.31.0.0 and the GitHub Security Advisory GHSA-g4pp-fhgf-8653.

Workarounds

  • If immediate upgrade is not possible, restrict access to the Menu Management functionality to only highly trusted administrators
  • Implement server-side input validation to strip HTML and JavaScript from all menu-related input fields
  • Deploy a Web Application Firewall with XSS protection rules specifically targeting the affected endpoints
  • Apply strict Content Security Policy headers with script-src 'self' to prevent inline script execution
bash
# Example CSP header configuration for Apache
# Add to .htaccess or httpd.conf
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'none';"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechCi4ms

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Release v0.31.0.0

  • GitHub Security Advisory GHSA-g4pp-fhgf-8653
  • Related CVEs
  • CVE-2026-39392: CI4MS CodeIgniter CMS XSS Vulnerability

  • CVE-2026-39391: CI4MS CodeIgniter CMS XSS Vulnerability

  • CVE-2026-34571: CI4MS Backend Stored XSS Vulnerability

  • CVE-2026-34567: CI4MS CodeIgniter CMS XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English