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

CVE-2026-25759: Statamic CMS Stored XSS Vulnerability

CVE-2026-25759 is a stored XSS vulnerability in Statamic CMS that allows authenticated users to inject malicious JavaScript in content titles, potentially creating unauthorized admin accounts. This post covers affected versions, impact, and mitigation.

Published: February 13, 2026

CVE-2026-25759 Overview

CVE-2026-25759 is a stored Cross-Site Scripting (XSS) vulnerability affecting Statamic, a Laravel and Git powered content management system (CMS). The vulnerability exists in content titles and allows authenticated users with content creation permissions to inject malicious JavaScript code that executes when viewed by higher-privileged users in the control panel.

This stored XSS vulnerability is particularly dangerous because it can be leveraged for privilege escalation—an attacker with low-level content creation access can potentially compromise super admin accounts, leading to full administrative control over the CMS installation.

Critical Impact

Authenticated attackers can inject malicious JavaScript in content titles to compromise higher-privileged accounts, potentially enabling creation of super admin accounts and complete CMS takeover.

Affected Products

  • Statamic CMS versions 6.0.0 to 6.2.2
  • Statamic CMS installations with control panel access enabled
  • Systems where multiple users have varying privilege levels

Discovery Timeline

  • February 11, 2026 - CVE-2026-25759 published to NVD
  • February 12, 2026 - Last updated in NVD database

Technical Details for CVE-2026-25759

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) affects Statamic CMS versions from 6.0.0 to before 6.2.3. The vulnerability stems from improper sanitization of user-supplied content in title fields within the command palette component. When an authenticated user with content creation permissions crafts a malicious title containing JavaScript, the payload is stored in the database and later executed in the browser context of any user who views the content through the command palette interface.

The attack requires network access and user interaction, as a higher-privileged user must view the malicious content for the payload to execute. However, the scope is changed since the vulnerability impacts security domains beyond the vulnerable component—specifically allowing session hijacking and unauthorized administrative actions. The lack of proper HTML encoding in the command palette allows injected scripts to execute with the privileges of the viewing user.

Root Cause

The root cause lies in insufficient input sanitization and output encoding within the CommandPalette.vue component. Content titles were being rendered directly into the DOM without proper HTML escaping, allowing malicious JavaScript embedded in title fields to execute when the command palette displays search results or content listings.

Attack Vector

The attack follows a privilege escalation pattern through stored XSS:

  1. An attacker with minimal control panel access creates or modifies content with a malicious JavaScript payload in the title field
  2. The payload is stored in the backend database without adequate sanitization
  3. When a super admin or higher-privileged user accesses the control panel and views the content (e.g., through search or the command palette), the malicious script executes
  4. The script can perform actions as the victim user, including creating new super admin accounts, modifying site configuration, or exfiltrating session tokens

The fix introduces the escapeHtml function from the globals module to properly encode HTML entities before rendering content titles in the command palette:

text
 import { cva } from 'cva';
 import { Icon, Subheading } from '@/components/ui';
 import { router } from '@inertiajs/vue3';
+import { escapeHtml } from '@/bootstrap/globals.js';
 
 let metaPressed = ref(false);
 let open = ref(false);

Source: GitHub Commit

Detection Methods for CVE-2026-25759

Indicators of Compromise

  • Unusual content titles containing JavaScript syntax such as <script>, onerror=, onload=, or other event handlers
  • Unexpected admin account creation or privilege changes in the CMS audit logs
  • Browser console errors indicating blocked or executed inline scripts when viewing content
  • Suspicious outbound network requests from admin user sessions

Detection Strategies

  • Implement Content Security Policy (CSP) headers to detect and block inline script execution attempts
  • Monitor CMS audit logs for unexpected user creation, especially accounts with elevated privileges
  • Review database content for titles containing HTML tags or JavaScript event handlers
  • Deploy Web Application Firewall (WAF) rules to detect XSS patterns in form submissions

Monitoring Recommendations

  • Enable verbose logging in Statamic to track content modifications and user session activities
  • Configure alerts for new admin account creation or privilege escalation events
  • Monitor client-side JavaScript errors that may indicate blocked XSS attempts
  • Implement real-time monitoring for unusual control panel access patterns

How to Mitigate CVE-2026-25759

Immediate Actions Required

  • Update Statamic CMS to version 6.2.3 or later immediately
  • Review existing content titles for potentially malicious payloads and sanitize as needed
  • Audit user accounts for unauthorized privilege escalations or unexpected admin accounts
  • Implement Content Security Policy headers to provide defense-in-depth against XSS attacks

Patch Information

Statamic has released version 6.2.3 which addresses this vulnerability by implementing proper HTML escaping in the command palette component. The fix imports and applies the escapeHtml function to sanitize content titles before rendering them in the Vue component. Organizations should update to 6.2.3 or later immediately.

For detailed patch information, refer to the GitHub Security Advisory GHSA-ff9r-ww9c-43x8 and the v6.2.3 release notes.

Workarounds

  • Restrict control panel access to only trusted users until the patch can be applied
  • Implement strict Content Security Policy headers to block inline script execution
  • Review and limit content creation permissions to minimize the attack surface
  • Consider temporarily disabling the command palette feature if possible until patching is complete
bash
# Example CSP header configuration for Apache
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline';"

# Example CSP header configuration for Nginx
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/TechStatmatic

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Commit Update

  • GitHub Release v6.2.3

  • GitHub Security Advisory GHSA-ff9r-ww9c-43x8
  • Related CVEs
  • CVE-2026-27196: Statamic CMS Stored XSS Vulnerability

  • CVE-2026-27939: Statamic CMS Privilege Escalation Flaw
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