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

CVE-2025-53625: MediaWiki DynamicPageList3 Disclosure Flaw

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

Published: May 11, 2026

CVE-2025-53625 Overview

CVE-2025-53625 affects the DynamicPageList3 extension for MediaWiki, a reporting tool that lists category members and intersections. Several #dpl parameters leak usernames that administrators had hidden through revision deletion, suppression, or the hideuser block flag. The flaw exposes identity information that MediaWiki operators explicitly marked as confidential. The maintainers fixed the issue in version 3.6.4. The weakness is categorized under [CWE-359: Exposure of Private Personal Information to an Unauthorized Actor].

Critical Impact

Unauthenticated network attackers can retrieve usernames of suppressed or hidden users by crafting #dpl queries, undermining MediaWiki privacy controls.

Affected Products

  • DynamicPageList3 extension for MediaWiki, versions prior to 3.6.4
  • MediaWiki wikis using #dpl parser function from DynamicPageList3
  • Wiki environments relying on revision deletion, suppression, or hideuser block flag for privacy enforcement

Discovery Timeline

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

Technical Details for CVE-2025-53625

Vulnerability Analysis

DynamicPageList3 provides the #dpl parser function, which generates page lists with metadata that can include contributor usernames. MediaWiki supports several mechanisms for hiding usernames: revision deletion (RevDel), oversight suppression, and the hideuser block flag. These controls prevent privileged user identities from appearing in standard wiki output.

The extension did not apply these access checks consistently when resolving user-related parameters in #dpl queries. As a result, output that included contributor or author metadata bypassed the visibility filters MediaWiki applies elsewhere. Any visitor able to render a wiki page containing a crafted #dpl invocation could observe the hidden username in the rendered list.

Root Cause

The code path that retrieves and renders author information in includes/Article.php did not consult RevisionRecord visibility flags or the suppression state before emitting usernames. The patch in commit a3dae0c89fb4214390c29ceffa23bbe2099986d6 introduces a use MediaWiki\Revision\RevisionRecord; import so the extension can evaluate revision visibility and omit names belonging to hidden users.

Attack Vector

An attacker requires no authentication and no user interaction. The attacker edits or visits a wiki page that contains a #dpl query referencing parameters that emit user data. The server-rendered output discloses usernames that should have been masked by deletion, suppression, or the hideuser flag.

text
// Patch in extension.json bumping the fixed version
 {
 	"name": "DynamicPageList3",
-	"version": "3.6.3",
+	"version": "3.6.4",
 	"author": [
 		"'''Universal Omega'''",
 		"Alexia E. Smith",

Source: GitHub Commit a3dae0c

php
// includes/Article.php now imports RevisionRecord to honor visibility flags
 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

Detection Methods for CVE-2025-53625

Indicators of Compromise

  • Wiki pages containing #dpl invocations that request author, user, or contributor fields against revisions known to be RevDel'd or suppressed
  • Rendered pages displaying usernames of accounts blocked with the hideuser flag
  • Access logs showing repeated requests to pages that include #dpl queries targeting suppressed revision ranges

Detection Strategies

  • Inventory installed MediaWiki extensions and flag any DynamicPageList3 instance below version 3.6.4
  • Search wiki content for #dpl parser function usage and review parameters that return user metadata
  • Compare rendered output for sample #dpl queries against the list of suppressed or hidden accounts maintained by oversight staff

Monitoring Recommendations

  • Audit MediaWiki Special:Log/suppress and Special:Log/block entries alongside web server logs for pages that surface the affected usernames
  • Forward MediaWiki application and access logs to a central log platform for retrospective queries against #dpl-related requests
  • Track new edits introducing #dpl templates on wikis where oversight or hideuser actions have been performed

How to Mitigate CVE-2025-53625

Immediate Actions Required

  • Upgrade DynamicPageList3 to version 3.6.4 or later on every MediaWiki instance where the extension is installed
  • Review historical wiki content for #dpl queries that may have already disclosed hidden usernames and purge cached page renderings
  • Notify oversight and privacy stakeholders if suppressed identities may have been exposed prior to remediation

Patch Information

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

Workarounds

  • Disable the DynamicPageList3 extension in LocalSettings.php until the upgrade can be deployed
  • Restrict use of the #dpl parser function to trusted namespaces or protect pages that invoke it
  • Purge MediaWiki parser cache after upgrading so previously rendered pages no longer expose hidden usernames
bash
# Upgrade DynamicPageList3 inside a MediaWiki installation
cd /var/www/mediawiki/extensions/DynamicPageList3
git fetch --tags
git checkout v3.6.4
php /var/www/mediawiki/maintenance/update.php --quick
php /var/www/mediawiki/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 Change

  • GitHub Security Advisory GHSA-7pgw-q3qp-6pgq
  • Related CVEs
  • CVE-2026-39937: MediaWiki CentralAuth Information Leak

  • CVE-2025-6593: MediaWiki Information Disclosure Flaw

  • CVE-2025-61639: MediaWiki Information Disclosure Flaw

  • CVE-2025-6590: MediaWiki Information Disclosure 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