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-34562

CVE-2026-34562: CI4MS CodeIgniter CMS XSS Vulnerability

CVE-2026-34562 is a stored cross-site scripting flaw in CI4MS affecting System Settings. Attackers can inject malicious scripts through administrative fields. This post covers technical details, affected versions, and patches.

Published: April 2, 2026

CVE-2026-34562 Overview

CVE-2026-34562 is a stored 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. Prior to version 0.31.0.0, the application fails to properly sanitize user-controlled input within System Settings – Company Information. Several administrative configuration fields accept attacker-controlled input that is stored server-side and later rendered without proper output encoding, enabling persistent XSS attacks.

Critical Impact

Administrative users with access to Company Information settings can inject malicious scripts that execute in the browsers of other users viewing the affected pages, potentially leading to session hijacking, credential theft, or further compromise of the CMS.

Affected Products

  • CI4MS versions prior to 0.31.0.0
  • CodeIgniter 4-based CMS installations using vulnerable CI4MS framework
  • Applications utilizing the System Settings – Company Information module

Discovery Timeline

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

Technical Details for CVE-2026-34562

Vulnerability Analysis

This vulnerability represents a classic stored Cross-Site Scripting (CWE-79) flaw in the administrative interface of CI4MS. The issue originates from insufficient input validation and output encoding in the Company Information settings module. When administrators configure company details through the System Settings interface, the application stores the provided values directly without sanitization. Subsequently, when these stored values are rendered on pages viewed by other users or administrators, the malicious script payload executes in the victim's browser context.

The network-accessible attack vector requires high privileges (administrative access) to exploit, which limits the attack surface. However, in multi-admin environments or scenarios where an attacker has compromised low-level admin credentials, this vulnerability can be leveraged for privilege escalation or lateral movement within the application.

Root Cause

The root cause of this vulnerability is improper output encoding in the CI4MS application. When rendering Company Information fields in the user interface, the application fails to escape special HTML characters, allowing JavaScript code embedded in configuration values to execute as legitimate script content. The CodeIgniter 4 framework provides built-in XSS filtering and output escaping functions, but these security controls were not applied to the affected input fields.

Attack Vector

The attack requires an authenticated administrator to navigate to System Settings – Company Information and inject malicious JavaScript payloads into vulnerable fields such as company name, address, or contact information. Once saved, these payloads are stored in the database. When any user accesses a page that renders these Company Information fields, the injected script executes within their browser session.

An attacker could craft payloads to steal session cookies, redirect users to phishing pages, modify page content, or perform actions on behalf of the victim user. The stored nature of this XSS means the malicious payload persists and affects all users who view the compromised pages until the payload is removed or the system is patched.

Detection Methods for CVE-2026-34562

Indicators of Compromise

  • Presence of JavaScript code or HTML tags within Company Information database fields
  • Unusual <script> tags, event handlers (e.g., onerror, onload), or encoded payloads in system settings
  • Browser console errors indicating blocked inline scripts (if CSP is enabled)
  • Unexpected outbound requests from client browsers to unknown domains

Detection Strategies

  • Review database records for Company Information fields containing suspicious HTML or JavaScript patterns
  • Implement Web Application Firewall (WAF) rules to detect XSS payloads in administrative form submissions
  • Enable Content Security Policy (CSP) headers to detect and block inline script execution
  • Monitor application logs for repeated form submissions to Company Information settings with unusual content

Monitoring Recommendations

  • Enable verbose logging for administrative configuration changes in CI4MS
  • Set up alerts for modifications to Company Information settings outside of normal business hours
  • Deploy browser-based detection mechanisms to identify unexpected script execution patterns
  • Periodically audit database contents for injection patterns in configuration tables

How to Mitigate CVE-2026-34562

Immediate Actions Required

  • Upgrade CI4MS to version 0.31.0.0 or later immediately
  • Audit existing Company Information fields in the database for malicious content
  • Review administrative access logs for suspicious configuration changes
  • Implement Content Security Policy headers as a defense-in-depth measure

Patch Information

The vulnerability has been addressed in CI4MS version 0.31.0.0. The fix implements proper output encoding for all Company Information fields, ensuring that user-supplied content is escaped before being rendered in HTML contexts. Organizations should upgrade to this version or later as soon as possible. For detailed information about the security fix, refer to the GitHub Security Advisory GHSA-v897-c6vq-6cr3 and the GitHub Release 0.31.0.0.

Workarounds

  • Restrict administrative access to trusted users only until the patch can be applied
  • Implement additional input validation at the web server or WAF level to filter XSS payloads
  • Deploy Content Security Policy headers to mitigate the impact of successful XSS attacks
  • Manually sanitize existing Company Information database entries to remove any malicious content

If immediate patching is not possible, organizations can implement a Content Security Policy header to reduce the exploitability of this vulnerability:

bash
# Apache .htaccess or httpd.conf configuration
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"

# Nginx configuration
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'";

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechCodeigniter

  • SeverityMEDIUM

  • CVSS Score4.7

  • EPSS Probability0.04%

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

  • GitHub Security Advisory GHSA-v897-c6vq-6cr3
  • Related CVEs
  • CVE-2026-34560: CI4MS CodeIgniter CMS XSS Vulnerability

  • CVE-2026-34557: CI4MS CMS Stored XSS Vulnerability

  • CVE-2026-34572: CI4MS Authentication Bypass Vulnerability

  • CVE-2026-34570: CI4MS Auth Bypass Vulnerability
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