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

CVE-2025-61674: October CMS XSS Vulnerability

CVE-2025-61674 is a cross-site scripting flaw in October CMS backend configuration forms that allows users with Global Editor Settings permission to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-61674 Overview

A Cross-Site Scripting (XSS) vulnerability has been identified in October CMS, a popular Content Management System (CMS) and web platform. Prior to versions 3.7.13 and 4.0.12, the backend configuration forms are susceptible to XSS attacks. A user with the Global Editor Settings permission can inject malicious HTML/JavaScript into the stylesheet input at Markup Styles. A specially crafted input can break out of the intended <style> context, allowing arbitrary script execution across backend pages for all users.

Critical Impact

Attackers with Global Editor Settings permission can execute arbitrary JavaScript in the browsers of all backend users, potentially leading to session hijacking, credential theft, and administrative account compromise.

Affected Products

  • October CMS versions prior to 3.7.13
  • October CMS versions prior to 4.0.12

Discovery Timeline

  • 2026-01-10 - CVE CVE-2025-61674 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2025-61674

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Cross-Site Scripting), specifically a stored XSS vulnerability affecting the October CMS backend. The flaw exists in the Markup Styles configuration area where administrators with Global Editor Settings permission can input custom stylesheets. The application fails to properly sanitize or escape user-supplied content before rendering it within a <style> HTML context.

When malicious input is submitted through the stylesheet configuration, the attacker can break out of the <style> tags entirely. This allows injection of arbitrary HTML and JavaScript that executes in the context of any backend user's session who accesses the affected pages. Since this is a stored XSS vulnerability, the malicious payload persists in the application database and affects all users viewing the compromised backend pages.

The vulnerability requires authentication and specific permissions (Global Editor Settings), which limits the attack surface. However, the impact is significant because successful exploitation affects all backend users, including those with higher privileges than the attacker.

Root Cause

The root cause of this vulnerability is insufficient input validation and output encoding in the Markup Styles functionality. When user-supplied stylesheet content is processed and rendered, the application does not adequately sanitize special characters that could break out of the intended <style> element context. This allows an attacker to close the style tag and inject arbitrary HTML elements including script tags.

Attack Vector

The attack requires network access and is performed through the October CMS web interface. An authenticated attacker with Global Editor Settings permission navigates to the Markup Styles configuration area and submits a specially crafted payload designed to escape the <style> context. The payload typically includes closing style tags followed by script elements containing malicious JavaScript.

Once the payload is saved, it becomes persistent in the application. Any backend user who subsequently loads pages that render the Markup Styles configuration will have the malicious JavaScript execute in their browser context. This can be leveraged to steal session cookies, perform actions on behalf of the victim user, or exfiltrate sensitive data from the administrative interface.

Detection Methods for CVE-2025-61674

Indicators of Compromise

  • Unusual or obfuscated content in Markup Styles configuration containing </style> tags or <script> elements
  • Backend JavaScript errors or unexpected script execution in browser developer tools
  • Database entries in stylesheet configuration containing HTML tags outside of valid CSS syntax
  • Audit logs showing modifications to Global Editor Settings by unauthorized or suspicious users

Detection Strategies

  • Monitor backend configuration changes for suspicious patterns including HTML tags in stylesheet fields
  • Implement Content Security Policy (CSP) headers to detect and block inline script execution attempts
  • Review web application firewall (WAF) logs for XSS payload signatures in POST requests to configuration endpoints
  • Conduct regular audits of users with Global Editor Settings permissions and their recent activities

Monitoring Recommendations

  • Enable detailed audit logging for all backend configuration changes in October CMS
  • Set up alerts for any modifications to Markup Styles settings
  • Monitor browser console errors across backend pages that may indicate XSS payload execution failures
  • Implement file integrity monitoring on configuration templates and database entries

How to Mitigate CVE-2025-61674

Immediate Actions Required

  • Upgrade October CMS to version 3.7.13 or 4.0.12 or later immediately
  • Review and audit all users with Global Editor Settings permission and restrict access where unnecessary
  • Inspect current Markup Styles configuration for any suspicious or malicious content
  • Clear browser caches for all backend users after applying the patch

Patch Information

This vulnerability has been patched in October CMS versions 3.7.13 and 4.0.12. Users should update to these versions or later to remediate the issue. The security advisory with detailed patch information is available at the GitHub Security Advisory.

Workarounds

  • Temporarily revoke Global Editor Settings permission from all non-essential users until the patch is applied
  • Implement a Web Application Firewall (WAF) rule to block requests containing </style> or <script> patterns in configuration form submissions
  • Manually review and sanitize any existing Markup Styles entries for HTML content
  • Enable strict Content Security Policy headers to mitigate the impact of any successful XSS exploitation

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechOctober Cms

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-61676: October 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