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

CVE-2025-11175: MediaWiki DiscussionTools ReDoS Vulnerability

CVE-2025-11175 is a regular expression exponential blowup (ReDoS) vulnerability in MediaWiki DiscussionTools Extension versions 1.43 and 1.44 that can cause denial of service. This article covers technical details, impact, and mitigation.

Published: February 6, 2026

CVE-2025-11175 Overview

CVE-2025-11175 is an Expression Language Injection vulnerability affecting the MediaWiki DiscussionTools Extension developed by The Wikimedia Foundation. This vulnerability allows attackers to exploit improper neutralization of special elements in expression language statements to trigger Regular Expression Exponential Blowup (ReDoS), potentially causing significant denial of service conditions on affected MediaWiki installations.

The vulnerability stems from insufficient input validation in the DiscussionTools Extension, which can be exploited remotely without authentication. Successful exploitation enables attackers to craft malicious input that causes exponential backtracking in regular expression processing, leading to CPU exhaustion and service degradation.

Critical Impact

This network-accessible vulnerability allows unauthenticated attackers to trigger ReDoS attacks against MediaWiki installations running the vulnerable DiscussionTools Extension, potentially causing complete service unavailability.

Affected Products

  • MediaWiki DiscussionTools Extension version 1.44
  • MediaWiki DiscussionTools Extension version 1.43

Discovery Timeline

  • 2026-01-30 - CVE-2025-11175 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2025-11175

Vulnerability Analysis

The vulnerability is classified under CWE-917 (Improper Neutralization of Special Elements used in an Expression Language Statement). This weakness category describes scenarios where an application constructs expression language statements from user-controlled input without properly neutralizing special syntax elements.

In the case of CVE-2025-11175, the vulnerability manifests in the DiscussionTools Extension's handling of user input, which is processed through regular expression patterns susceptible to catastrophic backtracking. When specially crafted input is provided, the regex engine enters an exponential time complexity state, consuming excessive CPU resources.

The attack is network-accessible and requires no authentication or user interaction, making it particularly dangerous for publicly accessible MediaWiki installations. Successful exploitation can lead to high confidentiality impact and limited integrity compromise, while also affecting connected systems through secondary impacts.

Root Cause

The root cause lies in the improper handling of expression language elements within the DiscussionTools Extension. The extension fails to adequately sanitize or validate input that is subsequently processed by vulnerable regular expression patterns. These patterns contain constructs that enable exponential backtracking when fed specific input sequences, a classic ReDoS vulnerability pattern.

The vulnerable code paths process user-supplied content through regex operations without implementing safeguards such as input length limits, regex timeout mechanisms, or pattern optimization to prevent catastrophic backtracking scenarios.

Attack Vector

The attack vector is network-based, allowing remote exploitation. An attacker can craft malicious input containing specific character sequences designed to trigger exponential backtracking in the vulnerable regular expression patterns. The attack methodology follows these general steps:

  1. The attacker identifies a MediaWiki installation running the vulnerable DiscussionTools Extension versions (1.43 or 1.44)
  2. Malicious input is constructed using repeating patterns that maximize regex backtracking iterations
  3. The crafted payload is submitted through discussion-related functionality in MediaWiki
  4. The regex engine processes the input, entering an exponential time complexity state
  5. Server resources are exhausted, leading to denial of service conditions

Technical details regarding the specific vulnerable patterns can be found in the Wikimedia Phabricator Task T364910 and the associated Gerrit code review.

Detection Methods for CVE-2025-11175

Indicators of Compromise

  • Abnormally high CPU utilization on MediaWiki application servers, particularly during discussion-related operations
  • Slow response times or timeouts on pages using DiscussionTools functionality
  • Unusual patterns in web server logs showing repeated requests to discussion endpoints with large or malformed payloads
  • Process monitoring showing PHP or application workers consuming 100% CPU for extended periods

Detection Strategies

  • Monitor server CPU utilization patterns for sustained spikes correlating with DiscussionTools usage
  • Implement web application firewall rules to detect and block requests containing known ReDoS trigger patterns
  • Configure application-level logging to capture input size and processing time for discussion-related functions
  • Deploy intrusion detection signatures to identify exploitation attempts targeting MediaWiki discussion functionality

Monitoring Recommendations

  • Set up alerting thresholds for CPU utilization on MediaWiki servers exceeding normal baseline by significant margins
  • Monitor application response times for discussion-related endpoints with automated alerting for degradation
  • Review web server access logs for anomalous request patterns targeting DiscussionTools functionality
  • Implement rate limiting on discussion-related endpoints to mitigate the impact of potential exploitation attempts

How to Mitigate CVE-2025-11175

Immediate Actions Required

  • Identify all MediaWiki installations running DiscussionTools Extension versions 1.43 or 1.44
  • Review the official patches available through the Wikimedia Gerrit Patch Proposal
  • Apply the security patches to affected installations as soon as possible
  • Consider temporarily disabling the DiscussionTools Extension on critical systems until patches can be applied
  • Implement network-level rate limiting on discussion-related endpoints as an interim measure

Patch Information

The Wikimedia Foundation has addressed this vulnerability through code changes available in their Gerrit repository. Administrators should review and apply the patches referenced in the following resources:

  • Gerrit Patch Proposal I126203ab1d3ec8c1719cbb5460a887e4d0c2cc6d
  • Gerrit Code Review I563219f3298a8740e158d130492bf3d2897784d7

Additional context and discussion about the vulnerability can be found in the Wikimedia Phabricator tasks T364910 and T396248.

Workarounds

  • Disable the DiscussionTools Extension temporarily by removing it from the LocalSettings.php configuration file
  • Implement web application firewall rules to limit input length on discussion-related endpoints
  • Configure PHP timeouts to prevent individual requests from consuming excessive processing time
  • Deploy rate limiting at the reverse proxy or load balancer level to restrict the impact of potential exploitation
bash
# Example: Disable DiscussionTools in MediaWiki LocalSettings.php
# Comment out or remove the following line:
# wfLoadExtension( 'DiscussionTools' );

# Example: Apache rate limiting configuration
<Location "/wiki/Special:">
    SetEnvIf Request_URI "Discussion" rate_limit
    # Implement mod_ratelimit or similar
</Location>

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechMediawiki

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/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-917
  • Technical References
  • Wikimedia Gerrit Patch Proposal

  • Wikimedia Gerrit Code Review

  • Wikimedia Phabricator Task

  • Wikimedia Phabricator Task
  • Related CVEs
  • CVE-2025-6591: MediaWiki ApiFeedContributions Vulnerability

  • CVE-2025-6589: MediaWiki BlockListPager Vulnerability

  • CVE-2025-61646: MediaWiki EnhancedChangesList Vulnerability

  • CVE-2025-61634: MediaWiki PageHTMLHandler 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