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.
Published: 2026-09-18
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Open Redirect via Special:URIResolver
Action: Patch
AI Analysis

Impact

Semantic MediaWiki, an extension for MediaWiki, allows users to resolve a subpage under Special:URIResolver to a MediaWiki title and then redirects users with an HTTP 303 to that title’s URL. The subpage input is fully user‑controlled and the component does not validate the resolved target. As a result, an attacker can supply a crafted subpage that resolves to an arbitrary external host, even injecting credentials into the URL. The redirect is therefore a classic open‑redirect flaw that can be used to lure legitimate wiki visitors to phishing sites that appear to come from the trusted wiki domain. The weakness is identified as CWE‑601.

Affected Systems

Any installation of Semantic MediaWiki older than version 7.2.0 that exposes the Special:URIResolver endpoint is affected. The flaw exists in the core of the extension and is present in all affected releases; the problem was fixed in Semantic MediaWiki 7.2.0, which validates the target before redirecting.

Risk and Exploitability

The vulnerability is rated with a CVSS score of 6.1, indicating a moderate severity. EPSS data is not available, and the flaw is not listed in the CISA KEV catalog, though the open‑redirect nature makes it likely that attackers could exploit it via social engineering or malicious links. Because the redirect is performed without validating the resolved target, any user who follows a link to the vulnerable Special:URIResolver page can be redirected to an attacker-controlled host. The condition of exploitation is that the attacker supplies a crafted subpage which the system resolves to a non‑internal target; no additional authentication or privileged access is required for the exploit to succeed.

Generated by OpenCVE AI on September 19, 2026 at 12:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Semantic MediaWiki to version 7.2.0 or later to enforce target validation.
  • Restrict or disable the Special:URIResolver page for unauthenticated users, for example by applying a group restriction or web server access rule.
  • Implement a web application firewall or reverse‑proxy redirect monitor to detect and block suspicious outbound redirects, and review redirect logs for anomalous patterns.

Generated by OpenCVE AI on September 19, 2026 at 12:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-hw3m-8j5x-94ff Semantic MediaWiki has an open redirect in Special:URIResolver
History

Fri, 18 Sep 2026 21:30:00 +0000

Type Values Removed Values Added
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.
Title Semantic MediaWiki has an open redirect in Special:URIResolver
Weaknesses CWE-601
References
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-18T16:52:16.291Z

Reserved: 2026-08-20T20:48:20.508Z

Link: CVE-2026-77609

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-18T17:17:01.270

Modified: 2026-09-18T17:17:01.270

Link: CVE-2026-77609

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-19T13:00:12Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')