GHSA-3jp5-3h47-28qfMediumCVSS 6.1

Semantic MediaWiki has reflected XSS in Special:Ask plain table headers

Published
September 18, 2026
Last Modified
September 18, 2026

🔗 CVE IDs covered (1)

📋 Description

Failure mode

When headers=plain, table header text was emitted into <th> via a raw HTML path. User-controlled mainlabel content could therefore become executable HTML.

Remediation

  • TableResultPrinter now applies output-context escaping before passing plain headers to the table renderer.
  • The fix is limited to the HTML/plain-header branch so safe rendering modes are unaffected.

Why this is the right layer

The header value is not a structural token; it is display data. Sanitizing it at the sink is correct because the renderer owns the final HTML emission.

🎯 Affected products1

  • composer/mediawiki/semantic-media-wiki:<= 7.1.0

🔗 References (3)