MediaWiki Cross-site Scripting (XSS) vulnerability
Moderate severity
GitHub Reviewed
Published
May 24, 2022
to the GitHub Advisory Database
•
Updated May 17, 2024
Package
Affected versions
>= 1.31.0, < 1.31.9
>= 1.32.0, < 1.34.3
>= 1.35.0-rc.0, < 1.35.0
Patched versions
1.31.9
1.34.3
1.35.0
Description
Published by the National Vulnerability Database
Sep 27, 2020
Published to the GitHub Advisory Database
May 24, 2022
Reviewed
May 17, 2024
Last updated
May 17, 2024
An issue was discovered in MediaWiki before 1.31.9 and 1.32.x through 1.34.x before 1.34.3. The non-jqueryMsg version of mw.message().parse() doesn't escape HTML. This affects both message contents (which are generally safe) and the parameters (which can be based on user input). (When jqueryMsg is loaded, it correctly accepts only whitelisted tags in message contents, and escapes all parameters. Situations with an unloaded jqueryMsg are rare in practice, but can for example occur for Special:SpecialPages on a wiki with no extensions installed.)
References