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

CVE-2025-66024: XWiki Blog Application XSS Vulnerability

CVE-2025-66024 is a stored cross-site scripting vulnerability in XWiki Blog Application that allows attackers to inject malicious scripts via blog post titles. This post covers technical details, affected versions, and patches.

Published: March 6, 2026

CVE-2025-66024 Overview

CVE-2025-66024 is a Stored Cross-Site Scripting (XSS) vulnerability affecting the XWiki blog application. The vulnerability exists in versions prior to 9.15.7 and allows attackers with blog post creation or editing permissions to inject malicious JavaScript code into the blog post title field. When any user, including administrators, views the affected blog post, the malicious script executes in their browser context.

The vulnerability arises because the post title is injected directly into the HTML <title> tag without proper escaping. This flaw enables potential session hijacking and privilege escalation attacks against XWiki platform users.

Critical Impact

Authenticated attackers can inject persistent malicious JavaScript that executes in the browsers of all users viewing the blog post, including administrators, enabling session hijacking and privilege escalation.

Affected Products

  • XWiki Blog Application versions prior to 9.15.7

Discovery Timeline

  • March 4, 2026 - CVE-2025-66024 published to NVD
  • March 5, 2026 - Last updated in NVD database

Technical Details for CVE-2025-66024

Vulnerability Analysis

This Stored XSS vulnerability (CWE-79) occurs due to improper neutralization of input during web page generation. The XWiki blog application fails to sanitize user-supplied content in the blog post title field before rendering it within the HTML <title> element.

When an attacker crafts a malicious blog post title containing JavaScript code, that code is stored in the application database. Subsequently, whenever any user navigates to view the blog post, the unsanitized title content is rendered directly into the page's HTML structure. The browser interprets and executes the injected script with the same privileges as the viewing user's session.

The attack requires low privileges (authenticated user with blog editing permissions) and user interaction (victim must view the malicious blog post). However, once triggered, the consequences can be severe, including theft of session cookies, unauthorized actions performed on behalf of administrators, and potential compromise of the entire XWiki platform.

Root Cause

The root cause is missing output escaping when the blog post title is rendered in the HTML <title> tag. The application directly concatenates user-controlled input into the page template without applying HTML entity encoding or other sanitization measures. This allows special characters like <, >, and quotation marks to be interpreted as HTML/JavaScript syntax rather than as literal text.

Attack Vector

An attacker exploits this vulnerability through the following steps:

  1. The attacker authenticates to the XWiki platform with permissions to create or edit blog posts
  2. The attacker creates a new blog post or edits an existing one
  3. In the title field, the attacker injects a malicious JavaScript payload designed to close the <title> tag and execute arbitrary script
  4. The blog post is saved, storing the malicious payload in the database
  5. When any user (including administrators) views the blog post, their browser renders the injected script
  6. The malicious JavaScript executes in the victim's browser context, potentially stealing session tokens or performing unauthorized actions

The attack is particularly dangerous because it persists in the database and affects every user who views the compromised blog post. Administrators who routinely review blog content are high-value targets for privilege escalation attacks.

Detection Methods for CVE-2025-66024

Indicators of Compromise

  • Unusual JavaScript code or HTML tags present in blog post titles within the XWiki database
  • Blog post titles containing <script>, </title>, event handlers like onerror=, or encoded variants
  • Unexpected outbound network requests from user browsers when viewing blog content
  • Session anomalies or unauthorized administrative actions following blog post views

Detection Strategies

  • Review XWiki blog post database entries for titles containing HTML tags or JavaScript syntax
  • Implement Content Security Policy (CSP) headers to detect and block inline script execution attempts
  • Monitor web application firewall (WAF) logs for XSS payload patterns in POST requests to blog endpoints
  • Audit XWiki application logs for blog post creation or modification events with suspicious title content

Monitoring Recommendations

  • Enable browser-based XSS auditing and CSP violation reporting to identify exploitation attempts
  • Configure SIEM alerts for patterns indicative of session hijacking following blog interactions
  • Periodically scan stored blog content for injection patterns using automated security scanning tools
  • Monitor for unexpected privilege escalation events that correlate with blog post viewing activity

How to Mitigate CVE-2025-66024

Immediate Actions Required

  • Upgrade the XWiki blog application to version 9.15.7 or later immediately
  • Review existing blog posts for potentially malicious titles and sanitize or remove suspicious content
  • Implement Content Security Policy headers to mitigate the impact of any unpatched XSS vulnerabilities
  • Consider temporarily restricting blog post creation and editing permissions to trusted users until patching is complete

Patch Information

The vulnerability has been patched in XWiki blog application version 9.15.7. The fix adds proper HTML escaping when rendering blog post titles in the <title> tag. Organizations should update to this version or later as soon as possible.

For detailed patch information, refer to the GitHub Commit Update and the GitHub Security Advisory. Additional details are available in the XWiki Jira Issue BLOG-245.

Workarounds

  • No vendor-provided workarounds are available for this vulnerability
  • As a temporary measure, restrict blog post creation and editing permissions to highly trusted users only
  • Implement strict Content Security Policy headers to reduce the impact of XSS attacks
  • Deploy a Web Application Firewall (WAF) with XSS detection rules to filter malicious input patterns

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechXwiki

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/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
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory

  • XWiki Jira Issue BLOG-245
  • Related CVEs
  • CVE-2026-40105: XWiki Platform XSS Vulnerability

  • CVE-2026-26000: XWiki Platform XSS Vulnerability

  • CVE-2026-24128: XWiki Platform Reflected XSS Vulnerability

  • CVE-2025-46558: XWiki Markdown Syntax 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