๐Ÿ” CVE Alert

CVE-2026-77610

MEDIUM 6.1

Semantic MediaWiki has a query debug output XSS (`DebugFormatter`)

CVSS Score
6.1
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-79
Vendor semanticmediawiki
Product semanticmediawiki
Published Sep 18, 2026
Stay Ahead of the Next One

Get instant alerts for semanticmediawiki semanticmediawiki

Be the first to know when new medium vulnerabilities affecting semanticmediawiki semanticmediawiki are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Affected Versions

SemanticMediaWiki / SemanticMediaWiki
< 7.2.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/SemanticMediaWiki/SemanticMediaWiki/security/advisories/GHSA-q5fm-9mx6-44f4 github.com: https://github.com/SemanticMediaWiki/SemanticMediaWiki/releases/tag/7.2.0