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

CVE-2026-34560: CI4MS CodeIgniter CMS XSS Vulnerability

CVE-2026-34560 is a stored XSS flaw in CI4MS CodeIgniter CMS that allows attackers to inject malicious scripts into logs. This post explains its blind XSS impact, affected versions, and mitigation steps.

Published: April 2, 2026

CVE-2026-34560 Overview

CVE-2026-34560 is a Blind Stored Cross-Site Scripting (XSS) vulnerability affecting 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 renders user-controlled input unsafely within the logs interface. If any stored XSS payload exists within logged data, it is rendered without proper output encoding, enabling attackers to execute malicious scripts in the context of administrator sessions.

Critical Impact

This Blind XSS vulnerability allows attackers to inject malicious payloads that remain dormant until an administrator views the logs page, potentially leading to session hijacking, credential theft, or unauthorized administrative actions.

Affected Products

  • CI4MS versions prior to 0.31.0.0
  • CodeIgniter 4-based CMS installations using affected CI4MS components
  • Systems with administrative log viewing functionality enabled

Discovery Timeline

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

Technical Details for CVE-2026-34560

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation). The flaw exists in how the CI4MS application handles user-controlled input that gets logged and subsequently displayed in the administrative logs interface.

The attack follows a Blind XSS pattern where the attacker does not observe immediate execution of their payload. Instead, the malicious script is stored within application logs and only executes when an administrator navigates to the logs viewing page. This delayed execution makes the vulnerability particularly dangerous as it specifically targets privileged users who have access to system logs.

The network-based attack vector with low complexity requirements means that any authenticated user capable of generating log entries could potentially inject malicious payloads. The changed scope indicates that successful exploitation can impact resources beyond the vulnerable component itself, potentially affecting the entire administrative interface and any systems the administrator has access to.

Root Cause

The root cause of this vulnerability lies in the improper output encoding of log data when rendered in the administrative interface. The application fails to sanitize or encode user-controlled input before writing it to logs, and more critically, fails to apply proper HTML entity encoding when displaying log contents to administrators.

When log entries containing HTML or JavaScript are rendered in the browser, they are interpreted as executable code rather than plain text. This architectural oversight allows script injection through any input field that eventually gets logged by the application.

Attack Vector

The attack leverages the network-accessible logs interface to execute stored XSS payloads. An attacker with low-level privileges can inject malicious JavaScript through various application inputs that get logged, such as:

  • User agent strings captured in access logs
  • Form input values that trigger validation errors
  • Search queries or other user activities recorded for audit purposes
  • Error messages containing user-supplied data

The payload remains dormant until an administrator accesses the logs page, at which point the malicious script executes with the administrator's session context, potentially allowing session hijacking, CSRF attacks against admin functions, or exfiltration of sensitive data visible to the administrator.

Detection Methods for CVE-2026-34560

Indicators of Compromise

  • Unusual JavaScript patterns in application log files (e.g., <script>, onerror=, onclick=, javascript:)
  • Log entries containing encoded HTML entities that decode to executable scripts
  • Administrative session tokens appearing in external request logs
  • Unexpected outbound connections from administrator browsers when viewing logs

Detection Strategies

  • Implement log file scanning for common XSS payload patterns and HTML tags
  • Monitor for anomalous administrative session behavior following log page access
  • Deploy Content Security Policy (CSP) headers to detect and report inline script execution attempts
  • Review access logs for patterns suggesting XSS payload injection attempts

Monitoring Recommendations

  • Enable browser-based XSS auditors and CSP reporting endpoints
  • Implement real-time alerting for script tags or event handlers appearing in log entries
  • Monitor administrative user sessions for signs of session hijacking after log access
  • Audit all user inputs that flow into logging mechanisms for proper sanitization

How to Mitigate CVE-2026-34560

Immediate Actions Required

  • Upgrade CI4MS to version 0.31.0.0 or later immediately
  • Review existing log files for potential XSS payloads before allowing administrator access
  • Implement Content Security Policy headers to mitigate XSS impact
  • Consider temporarily restricting access to the logs interface until patched

Patch Information

The vulnerability has been patched in CI4MS version 0.31.0.0. Organizations should upgrade to this version or later to remediate the vulnerability. The patch implements proper output encoding when rendering log data in the administrative interface.

For detailed patch information, refer to:

  • GitHub Release 0.31.0.0
  • GitHub Security Advisory GHSA-r4v5-rwr2-q7r4

Workarounds

  • Disable or restrict access to the logs viewing interface until the patch can be applied
  • Implement server-side log sanitization to strip HTML tags and JavaScript from log entries before storage
  • Deploy a Web Application Firewall (WAF) rule to filter XSS patterns in requests that may be logged
  • Use a reverse proxy to add CSP headers if application-level implementation is not immediately feasible

The vulnerability mechanism involves improper output encoding in the logs rendering function. When user-controlled data is written to logs and subsequently displayed in the administrative interface, the application fails to apply proper HTML entity encoding, allowing injected scripts to execute. See the GitHub Security Advisory for complete technical details.

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechCodeigniter

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.03%

  • 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 0.31.0.0

  • GitHub Security Advisory GHSA-r4v5-rwr2-q7r4
  • Related CVEs
  • CVE-2026-34562: 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