Skip to main content

MediaWiki RedirectManager CVE-2026-58518

| EUVDEUVD-2026-40900 MEDIUM
Cross-Site Request Forgery (CSRF) (CWE-352)
2026-07-01 wikimedia-foundation GHSA-vjf9-r75w-m9fv
6.9
CVSS 4.0 · Vendor: wikimedia-foundation
Share

Severity by source

Vendor (wikimedia-foundation) PRIMARY
6.9 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:L/SI:L/SA:L/E:X/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
vuln.today AI
4.3 MEDIUM

CSRF canonically requires victim interaction (UI:R); impact is limited to redirect content manipulation (I:L) with no confidentiality or availability consequence from redirect forgery alone.

3.1 AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (wikimedia-foundation).

CVSS VectorVendor: wikimedia-foundation

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

2
Patch available
Jul 01, 2026 - 06:01 EUVD
Analysis Generated
Jul 01, 2026 - 05:27 vuln.today

DescriptionCVE.org

Cross-Site request forgery (CSRF) vulnerability in The Wikimedia Foundation Mediawiki - RedirectManager Extension allows Cross Site Request Forgery.

This issue affects Mediawiki - RedirectManager Extension: from * before 1.3.3.

AnalysisAI

Cross-site request forgery in the Wikimedia Foundation's MediaWiki RedirectManager Extension (all versions before 1.3.3) enables remote attackers to perform unauthorized redirect management actions on behalf of authenticated wiki users. The CVSS 4.0 base score of 6.9 (Medium) reflects network-accessible exploitation with low impact across confidentiality, integrity, and availability dimensions on both vulnerable and subsequent systems. No public exploit has been identified at time of analysis, and this vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog.

Technical ContextAI

The RedirectManager Extension for MediaWiki (CPE: cpe:2.3:a:the_wikimedia_foundation:mediawiki_-_redirectmanager_extension:*:*:*:*:*:*:*:*) provides wiki editors and administrators with a dedicated interface for creating and managing page redirects within a MediaWiki installation. CWE-352 (Cross-Site Request Forgery) identifies the root cause: the extension fails to validate that state-changing requests originate from the legitimate wiki interface rather than a third-party origin, likely because affected code paths accept redirect management actions without requiring an unguessable synchronizer token or verifying the HTTP Referer/Origin header. CSRF vulnerabilities exploit the browser's automatic inclusion of session credentials (cookies) on cross-origin requests, allowing a malicious page to trigger authenticated actions. The vulnerability is tracked in Wikimedia's Phabricator at T423826 and patched via Gerrit change 1275494.

RemediationAI

Upgrade the MediaWiki RedirectManager Extension to version 1.3.3 or later, which incorporates the CSRF protection fix implemented in Gerrit change https://gerrit.wikimedia.org/r/c/mediawiki/extensions/RedirectManager/+/1275494. Wiki administrators should pull the updated extension code from the Wikimedia Gerrit repository and redeploy. If immediate upgrade is not feasible, the most effective compensating control is to disable the RedirectManager Extension entirely by removing or commenting out its inclusion in LocalSettings.php - this eliminates the attack surface with no functional loss beyond the redirect management UI, since redirects can still be managed through standard MediaWiki page editing. Alternatively, restricting redirect management permissions to a tightly controlled trusted user group via MediaWiki's permission system reduces the victim pool for a successful CSRF attack, though it does not eliminate the vulnerability. WAF rules enforcing same-origin policy on redirect management endpoints may block some attack vectors but are not a reliable substitute for patching.

Share

CVE-2026-58518 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy