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

CVE-2025-67481: MediaWiki XSS Vulnerability

CVE-2025-67481 is a cross-site scripting flaw in MediaWiki's JqueryMsg component that enables attackers to inject malicious scripts. This article covers the technical details, affected versions, and mitigation steps.

Updated: May 15, 2026

CVE-2025-67481 Overview

CVE-2025-67481 is a Cross-Site Scripting (XSS) vulnerability in Wikimedia Foundation MediaWiki. The flaw resides in the resources/src/mediawiki.JqueryMsg/mediawiki.JqueryMsg.Js component, which handles message parsing on the client side. The issue stems from improper neutralization of input during web page generation, classified as [CWE-79].

Affected releases include MediaWiki versions prior to 1.39.16, 1.43.6, 1.44.3, and 1.45.1. Exploitation requires high privileges on the target wiki, limiting opportunistic abuse but exposing administrative and editor accounts as viable attack paths.

Critical Impact

Authenticated attackers with high privileges can inject script payloads through the jQuery message handler, executing arbitrary JavaScript in the browsers of other MediaWiki users.

Affected Products

  • MediaWiki versions before 1.39.16
  • MediaWiki versions before 1.43.6 and 1.44.3
  • MediaWiki version 1.45.0 (fixed in 1.45.1)

Discovery Timeline

  • 2026-02-03 - CVE-2025-67481 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2025-67481

Vulnerability Analysis

The vulnerability exists in the mediawiki.JqueryMsg.Js resource module. This client-side component parses MediaWiki message strings that contain wikitext-like markup and converts them into DOM nodes through jQuery operations. Improper neutralization in the parsing routine allows attacker-controlled input to be rendered as executable HTML or JavaScript in the user's browser context.

Because MediaWiki messages can be modified through the MediaWiki: namespace, which is typically restricted to administrators or interface editors, exploitation requires elevated privileges. Once injected, the payload runs in the security context of any user whose page loads the malicious message, enabling session theft, CSRF actions against the wiki, and account takeover of higher-privileged users.

Root Cause

The root cause is insufficient output encoding within the jQuery message parser. The component constructs DOM elements from message strings without consistently sanitizing untrusted segments, allowing HTML tags or event handlers embedded in message content to be interpreted by the browser rather than treated as literal text.

Attack Vector

The attack vector is network-based and authenticated. An attacker with administrator or interface-editor rights modifies a system message containing a crafted XSS payload. When other users load any page that renders that message through mediawiki.JqueryMsg, the payload executes. Refer to the Wikimedia Task T251032 for technical context.

Detection Methods for CVE-2025-67481

Indicators of Compromise

  • Edits to pages within the MediaWiki: namespace containing HTML tags, <script> elements, or inline event handlers such as onerror= or onclick=.
  • Unexpected administrator or interface-editor activity modifying interface messages outside normal maintenance windows.
  • Browser console errors or Content Security Policy violations originating from MediaWiki message rendering.

Detection Strategies

  • Audit MediaWiki revision logs for changes to system messages and compare current content against known-good baselines.
  • Monitor outbound requests from authenticated user sessions to unexpected domains, indicating possible XSS-driven data exfiltration.
  • Enable and review Content Security Policy reports for inline script execution blocked on MediaWiki pages.

Monitoring Recommendations

  • Forward MediaWiki application logs and web server access logs to a centralized logging platform for correlation.
  • Alert on bulk edits to the MediaWiki: namespace or rapid privilege changes preceding message edits.
  • Track anomalous session activity from administrator accounts, including impossible-travel logins and unusual API token use.

How to Mitigate CVE-2025-67481

Immediate Actions Required

  • Upgrade MediaWiki to version 1.39.16, 1.43.6, 1.44.3, or 1.45.1 or later, depending on the deployed release branch.
  • Review all recent edits to the MediaWiki: namespace and revert any unauthorized modifications.
  • Rotate session tokens and credentials for accounts with editinterface rights if compromise is suspected.

Patch Information

Wikimedia Foundation has published fixed releases on the 1.39, 1.43, 1.44, and 1.45 branches. Administrators should apply the corresponding patched version that matches their current branch. Technical details are available in Wikimedia Task T251032.

Workarounds

  • Restrict the editinterface user right to a minimal set of trusted accounts until patching is complete.
  • Deploy a strict Content Security Policy that disallows inline scripts and unsafe-eval on MediaWiki pages.
  • Temporarily disable or audit custom interface messages that incorporate user-supplied parameters.

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechMediawiki

  • SeverityNONE

  • CVSS Score0.0

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Wikimedia Task T251032
  • Related CVEs
  • CVE-2025-53093: TabberNeue MediaWiki XSS Vulnerability

  • CVE-2025-53369: MediaWiki Short Description XSS Flaw

  • CVE-2026-39936: MediaWiki Score Extension XSS Vulnerability

  • CVE-2026-39935: MediaWiki CampaignEvents XSS Vulnerability
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