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
    • 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-2026-0670

CVE-2026-0670: MediaWiki ProofreadPage XSS Vulnerability

CVE-2026-0670 is a cross-site scripting flaw in MediaWiki ProofreadPage Extension that allows attackers to inject malicious scripts. This article covers the technical details, affected versions, and mitigation steps.

Updated: January 22, 2026

CVE-2026-0670 Overview

CVE-2026-0670 is a Cross-Site Scripting (XSS) vulnerability affecting the MediaWiki ProofreadPage Extension developed by Wikimedia Foundation. This vulnerability arises from improper neutralization of input during web page generation, allowing attackers to inject malicious scripts that execute in the context of a victim's browser session when viewing affected wiki pages.

Critical Impact

Attackers can execute arbitrary JavaScript in victims' browsers, potentially stealing session cookies, performing actions on behalf of authenticated users, or defacing wiki content.

Affected Products

  • MediaWiki - ProofreadPage Extension version 1.45
  • MediaWiki - ProofreadPage Extension version 1.44
  • MediaWiki - ProofreadPage Extension version 1.43
  • MediaWiki - ProofreadPage Extension version 1.39

Discovery Timeline

  • 2026-01-07 - CVE-2026-0670 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2026-0670

Vulnerability Analysis

This Cross-Site Scripting vulnerability exists in the ProofreadPage extension, which is used by Wikimedia projects and other MediaWiki installations to display and proofread scanned documents. The vulnerability stems from insufficient sanitization of user-controlled input before rendering it in the generated HTML output.

When processing page content or metadata through the ProofreadPage extension, malicious input containing JavaScript code can be passed through to the browser without proper encoding or escaping. This allows an attacker to craft malicious wiki content or parameters that, when viewed by other users, will execute arbitrary JavaScript code in the context of the victim's authenticated session.

The attack requires user interaction (a victim must navigate to a page containing the malicious payload), but no prior authentication is required for the attacker to inject the malicious content in scenarios where anonymous editing is permitted.

Root Cause

The root cause of this vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation). The ProofreadPage extension fails to properly sanitize or escape user-supplied input before including it in the dynamically generated web page output. This allows HTML and JavaScript content to be interpreted by the browser rather than displayed as text.

Attack Vector

The vulnerability is exploitable via network access. An attacker can inject malicious XSS payloads through the ProofreadPage extension's input handling mechanisms. When a victim user views the affected content, the malicious script executes within their browser session. This can lead to:

  • Session hijacking through cookie theft
  • Unauthorized actions performed as the victim user
  • Phishing attacks through page content manipulation
  • Potential privilege escalation if an administrator views the malicious content

Since the vulnerability requires user interaction to trigger (the victim must navigate to the malicious page), social engineering may be employed to increase the likelihood of successful exploitation.

Detection Methods for CVE-2026-0670

Indicators of Compromise

  • Unusual JavaScript code embedded within wiki page content or ProofreadPage metadata
  • Unexpected HTTP requests to external domains originating from wiki pages
  • User reports of unexpected browser behavior when viewing specific wiki pages
  • Audit logs showing suspicious page edits containing script tags or event handlers

Detection Strategies

  • Review web application firewall (WAF) logs for XSS attack patterns targeting MediaWiki installations
  • Monitor for page modifications containing potentially malicious HTML tags such as <script>, <iframe>, or event handler attributes
  • Implement Content Security Policy (CSP) headers and monitor for policy violations
  • Deploy browser-based XSS detection tools to identify stored XSS payloads

Monitoring Recommendations

  • Enable and regularly review MediaWiki's abuse filter logs for suspicious editing patterns
  • Configure web server access logs to capture and analyze request parameters for XSS indicators
  • Implement real-time alerting for page edits containing common XSS payload signatures
  • Monitor outbound network connections from the MediaWiki server for unexpected destinations

How to Mitigate CVE-2026-0670

Immediate Actions Required

  • Update the ProofreadPage extension to the latest patched version as soon as available from Wikimedia Foundation
  • Review recent page edits for potentially malicious content and revert any suspicious changes
  • Consider temporarily disabling the ProofreadPage extension if it is not critical to operations until patching is complete
  • Implement or strengthen Content Security Policy headers to mitigate XSS impact

Patch Information

Wikimedia Foundation has addressed this vulnerability through code changes tracked in their Gerrit code review system. Administrators should apply the fix referenced in Wikimedia Gerrit Code Review. Additional details about the vulnerability and remediation can be found in Wikimedia Phabricator Task T409423.

Workarounds

  • Implement strict Content Security Policy (CSP) headers with appropriate script-src directives to prevent inline script execution
  • Enable MediaWiki's HTML sanitization features and configure the $wgRawHtml setting to false if not already disabled
  • Restrict editing permissions to trusted users only until the patch can be applied
  • Deploy a Web Application Firewall (WAF) with XSS detection rules to filter malicious requests
bash
# Example CSP header configuration for Apache
# Add to .htaccess or virtual host configuration
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'none';"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechMediawiki

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Wikimedia Gerrit Code Review

  • Wikimedia Phabricator Task
  • Related CVEs
  • CVE-2026-39936: MediaWiki Score Extension XSS Vulnerability

  • CVE-2026-39935: MediaWiki CampaignEvents XSS Vulnerability

  • CVE-2026-22711: MediaWiki Wikilove Extension XSS Flaw

  • CVE-2026-39933: MediaWiki GlobalWatchlist Extension XSS 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