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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-41201

CVE-2026-41201: CI4MS Privilege Escalation Vulnerability

CVE-2026-41201 is a privilege escalation flaw in CI4MS CMS that enables full account takeover via stored DOM XSS in the backup module. This article covers technical details, affected versions, impact, and mitigation.

Published: May 7, 2026

CVE-2026-41201 Overview

CVE-2026-41201 is a stored Document Object Model (DOM) Cross-Site Scripting (XSS) vulnerability in CI4MS, a CodeIgniter 4-based content management system (CMS) skeleton with role-based access control (RBAC) and theme support. The flaw exists in version 0.31.4.0 and affects the backup module's filename field. An attacker can craft a SQL backup file whose filename contains a hidden XSS payload, which executes in the browser of any privileged user who views the backup listing. Successful exploitation enables full account takeover and privilege escalation. The maintainers fixed the issue in version 0.31.5.0.

Critical Impact

Authenticated attackers can hijack administrator sessions and escalate privileges by injecting JavaScript through a backup filename, leading to full compromise of the CMS.

Affected Products

  • CI4MS version 0.31.4.0
  • CodeIgniter 4-based deployments using the CI4MS backup module
  • Installations prior to the 0.31.5.0 release

Discovery Timeline

  • 2026-05-07 - CVE-2026-41201 published to NVD
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-41201

Vulnerability Analysis

The vulnerability is a stored DOM-based XSS issue tracked under [CWE-79]. The CI4MS backup module accepts SQL files and renders the filename in the administrative interface without proper output encoding or sanitization. An attacker who can upload or place a backup file controls the rendered filename and can embed JavaScript that executes when an administrator opens the backup view.

Because the payload is persisted server-side and triggered on each render, every administrator that loads the page executes the attacker's script. The script runs with the session context of the victim, which permits session token theft, forced privilege changes, and creation of new administrative accounts. The Common Vulnerability Scoring System (CVSS) vector indicates a scope change, reflecting that code injected in one component impacts the broader administrative session.

Root Cause

The root cause is missing input validation and output encoding on the backup filename field. The application treats filenames as trusted strings and writes them into the DOM without applying contextual escaping. CodeIgniter 4 provides escaping helpers, but the backup module does not invoke them when rendering filenames in the listing view.

Attack Vector

An authenticated attacker with permission to create or upload a backup crafts a SQL file whose name embeds an XSS payload, for example using HTML event handlers within the filename string. The file is stored by the backup module and listed in the administrative dashboard. When a higher-privileged user loads the dashboard, the browser parses the filename as HTML and executes the embedded script. The script can issue same-origin requests to RBAC endpoints, modify roles, or exfiltrate session data.

No verified public proof-of-concept code is available. Refer to the GitHub Security Advisory GHSA-qxpq-82f3-xj47 for maintainer technical details.

Detection Methods for CVE-2026-41201

Indicators of Compromise

  • Backup files with non-standard filenames containing HTML tags, angle brackets, or JavaScript event handlers such as onerror= or onload=.
  • Unexpected creation of new administrative accounts or RBAC role changes shortly after a backup file is uploaded.
  • Outbound HTTP requests from administrator browsers to unfamiliar domains immediately after viewing the backup module.

Detection Strategies

  • Inspect the backup storage directory for filenames that include characters outside the expected [A-Za-z0-9._-] set.
  • Review web server access logs for POST requests to backup creation endpoints followed by administrator GET requests to the backup listing.
  • Add web application firewall (WAF) rules that flag filenames containing <script, onerror, onload, or javascript: substrings.

Monitoring Recommendations

  • Monitor RBAC tables and audit logs for unauthorized role escalations or new administrator creations.
  • Alert on changes to user session tokens and concurrent sessions originating from different IP addresses.
  • Track upload activity in the backup module and correlate with subsequent privilege changes.

How to Mitigate CVE-2026-41201

Immediate Actions Required

  • Upgrade CI4MS to version 0.31.5.0 or later, which contains the official fix.
  • Audit all existing backup filenames and remove any entry containing HTML or scripting characters.
  • Rotate administrator credentials and invalidate active sessions if exploitation is suspected.

Patch Information

The maintainers patched the issue in CI4MS release 0.31.5.0. Details are documented in the GitHub Security Advisory GHSA-qxpq-82f3-xj47. Apply the upgrade following the project's standard deployment procedure and verify that the backup module renders filenames safely after the update.

Workarounds

  • Restrict access to the backup module to a minimal set of trusted administrators until the patch is applied.
  • Enforce a server-side filename allow-list that rejects any name not matching ^[A-Za-z0-9._-]+\.sql$.
  • Deploy a Content Security Policy (CSP) that disallows inline scripts to reduce the impact of stored XSS payloads.
bash
# Configuration example: enforce strict filename validation and CSP header
# Nginx CSP header for the CI4MS admin path
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'self'" always;

# Example shell check to flag suspicious backup filenames
find /var/www/ci4ms/writable/backups -type f \
  ! -regex '.*/[A-Za-z0-9._-]+\.sql$' \
  -print

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechCodeigniter

  • SeverityCRITICAL

  • CVSS Score9.1

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

  • GitHub Security Advisory GHSA-qxpq-82f3-xj47
  • Related CVEs
  • CVE-2026-41890: CI4MS Authentication Bypass Vulnerability

  • CVE-2026-39389: CI4MS Auth Bypass Vulnerability

  • CVE-2026-39394: CI4MS Authentication Bypass Vulnerability

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

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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