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

CVE-2025-61639: MediaWiki Information Disclosure Flaw

CVE-2025-61639 is an information disclosure vulnerability in Wikimedia Foundation MediaWiki that exposes sensitive information to unauthorized actors. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2025-61639 Overview

CVE-2025-61639 is an Exposure of Sensitive Information to an Unauthorized Actor vulnerability affecting Wikimedia Foundation MediaWiki. This information disclosure flaw is associated with program files includes/logging/ManualLogEntry.php, includes/recentchanges/RecentChangeFactory.php, and includes/recentchanges/RecentChangeStore.php. The vulnerability allows unauthorized actors to potentially access sensitive information through the affected components.

Critical Impact

Sensitive information may be exposed to unauthorized actors through MediaWiki's logging and recent changes functionality, potentially compromising user privacy and system confidentiality.

Affected Products

  • MediaWiki versions prior to 1.39.14
  • MediaWiki versions prior to 1.43.4
  • MediaWiki versions prior to 1.44.1

Discovery Timeline

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

Technical Details for CVE-2025-61639

Vulnerability Analysis

This vulnerability falls under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor), indicating that the affected MediaWiki components may inadvertently disclose sensitive data to users who should not have access to it. The flaw is network-accessible, meaning remote attackers can potentially exploit it without requiring authentication or user interaction.

The vulnerability specifically affects the logging and recent changes subsystems within MediaWiki. The affected files—ManualLogEntry.php, RecentChangeFactory.php, and RecentChangeStore.php—are responsible for recording and displaying wiki activity. When improperly handled, these components may expose information that should remain restricted, such as user actions, internal system details, or other sensitive metadata.

Root Cause

The root cause stems from improper information handling within MediaWiki's logging and recent changes infrastructure. The affected PHP files (ManualLogEntry.php, RecentChangeFactory.php, and RecentChangeStore.php) fail to adequately restrict access to sensitive information, allowing unauthorized actors to view data that should be protected. This represents a breakdown in the principle of least privilege, where information is made available to entities that do not require access to perform their intended functions.

Attack Vector

The attack vector for this vulnerability is network-based, allowing remote exploitation. An attacker can potentially access sensitive information by interacting with MediaWiki's logging or recent changes functionality through standard HTTP requests. The exploitation does not require special privileges but does depend on certain preconditions being met (as indicated by the attack complexity requiring specific conditions).

The vulnerability manifests in how the logging and recent changes components handle and display information. Attackers may be able to view restricted log entries or recent change details by crafting requests that bypass normal access controls. For technical details, refer to the Wikimedia Task Detail.

Detection Methods for CVE-2025-61639

Indicators of Compromise

  • Unusual access patterns to MediaWiki logging endpoints or recent changes pages
  • Unexpected queries targeting ManualLogEntry.php, RecentChangeFactory.php, or RecentChangeStore.php
  • Anomalous user activity attempting to access restricted log information
  • Increased traffic to Special:Log or Special:RecentChanges with unusual parameters

Detection Strategies

  • Monitor web server access logs for suspicious requests to MediaWiki's logging and recent changes endpoints
  • Implement application-level logging to track access attempts to sensitive log data
  • Deploy web application firewalls (WAF) with rules to detect information disclosure attempts
  • Review MediaWiki's internal audit logs for unauthorized access patterns

Monitoring Recommendations

  • Enable detailed logging for MediaWiki's logging subsystem to track access attempts
  • Set up alerts for unusual patterns of access to recent changes and log viewing functionality
  • Monitor for bulk data extraction attempts through the affected components
  • Regularly review access permissions for sensitive MediaWiki features

How to Mitigate CVE-2025-61639

Immediate Actions Required

  • Upgrade MediaWiki to version 1.39.14, 1.43.4, or 1.44.1 depending on your current release branch
  • Review MediaWiki access controls and permissions for logging functionality
  • Audit existing logs for evidence of unauthorized information access
  • Implement network-level access restrictions to limit exposure

Patch Information

Wikimedia Foundation has released patches addressing this vulnerability in MediaWiki versions 1.39.14, 1.43.4, and 1.44.1. Organizations should upgrade to the appropriate patched version based on their current MediaWiki deployment. For detailed patch information and additional context, refer to the Wikimedia Task Detail.

Workarounds

  • Restrict network access to MediaWiki installations to trusted IP ranges where possible
  • Review and tighten user permissions for accessing log and recent changes features
  • Consider temporarily disabling or restricting access to the Special:Log and Special:RecentChanges pages until patching is complete
  • Implement additional access controls at the web server or reverse proxy level
bash
# Configuration example - Restrict access to sensitive endpoints via Apache
<LocationMatch "^/wiki/Special:(Log|RecentChanges)">
    Require ip 192.168.1.0/24
    Require ip 10.0.0.0/8
</LocationMatch>

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

  • SeverityLOW

  • CVSS Score1.7

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/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-200
  • Technical References
  • Wikimedia Task Detail
  • Related CVEs
  • CVE-2026-39937: MediaWiki CentralAuth Information Leak

  • CVE-2025-6593: MediaWiki Information Disclosure Flaw

  • CVE-2025-6590: MediaWiki Information Disclosure Flaw

  • CVE-2025-53093: TabberNeue MediaWiki XSS 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