rootpwn

medium · CVSS v3 6.1

CVE-2026-77609

Semantic MediaWiki extension allows open redirect via Special:URIResolver. Attackers can craft subpages that redirect to arbitrary external

Overview

Semantic MediaWiki extension allows open redirect via Special:URIResolver. Attackers can craft subpages that redirect to arbitrary external URLs, enabling phishing. The flaw exists in versions prior to 7.2.0.

Description

Semantic MediaWiki is a free, open-source extension to MediaWiki that lets users store and query data within the wiki's pages. Prior to version 7.2.0, `Special:URIResolver` resolves its user-controlled subpage to a MediaWiki title and issues an HTTP 303 redirect to `$title->getFullURL()` without validating the resolved target. A crafted subpage can make that target point off-host: an interwiki prefix redirects to the foreign wiki (for example `Special:URIResolver/mw-3AFoo`, which decodes to `mw:Foo`, redirects to `https://www.mediawiki.org/wiki/Foo`), and where the resolved URL carries an authority the target can even embed `user:pass@host` credentials. The result is an open redirect to an attacker-influenced host, usable for phishing from a trusted wiki URL. Version 7.2.0 fixes the issue.

Impact

Open redirect can compromise confidentiality by leaking credentials if attacker uses user:pass in URL; integrity is threatened as users may be redirected to malicious sites; availability not directly affected. Defenders and end users are impacted.

Remediation

Upgrade Semantic MediaWiki to 7.2.0 or later. If upgrade not possible, disable Special:URIResolver or restrict interwiki prefixes. Monitor logs for unexpected redirects.

Risk context

Severity medium, no EPSS. The vulnerability is exploitable in any publicly accessible wiki using Semantic MediaWiki <7.2.0, making it a moderate risk that should be addressed promptly.

Affected products

  • Semantic MediaWiki
  • MediaWiki

Scores

Severity
medium
CVSS v2
6.4
CVSS v3
6.1
CVSS v4
EPSS

open-redirect phishing Semantic MediaWiki MediaWiki medium-severity interwiki redirect

← All CVEs