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

CVE-2026-22875: Movable Type Stored XSS Vulnerability

CVE-2026-22875 is a stored cross-site scripting flaw in Movable Type's Export Sites feature that allows attackers to execute malicious scripts in users' browsers. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2026-22875 Overview

Movable Type, a content management system developed by Six Apart, contains a stored cross-site scripting (XSS) vulnerability in its Export Sites functionality. If crafted input is stored by an attacker, arbitrary script may be executed on a logged-in user's web browser when they access the affected Export Sites feature. This vulnerability is particularly concerning as it also affects Movable Type 7 series and 8.4 series, which have reached End-of-Life (EOL) status and will not receive security patches.

Critical Impact

Authenticated attackers can inject malicious scripts that execute in the browsers of other logged-in users, potentially leading to session hijacking, credential theft, or unauthorized actions performed on behalf of victims.

Affected Products

  • Movable Type (versions prior to 6.9.6)
  • Movable Type 7 series (End-of-Life)
  • Movable Type 8.4 series (End-of-Life)

Discovery Timeline

  • February 4, 2026 - CVE-2026-22875 published to NVD
  • February 4, 2026 - Last updated in NVD database

Technical Details for CVE-2026-22875

Vulnerability Analysis

This stored cross-site scripting vulnerability (CWE-79) exists within the Export Sites functionality of Movable Type. Unlike reflected XSS attacks where malicious scripts must be delivered through a crafted URL, stored XSS vulnerabilities persist the malicious payload within the application's data store. When other users subsequently access the affected feature, the malicious script is retrieved from the server and executed in their browser context.

The vulnerability requires an attacker to have some level of authenticated access to the Movable Type platform to inject the malicious payload. Once stored, the script executes whenever a logged-in user interacts with the Export Sites feature, running with the full privileges of the victim's session.

Root Cause

The root cause of this vulnerability is improper input validation and output encoding within the Export Sites functionality. User-supplied data is not adequately sanitized before being stored in the database, and is not properly encoded when rendered in the browser. This allows an attacker to inject JavaScript code that persists and executes in the context of other users' sessions.

Attack Vector

The attack is network-based and requires an authenticated attacker to first inject malicious content into the Export Sites feature. The exploitation chain involves:

  1. An attacker with valid credentials accesses the Movable Type administrative interface
  2. The attacker crafts and submits malicious JavaScript payload through the Export Sites functionality
  3. The payload is stored in the application without proper sanitization
  4. When other authenticated users (including administrators) access the Export Sites feature, the malicious script executes in their browser
  5. The script can then perform actions such as stealing session cookies, capturing keystrokes, or performing unauthorized operations using the victim's privileges

The stored nature of this XSS vulnerability means the payload persists until manually removed, potentially affecting multiple users over an extended period. Organizations running EOL versions of Movable Type (7 series and 8.4 series) face heightened risk as no patches will be provided for those versions.

Detection Methods for CVE-2026-22875

Indicators of Compromise

  • Unexpected JavaScript code or HTML tags present in Export Sites configuration or data fields
  • Browser console errors or unexpected script execution when accessing Export Sites functionality
  • Unusual session activity or authentication events following user interaction with the Export Sites feature
  • Log entries showing suspicious payload patterns in requests to Export Sites endpoints

Detection Strategies

  • Review web server access logs for requests containing encoded JavaScript patterns (<script>, javascript:, event handlers like onerror, onload) targeting Export Sites URLs
  • Implement Content Security Policy (CSP) headers to detect and report inline script execution attempts
  • Configure web application firewalls (WAF) to detect and alert on XSS payload patterns in POST requests to administrative interfaces
  • Perform periodic security audits of stored data in Export Sites functionality for suspicious content

Monitoring Recommendations

  • Enable verbose logging for the Movable Type administrative interface and Export Sites feature
  • Monitor for unusual user session patterns such as concurrent sessions or unexpected geographic locations
  • Set up alerting for CSP violation reports that may indicate XSS exploitation attempts
  • Track changes to Export Sites configurations and flag unexpected modifications for review

How to Mitigate CVE-2026-22875

Immediate Actions Required

  • Upgrade Movable Type to version 6.9.6 or later immediately
  • Organizations running EOL versions (7 series or 8.4 series) should prioritize migration to a supported version or alternative CMS platform
  • Review existing Export Sites data for potentially malicious content and remove any suspicious entries
  • Implement Content Security Policy headers to mitigate the impact of potential XSS exploitation

Patch Information

Six Apart has released Movable Type version 6.9.6 which addresses this stored XSS vulnerability. The security update is available through the official Movable Type website. Organizations should review the Movable Type 6.9.6 Release notes and the Six Apart Movable Type Update for additional details. The JVN #454056 Advisory provides the original security advisory information.

Note that Movable Type 7 series and 8.4 series are End-of-Life and will not receive patches for this vulnerability. Organizations using these versions must migrate to a supported version.

Workarounds

  • Implement strict Content Security Policy (CSP) headers to prevent inline script execution, reducing the impact of XSS attacks
  • Restrict access to the Export Sites functionality to only trusted administrator accounts
  • Consider implementing additional input validation at the web server or WAF level for requests to the Movable Type administrative interface
  • Regularly audit and rotate session tokens for administrative accounts to limit the window of opportunity for session hijacking
bash
# Example CSP header configuration for Apache
# Add to .htaccess or virtual host configuration
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; 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/TechMovable Type

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • JVN #454056 Advisory

  • Movable Type 6.9.6 Release

  • Six Apart Movable Type Update
  • Related CVEs
  • CVE-2026-21393: Movable Type Stored XSS Vulnerability

  • CVE-2026-25776: Movable Type RCE Vulnerability

  • CVE-2026-33088: Movable Type SQL Injection Vulnerability

  • CVE-2026-24447: Movable Type CSV Injection RCE 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