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

CVE-2025-67480: MediaWiki API Security Vulnerability

CVE-2025-67480 is a security flaw in MediaWiki affecting the ApiQueryRevisionsBase.php file. This vulnerability impacts multiple versions prior to patches. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2025-67480 Overview

A vulnerability has been identified in Wikimedia Foundation MediaWiki affecting the API module responsible for querying revision data. The vulnerability is associated with the program file includes/Api/ApiQueryRevisionsBase.php, which handles revision-related API queries within the MediaWiki platform.

This issue affects MediaWiki versions before 1.39.16, 1.43.6, 1.44.3, and 1.45.1.

Critical Impact

Organizations running affected versions of MediaWiki should review their deployments and apply available patches to ensure API functionality operates securely.

Affected Products

  • MediaWiki versions before 1.39.16
  • MediaWiki versions before 1.43.6
  • MediaWiki versions before 1.44.3
  • MediaWiki versions before 1.45.1

Discovery Timeline

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

Technical Details for CVE-2025-67480

Vulnerability Analysis

The vulnerability exists within MediaWiki's API infrastructure, specifically in the ApiQueryRevisionsBase.php file. This component is responsible for handling API queries related to page revisions, which is a core functionality used by MediaWiki installations for content versioning and history tracking.

The issue requires network access and authenticated user privileges to exploit. The attack complexity is considered high, meaning specific conditions must be met for successful exploitation. Based on available information, the vulnerability appears to have limited direct security impact on confidentiality, integrity, or availability of the affected system.

MediaWiki deployments that expose API endpoints to users should evaluate their risk posture, particularly in environments where authenticated users interact with revision-related API functions.

Root Cause

The root cause of this vulnerability lies within the includes/Api/ApiQueryRevisionsBase.php file, which serves as the base class for revision-related API queries in MediaWiki. The specific nature of the flaw has not been fully disclosed in public documentation, but the affected component handles the processing and response generation for revision data queries.

Organizations should consult the Wikimedia Task T401053 for detailed technical information about the vulnerability mechanism.

Attack Vector

The vulnerability is exploitable over the network, requiring the attacker to have authenticated access (low privileges) to the MediaWiki instance. The attack does not require user interaction but involves high attack complexity, suggesting that specific preconditions or configurations must be present for successful exploitation.

The exploitation path involves interaction with the MediaWiki API, specifically targeting endpoints that utilize the ApiQueryRevisionsBase class for processing revision queries.

Detection Methods for CVE-2025-67480

Indicators of Compromise

  • Unusual or malformed API requests targeting revision-related endpoints such as action=query&prop=revisions
  • Anomalous patterns in API access logs associated with authenticated user sessions
  • Unexpected behavior in revision query responses or API error messages

Detection Strategies

  • Monitor MediaWiki API access logs for suspicious query patterns targeting revision endpoints
  • Implement rate limiting and anomaly detection on API endpoints to identify potential exploitation attempts
  • Review authentication logs for unusual access patterns from authenticated users interacting with revision APIs

Monitoring Recommendations

  • Enable detailed API logging in MediaWiki to capture request parameters and response metadata
  • Configure alerting for unexpected API errors or exceptions originating from ApiQueryRevisionsBase.php
  • Establish baseline API usage patterns to detect deviations that may indicate exploitation attempts

How to Mitigate CVE-2025-67480

Immediate Actions Required

  • Upgrade MediaWiki to version 1.39.16, 1.43.6, 1.44.3, or 1.45.1 or later depending on your release branch
  • Review API access controls and ensure authentication requirements are properly enforced
  • Audit user accounts with API access privileges to ensure principle of least privilege

Patch Information

Wikimedia Foundation has released patched versions addressing this vulnerability. Organizations should upgrade to the following minimum versions based on their deployment:

Release BranchMinimum Safe Version
1.39.x LTS1.39.16
1.43.x1.43.6
1.44.x1.44.3
1.45.x1.45.1

For additional details, refer to the Wikimedia Task T401053.

Workarounds

  • Restrict API access to trusted users and networks until patches can be applied
  • Implement web application firewall (WAF) rules to filter suspicious revision API requests
  • Consider temporarily disabling or limiting access to revision-related API endpoints if immediate patching is not feasible
  • Enable enhanced logging and monitoring on API endpoints to detect potential exploitation attempts
bash
# Example: Restrict API access via Apache configuration
<Location "/api.php">
    Require ip 10.0.0.0/8
    Require ip 192.168.0.0/16
</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

  • SeverityNONE

  • CVSS Score0.0

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:N/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Wikimedia Task T401053
  • 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