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

CVE-2025-6927: MediaWiki BlockListPager Vulnerability

CVE-2025-6927 is a security flaw in MediaWiki affecting BlockListPager.php and ApiQueryBlocks.php components. This vulnerability impacts multiple versions and requires immediate attention. Learn the technical details.

Published: February 6, 2026

CVE-2025-6927 Overview

A vulnerability has been identified in Wikimedia Foundation MediaWiki affecting the block list functionality. This security issue is associated with program files includes/specials/pagers/BlockListPager.php and includes/api/ApiQueryBlocks.php, which handle block list pagination and API queries for block information respectively.

Critical Impact

This vulnerability may allow unauthorized information disclosure through the block list pager and API query functionality in MediaWiki installations.

Affected Products

  • MediaWiki versions >= 1.42.0 before 1.39.13
  • MediaWiki versions before 1.42.7
  • MediaWiki versions before 1.43.2
  • MediaWiki version 1.44.0

Discovery Timeline

  • 2026-02-02 - CVE-2025-6927 published to NVD
  • 2026-02-03 - Last updated in NVD database

Technical Details for CVE-2025-6927

Vulnerability Analysis

This vulnerability exists within MediaWiki's block management subsystem, specifically in components responsible for displaying and querying user block information. The affected files BlockListPager.php and ApiQueryBlocks.php handle the presentation of blocked user lists and provide API endpoints for querying block data.

The vulnerability appears to be related to information disclosure, where certain block-related data may be exposed to users who should not have access to view this information. The network-based attack vector requires some level of user interaction to exploit, and the potential impact is limited to confidentiality concerns with low severity.

Root Cause

The root cause appears to be related to improper access control or information handling within the block list pager and API query components. The BlockListPager.php file manages how blocked user lists are displayed in MediaWiki's special pages, while ApiQueryBlocks.php provides programmatic access to block information through the MediaWiki API.

Attack Vector

The vulnerability can be exploited over the network, though it requires user interaction to trigger. An attacker could potentially leverage the affected components to access block-related information that should be restricted. The attack complexity is low, but requires specific conditions to be met for successful exploitation.

The vulnerability manifests in the block list pager functionality and API query blocks component. For complete technical details, refer to the Wikimedia Task T397595.

Detection Methods for CVE-2025-6927

Indicators of Compromise

  • Unusual or excessive API requests to the ApiQueryBlocks.php endpoint
  • Abnormal access patterns to the block list special pages
  • Unexpected queries against block-related database tables

Detection Strategies

  • Monitor access logs for suspicious patterns targeting /api.php with action=query&list=blocks parameters
  • Implement anomaly detection for unusual access to Special:BlockList pages
  • Review authentication logs for unauthorized access attempts to administrative block functions

Monitoring Recommendations

  • Enable verbose logging for API requests targeting block-related endpoints
  • Set up alerts for repeated failed authentication attempts preceding block list access
  • Monitor for bulk data extraction attempts through the API query interface

How to Mitigate CVE-2025-6927

Immediate Actions Required

  • Upgrade MediaWiki to patched versions: 1.39.13, 1.42.7, or 1.43.2
  • Review access logs for any suspicious activity targeting the affected components
  • Temporarily restrict access to the ApiQueryBlocks API endpoint if immediate patching is not possible

Patch Information

Wikimedia Foundation has addressed this vulnerability in MediaWiki versions 1.39.13, 1.42.7, and 1.43.2. Administrators should upgrade to these versions or later to remediate the vulnerability. Additional details are available in the Wikimedia Task T397595.

Workarounds

  • Restrict access to the Special:BlockList page through MediaWiki's permission system until patching is complete
  • Implement rate limiting on API requests to the ApiQueryBlocks endpoint
  • Consider temporarily disabling anonymous access to block-related API functions if the risk is deemed significant for your deployment
bash
# Example: Restrict anonymous access to block list API in LocalSettings.php
$wgGroupPermissions['*']['read'] = false;
$wgGroupPermissions['user']['read'] = true;
# Apply additional API rate limiting
$wgRateLimits['query']['anon'] = [ 1, 5 ];

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechMediawiki

  • SeverityLOW

  • CVSS Score2.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:N/VA:N/SC:L/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
  • Technical References
  • Wikimedia Task T397595
  • Related CVEs
  • CVE-2025-11175: MediaWiki DiscussionTools ReDoS Vulnerability

  • CVE-2025-6591: MediaWiki ApiFeedContributions Vulnerability

  • CVE-2025-6589: MediaWiki BlockListPager Vulnerability

  • CVE-2025-61646: MediaWiki EnhancedChangesList 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