CVE Catalog

CVE-2026-77609

MediumCVSS 6.1
Published: Translated: NVD NIST

Summary

Prior to version 7.2.0, Semantic MediaWiki's Special:URIResolver redirects to a URL derived from the subpage without validating the target, allowing an open redirect to an off-host destination, potentially embedding credentials.

Risk Assessment

An attacker can abuse the trusted wiki domain for phishing, redirecting victims to malicious sites, potentially leading to data theft or malware installation.

Recommendation

Upgrade Semantic MediaWiki to version 7.2.0, which contains the fix.

Other vulnerabilities in Semantic MediaWiki

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS