Katalog CVE

CVE-2026-77610

ŚrednieCVSS 6.1
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

Przed wersją 7.2.0 rozszerzenia Semantic MediaWiki dane debugowania zapytań (format=debug lub parametr 'debug' na Special:Ask) są generowane jako surowy HTML bez odpowiedniego kodowania kontekstu, co prowadzi do refleksyjnego XSS.

Ocena ryzyka

Anonimowy atakujący może wysłać spreparowane żądanie, które spowoduje wykonanie skryptu w przeglądarce ofiary, umożliwiając przejęcie sesji lub inne złośliwe działania.

Rekomendacja

Należy zaktualizować Semantic MediaWiki do wersji 7.2.0, która zawiera poprawkę.

Inne podatności w Semantic MediaWiki

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

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, query debug output (`format=debug`, or the `debug` request parameter on `Special:Ask`) is assembled by `SMW\Query\DebugFormatter` and emitted as raw HTML. Several of its sinks apply no output-context encoding, so attacker-controlled query input is reflected into the page without escaping. On `Special:Ask` the resulting string is concatenated into the page and sent through `OutputPage::addHTML`, never through the MediaWiki parser or Sanitizer. No special user right is required; an anonymous request suffices. This is a reflected XSS: the payload is taken from the request and echoed in the same response. Exploitation requires the query condition to target a text/blob-typed property (whose value is re-serialized verbatim); the predefined `_txt` properties (`Text`, etc.) that ship on every install satisfy this, so no attacker-created content is needed. Version 7.2.0 patches the issue.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS