CVE-2026-22714
Description
Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in The Wikimedia Foundation Mediawiki - Monaco Skin allows Cross-Site Scripting (XSS).This issue affects Mediawiki - Monaco Skin: 1.45, 1.44, 1.43, 1.39.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Cross-site scripting vulnerability in MediaWiki Monaco Skin allows injection of arbitrary JavaScript via unsanitized user input in several template parameters.
Vulnerability
Overview
CVE-2026-22714 is a stored or reflected cross-site scripting (XSS) vulnerability in the Monaco skin for MediaWiki. The issue arises from improper neutralization of user-supplied input in three template functions: monaco-footer-improve-linktext, monaco-view-history, and permalink [1]. These functions fail to sanitize or escape output, allowing an attacker to inject arbitrary HTML and JavaScript.
Exploitation
An attacker can exploit this vulnerability by crafting a malicious payload that is processed by one of the affected template functions. For example, by manipulating the monaco-footer-improve-linktext parameter, the injected script will be rendered in the context of the wiki page. No special privileges are required; any user who can interact with the affected input fields can trigger the XSS. The attack can be performed remotely without authentication if the input is reflected from a URL parameter.
Impact
Successful exploitation allows an attacker to execute arbitrary JavaScript in the browser of any user viewing the affected page. This can lead to session hijacking, defacement, or theft of sensitive data. The vulnerability affects MediaWiki versions 1.39, 1.43, 1.44, and 1.45 when using the Monaco skin.
Mitigation
The Wikimedia Foundation has addressed this issue in a security update. Users are advised to upgrade to a patched version of the Monaco skin or apply the fix referenced in the Phabricator task [1]. As of the publication date, no workaround is available other than disabling the skin.
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1- Range: = 1.45, 1.44, 1.43, 1.39
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2News mentions
0No linked articles in our index yet.