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

CVE-2025-53093: TabberNeue MediaWiki XSS Vulnerability

CVE-2025-53093 is a cross-site scripting flaw in the TabberNeue MediaWiki extension that allows attackers to inject malicious HTML through tab attributes. This article covers technical details, affected versions, and patches.

Published: April 22, 2026

CVE-2025-53093 Overview

CVE-2025-53093 is a Cross-Site Scripting (XSS) vulnerability affecting TabberNeue, a MediaWiki extension that allows wikis to create tabs. Starting in version 3.0.0 and prior to version 3.1.1, any user can insert arbitrary HTML into the DOM by inserting a payload into any allowed attribute of the <tabber> tag. This vulnerability enables attackers to execute malicious scripts in the context of other users' sessions, potentially leading to session hijacking, data theft, or defacement of wiki content.

Critical Impact

Unauthenticated attackers can inject arbitrary HTML/JavaScript through the <tabber> tag attributes, compromising the integrity and confidentiality of MediaWiki installations using the vulnerable TabberNeue extension.

Affected Products

  • TabberNeue MediaWiki Extension versions 3.0.0 to < 3.1.1

Discovery Timeline

  • 2025-06-27 - CVE-2025-53093 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-53093

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Cross-Site Scripting). The flaw exists in the Mustache template rendering within the TabberNeue extension, where user-controlled attribute values were rendered without proper escaping. The extension uses Mustache templates to generate HTML output for the tabber interface, and the vulnerable code used triple-brace syntax ({{{value}}}) which renders values as raw, unescaped HTML rather than the double-brace syntax ({{value}}) which automatically HTML-escapes content.

The network-accessible attack vector means any user who can edit wiki pages containing <tabber> tags can inject malicious payloads. No authentication is required in wiki configurations that allow anonymous editing, making this vulnerability particularly dangerous for public-facing MediaWiki installations.

Root Cause

The root cause lies in improper output encoding within the Mustache template files. Specifically, in includes/templates/Tabs.mustache, attribute values and tab attributes were rendered using triple braces ({{{value}}}), which bypasses Mustache's built-in HTML escaping mechanism. This allowed user-controlled data to be directly inserted into the DOM without sanitization, enabling script injection through specially crafted attribute values in the <tabber> tag.

Attack Vector

The vulnerability can be exploited by any user with edit access to wiki pages. An attacker crafts a malicious payload within the allowed attributes of a <tabber> tag. When another user views the page containing the malicious tabber content, the injected script executes in their browser context. This can be leveraged for session hijacking, credential theft, phishing attacks, or wiki content manipulation.

The patch demonstrates the fix by changing from unescaped to escaped attribute rendering:

text
-<div {{#array-attributes}} {{key}}="{{{value}}}"{{/array-attributes}}>{{!
+<div {{#array-attributes}} {{key}}="{{value}}"{{/array-attributes}}>{{!
 	}}<header class="tabber__header">{{!
 		}}<button class="tabber__header__prev" tabindex="-1" type="button" aria-hidden="true"></button>{{!
 		}}<nav class="tabber__tabs" role="tablist">{{!
 			}}{{#array-tabs}}{{!
-				}}<a class="tabber__tab" role="tab"{{#array-tab-attributes}} {{key}}="{{{value}}}"{{/array-tab-attributes}}>{{{label}}}</a>{{!
+				}}<a class="tabber__tab" role="tab"{{#array-tab-attributes}} {{key}}="{{value}}"{{/array-tab-attributes}}>{{{label}}}</a>{{!
 			}}{{/array-tabs}}{{!
 		}}</nav>{{!
 		}}<button class="tabber__header__next" tabindex="-1" type="button" aria-hidden="true"></button>{{!

Source: GitHub Commit Update

Detection Methods for CVE-2025-53093

Indicators of Compromise

  • Unexpected JavaScript execution when viewing wiki pages containing <tabber> elements
  • Anomalous HTML content within tabber tag attributes in wiki source code
  • User reports of suspicious behavior, pop-ups, or redirects when viewing tabbed content

Detection Strategies

  • Review recent wiki page edits for suspicious payloads in <tabber> tag attributes
  • Implement Content Security Policy (CSP) headers to detect and block inline script execution
  • Monitor web application firewall (WAF) logs for XSS attack patterns targeting tabber functionality
  • Audit wiki revision history for pages containing <tabber> tags

Monitoring Recommendations

  • Enable detailed logging on the MediaWiki server to track page rendering errors
  • Configure browser-based XSS detection alerts through security monitoring tools
  • Set up alerts for CSP violation reports indicating potential XSS attempts

How to Mitigate CVE-2025-53093

Immediate Actions Required

  • Upgrade TabberNeue extension to version 3.1.1 or later immediately
  • Audit all wiki pages containing <tabber> tags for malicious content
  • Review recent page edits for potential exploitation attempts
  • Implement Content Security Policy headers to mitigate XSS impact

Patch Information

The vulnerability has been patched in TabberNeue version 3.1.1. The fix modifies the Mustache template rendering to properly escape attribute values, preventing HTML injection. The security patches are available through the GitHub Security Advisory and related commits.

The patched code includes a rewritten parser tag implementation with improved security:

php
<?php
declare( strict_types=1 );

namespace MediaWiki\Extension\TabberNeue\Components;

/**
 * @internal
 */
interface TabberComponent {
	public function getTemplateData(): array;
}

Source: GitHub Commit Changes

Workarounds

  • Temporarily disable the TabberNeue extension until upgrade is possible
  • Restrict wiki edit permissions to trusted users only
  • Implement strict Content Security Policy headers to block inline script execution
  • Use a Web Application Firewall (WAF) with XSS filtering rules
bash
# MediaWiki LocalSettings.php - Disable TabberNeue temporarily
# Comment out or remove the TabberNeue extension loading line
# wfLoadExtension( 'TabberNeue' );

# Implement Content Security Policy header in Apache/Nginx
# Apache (.htaccess or httpd.conf)
Header set Content-Security-Policy "default-src 'self'; script-src 'self'"

# Nginx (nginx.conf or site config)
add_header Content-Security-Policy "default-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/TechMediawiki

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.13%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Code Component

  • GitHub Code File

  • GitHub Template File

  • GitHub Commit Update

  • GitHub Commit Changes

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-53369: MediaWiki Short Description XSS Flaw

  • CVE-2026-39936: MediaWiki Score Extension XSS Vulnerability

  • CVE-2026-39935: MediaWiki CampaignEvents XSS Vulnerability

  • CVE-2026-22711: MediaWiki Wikilove Extension XSS Flaw
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