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

CVE-2026-26000: XWiki Platform XSS Vulnerability

CVE-2026-26000 is a cross-site scripting flaw in XWiki Platform allowing attackers to inject malicious CSS via comments. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 13, 2026

CVE-2026-26000 Overview

CVE-2026-26000 is a CSS Injection vulnerability in XWiki Platform, a generic wiki platform offering runtime services for applications built on top of it. This vulnerability allows attackers to inject malicious CSS through the comments feature, which can transform the entire wiki page into a clickable link area that redirects users to malicious pages. This type of attack is classified under CWE-1021 (Improper Restriction of Rendered UI Layers or Frames), commonly associated with clickjacking attacks.

Critical Impact

Unauthenticated attackers can exploit comment functionality to inject CSS that transforms the entire wiki interface into a deceptive link, potentially leading users to phishing sites or malicious content without their knowledge.

Affected Products

  • XWiki Platform versions prior to 17.9.0
  • XWiki Platform versions prior to 17.4.6
  • XWiki Platform versions prior to 16.10.13

Discovery Timeline

  • 2026-02-12 - CVE CVE-2026-26000 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2026-26000

Vulnerability Analysis

The vulnerability exists in XWiki Platform's comment handling mechanism, where user-supplied input is not properly sanitized before being rendered in the page context. This allows an attacker to inject arbitrary CSS code through comment content. The injected CSS can manipulate the visual presentation of the wiki page, creating invisible overlay elements or transforming existing page elements into clickable areas that redirect to attacker-controlled URLs.

The attack requires user interaction, as victims must click somewhere on the compromised page to be redirected. However, since the malicious CSS can make the entire page area function as a single hyperlink, normal user browsing behavior becomes the trigger mechanism.

Root Cause

The root cause is insufficient input sanitization in the comment rendering pipeline. XWiki Platform fails to properly escape or filter CSS properties and values within user-submitted comments, allowing style declarations to be injected and rendered in the page context. This lack of Content Security Policy enforcement for inline styles enables the attack to succeed.

Attack Vector

The attack is network-based and can be executed by unauthenticated users who have permission to post comments on wiki pages. The attacker crafts a malicious comment containing CSS code designed to overlay the page with an invisible link element. When any authenticated user visits the compromised page and clicks anywhere on it, they are redirected to the attacker's malicious destination.

The attack flow typically involves:

  1. Attacker identifies a publicly accessible wiki page that accepts comments
  2. Attacker submits a comment containing CSS injection payload
  3. The CSS creates a full-page overlay element with a malicious link
  4. Victims visiting the page and clicking anywhere are redirected to the malicious URL

Detection Methods for CVE-2026-26000

Indicators of Compromise

  • Unusual CSS content within wiki comments containing positioning properties like position: fixed or position: absolute
  • Comments containing HTML or CSS that reference external URLs
  • User reports of unexpected redirections when interacting with wiki pages
  • Audit logs showing comment submissions with suspicious style-related content

Detection Strategies

  • Implement Content Security Policy (CSP) headers to restrict inline styles and detect policy violations
  • Monitor web application firewall logs for CSS injection patterns in POST requests to comment endpoints
  • Review comment content for CSS keywords such as position, z-index, opacity, and external URL references
  • Deploy client-side integrity monitoring to detect unexpected DOM modifications

Monitoring Recommendations

  • Enable verbose logging on the XWiki Platform to capture all comment submissions
  • Configure alerting for comments containing potential CSS injection patterns
  • Monitor for anomalous traffic patterns indicating users being redirected away from the wiki
  • Implement user behavior analytics to detect clickjacking-style attacks

How to Mitigate CVE-2026-26000

Immediate Actions Required

  • Upgrade XWiki Platform to version 17.9.0, 17.4.6, or 16.10.13 depending on your current release branch
  • Review existing comments for potentially malicious CSS content and remove suspicious entries
  • Implement Content Security Policy headers to restrict inline style execution
  • Consider temporarily disabling the comment functionality until patches are applied

Patch Information

The XWiki development team has addressed this vulnerability in the following releases:

  • Version 17.9.0 - Full fix included
  • Version 17.4.6 - Backported fix for 17.4.x branch
  • Version 16.10.13 - Backported fix for 16.10.x branch

For detailed patch information and release notes, refer to the GitHub Release 17.4.6 and the GitHub Security Advisory GHSA-74rh-c5rh-88vg.

Workarounds

  • Implement strict Content Security Policy headers that block inline styles: style-src 'self'
  • Restrict comment posting permissions to authenticated and trusted users only
  • Deploy a web application firewall rule to filter CSS-related content in comment submissions
  • Enable comment moderation to manually review all comments before publication
bash
# Example CSP header configuration for Apache
Header set Content-Security-Policy "default-src 'self'; style-src 'self'; script-src 'self'"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechXwiki

  • SeverityMEDIUM

  • CVSS Score5.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/VA:L/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
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-1021
  • Technical References
  • GitHub Release 17.4.6

  • GitHub Security Advisory GHSA-74rh-c5rh-88vg
  • Related CVEs
  • CVE-2025-66024: XWiki Blog Application XSS Vulnerability

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

  • CVE-2025-46558: XWiki Markdown Syntax XSS Vulnerability

  • CVE-2025-32974: XWiki 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