A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-53625

CVE-2025-53625: MediaWiki DynamicPageList3 Disclosure Flaw

CVE-2025-53625 is an information disclosure vulnerability in the MediaWiki DynamicPageList3 extension that leaks hidden usernames through #dpl parameters. This article covers technical details, affected versions, and mitigation.

Updated: May 19, 2026

CVE-2025-53625 Overview

CVE-2025-53625 is an information disclosure vulnerability in the DynamicPageList3 extension for MediaWiki. The extension is a reporting tool that lists category members and intersections with various formats and details. Several #dpl parameters leak usernames that administrators have hidden through revision deletion, suppression, or the hideuser block flag. Unauthenticated network attackers can query the extension and recover identities meant to remain confidential. The maintainers fixed the issue in version 3.6.4. The weakness maps to [CWE-359: Exposure of Private Personal Information to an Unauthorized Actor].

Critical Impact

Unauthenticated remote actors can disclose usernames suppressed by oversight, revision deletion, or hideuser blocks, undermining MediaWiki privacy protections.

Affected Products

  • DynamicPageList3 extension for MediaWiki versions prior to 3.6.4
  • MediaWiki wikis that enable the #dpl parser function via DynamicPageList3
  • Public and private wikis relying on revision deletion or hideuser to suppress identities

Discovery Timeline

  • 2025-07-10 - CVE-2025-53625 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-53625

Vulnerability Analysis

DynamicPageList3 generates dynamic lists of pages and revisions based on user-supplied #dpl parameters. Several output modes expose author or editor names directly from revision metadata. The pre-patch code did not check whether the associated user was suppressed, revision-deleted, or blocked with the hideuser flag. As a result, queries that requested author information returned the raw username string regardless of visibility state.

In MediaWiki, hidden users represent a sensitive privacy guarantee. Oversighters and stewards apply suppression to remove personally identifying information from public view. The extension bypassed those guarantees, allowing a single crafted wiki page or API request to enumerate suppressed identities at scale.

Root Cause

The extension fetched revision actor data without consulting the visibility bitfield on each revision. The fix in commit a3dae0c89fb4214390c29ceffa23bbe2099986d6 imports MediaWiki\Revision\RevisionRecord into includes/Article.php so that DELETED_USER and SUPPRESSED_USER flags are honored before rendering an author name.

Attack Vector

Exploitation requires only network access to a wiki that hosts the vulnerable extension. An attacker authors a wiki page or sends an API request containing a #dpl invocation with parameters that surface author or editor metadata. The server processes the parser function and returns the hidden username in the rendered output. No authentication, privileges, or user interaction are needed.

text
 {
 	"name": "DynamicPageList3",
-	"version": "3.6.3",
+	"version": "3.6.4",
 	"author": [
 		"'''Universal Omega'''",
 		"Alexia E. Smith",

Source: GitHub commit a3dae0c

php
 use MediaWiki\Context\RequestContext;
 use MediaWiki\MediaWikiServices;
+use MediaWiki\Revision\RevisionRecord;
 use MediaWiki\Title\Title;
 use MediaWiki\User\ActorStore;
 use stdClass;

Source: GitHub commit a3dae0c — the patch introduces RevisionRecord so the extension can check deletion and suppression flags before exposing usernames.

Detection Methods for CVE-2025-53625

Indicators of Compromise

  • Wiki pages or API requests containing #dpl parser invocations that request author, editor, or addauthor parameters
  • Rendered output containing usernames that match accounts blocked with hideuser or suppressed by oversight
  • Unexpected creation of pages by anonymous or low-reputation accounts that embed DynamicPageList3 queries targeting deleted revisions

Detection Strategies

  • Audit MediaWiki edit history for new or modified pages containing the {{#dpl: parser token combined with author-related parameters such as addauthor, adduser, or addlasteditor
  • Compare DynamicPageList3 rendered output against the user_blocks and revision tables to detect leakage of users carrying the hideuser flag or rev_deleted bits
  • Review web server access logs for action=parse or action=expandtemplates API calls embedding #dpl syntax from unauthenticated sources

Monitoring Recommendations

  • Enable MediaWiki abuse filter rules that flag edits introducing #dpl queries requesting user metadata
  • Forward MediaWiki and web server logs to a centralized SIEM for correlation against suppression events recorded by oversighters
  • Monitor the installed DynamicPageList3 version reported in Special:Version and alert when the value is below 3.6.4

How to Mitigate CVE-2025-53625

Immediate Actions Required

  • Upgrade the DynamicPageList3 extension to version 3.6.4 or later on every MediaWiki instance
  • Purge the MediaWiki parser cache after upgrading so previously rendered pages do not continue to expose hidden usernames
  • Re-suppress affected accounts if forensic review confirms that hidden identities were rendered into public content

Patch Information

The fix is delivered in DynamicPageList3 3.6.4 via commit a3dae0c89fb4214390c29ceffa23bbe2099986d6. Details are documented in GitHub Security Advisory GHSA-7pgw-q3qp-6pgq and the upstream commit.

Workarounds

  • Disable the DynamicPageList3 extension in LocalSettings.php until the upgrade is applied
  • Restrict the #dpl parser function through abuse filters that block parameters returning author or editor information
  • Remove or revert pages that already contain #dpl queries surfacing hidden usernames, then rebuild affected caches
bash
# Configuration example: disable DynamicPageList3 until patched
# In LocalSettings.php, comment out the extension loader:
# wfLoadExtension( 'DynamicPageList3' );

# After upgrading to 3.6.4, refresh caches:
php maintenance/update.php --quick
php maintenance/rebuildLocalisationCache.php
php maintenance/purgeParserCache.php --age=0

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMediawiki

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-359
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-7pgw-q3qp-6pgq
  • Related CVEs
  • CVE-2026-34087: MediaWiki Information Disclosure Flaw

  • CVE-2026-34088: MediaWiki Information Disclosure Flaw

  • CVE-2026-34090: MediaWiki CheckUser Information Disclosure

  • CVE-2026-34091: MediaWiki Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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