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-2025-71164

CVE-2025-71164: Typesetter CMS XSS Vulnerability

CVE-2025-71164 is a reflected cross-site scripting flaw in Typesetter CMS that allows authenticated attackers to execute malicious JavaScript. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2025-71164 Overview

Typesetter CMS versions up to and including 5.1 contain a reflected cross-site scripting (XSS) vulnerability in the Editing component. The images parameter (submitted as images[] in a POST request) is reflected into an HTML href attribute without proper context-aware output encoding in include/tool/Editing.php. An authenticated attacker with editing privileges can supply a JavaScript pseudo-protocol (e.g., javascript:) to trigger arbitrary JavaScript execution in the context of the victim's browser session.

Critical Impact

Authenticated attackers with editing privileges can execute arbitrary JavaScript in victim browsers, potentially leading to session hijacking, credential theft, or malicious actions performed on behalf of authenticated users.

Affected Products

  • Typesetter CMS versions up to and including 5.1
  • typesettercms typesetter (all versions through 5.1)

Discovery Timeline

  • 2026-01-14 - CVE CVE-2025-71164 published to NVD
  • 2026-01-21 - Last updated in NVD database

Technical Details for CVE-2025-71164

Vulnerability Analysis

This reflected cross-site scripting (XSS) vulnerability exists due to insufficient output encoding in the Typesetter CMS Editing component. The vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), which represents one of the most common web application security flaws.

The core issue lies in how the application handles the images[] POST parameter within include/tool/Editing.php. When user-supplied input is reflected back into an HTML href attribute, the application fails to apply proper context-aware output encoding. This allows an attacker to break out of the intended HTML context and inject malicious JavaScript code.

The vulnerability requires authentication and editing privileges, meaning the attacker must first have legitimate access to the CMS editing interface. However, once exploited, the attacker can execute arbitrary JavaScript in the browser context of any victim who clicks a crafted link or visits a page containing the malicious payload.

Root Cause

The root cause is the lack of proper context-aware output encoding when reflecting user input into HTML attributes. The images parameter value is directly inserted into an href attribute without sanitization or encoding that would prevent JavaScript pseudo-protocol injection. Specifically, the application does not filter or encode dangerous protocols like javascript:, data:, or vbscript: before rendering them in anchor tag href attributes.

Attack Vector

This vulnerability is exploitable over the network by an authenticated attacker with editing privileges. The attack requires user interaction—a victim must be induced to click on a maliciously crafted link or interact with content containing the XSS payload. The attacker can craft a POST request containing a JavaScript pseudo-protocol (e.g., javascript:alert(document.cookie)) in the images[] parameter. When this input is reflected into the page without proper encoding, the JavaScript payload executes when the victim interacts with the affected element.

The exploitation mechanism involves injecting a javascript: URI scheme into the images[] parameter. When this value is rendered as an href attribute in the resulting HTML, clicking the link executes the attacker's JavaScript code within the victim's browser session. This can lead to session token theft, CSRF attacks, phishing, or other client-side attacks.

Detection Methods for CVE-2025-71164

Indicators of Compromise

  • HTTP POST requests to Typesetter CMS containing javascript:, data:, or vbscript: patterns in images[] parameters
  • Unusual or malformed values in the images parameter within web server access logs
  • Browser console errors or unexpected script execution warnings in Typesetter CMS editing pages
  • Reports of unexpected behavior or redirects when using the editing functionality

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block JavaScript pseudo-protocols in POST parameters
  • Monitor server logs for POST requests to include/tool/Editing.php containing suspicious URL schemes
  • Deploy Content Security Policy (CSP) headers to mitigate XSS execution even if injection occurs
  • Use browser-based XSS auditors and security extensions to detect reflected script injection attempts

Monitoring Recommendations

  • Enable detailed logging for all POST requests to the Typesetter CMS editing endpoints
  • Configure alerting for patterns matching javascript:, data:text/html, or similar dangerous URI schemes in request parameters
  • Monitor for unusual editing activity patterns, particularly from IP addresses or user accounts not typically associated with content editing

How to Mitigate CVE-2025-71164

Immediate Actions Required

  • Review and restrict editing privileges to only essential trusted users
  • Implement a Web Application Firewall (WAF) with XSS protection rules
  • Deploy Content Security Policy (CSP) headers to restrict script execution sources
  • Monitor the GitHub Issue #706 for official patch availability

Patch Information

At the time of publication, users should monitor the Typesetter GitHub repository for official security updates addressing this vulnerability. Additional details are available in the VulnCheck Advisory for Typesetter CMS.

Workarounds

  • Restrict network access to the Typesetter CMS administrative and editing interfaces to trusted IP addresses only
  • Implement strict Content Security Policy headers that block inline scripts and javascript: URIs
  • Consider adding server-side input validation to filter dangerous URI schemes before processing the images[] parameter
  • Audit and minimize the number of user accounts with editing privileges
bash
# Example CSP header configuration for Apache
# Add to .htaccess or Apache configuration
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechTypesetter

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.03%

  • 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
  • GitHub Typesetter Repository

  • GitHub Issue #706

  • VulnCheck Advisory for Typesetter CMS
  • Related CVEs
  • CVE-2025-71165: Typesetter CMS XSS Vulnerability

  • CVE-2025-71166: Typesetter 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