Impact
It is possible for users to be considered as the requester of a specific wiki request if their local user ID on any wiki in a wiki farm matches the local ID of the requester at the wiki where the wiki request was made.
This allows them to go to that request entry's on Special:RequestWikiQueue on the wiki where their local user ID matches and take any actions that the wiki requester is allowed to take from there.
Patches
02e0f29
Important note about the fix: This vulnerability has been fixed by disabling access to the REST API and special pages outside of the wiki configured as the "global wiki" in $wgCreateWikiGlobalWiki
in your MediaWiki settings.
Workarounds
It is possible to disable the special pages outside of your global wiki by doing something similar to miraheze/mw-config@e566499. You must adapt that to your setup.
As for the REST API, before the fix, there wasn't any REST endpoint that allowed to make writes. Regardless, it is possible to also disable it outside of the global wiki by using $wgCreateWikiDisableRESTAPI
and $wgConf
in the configuration for your wiki farm. See miraheze/mw-config@1798e53
References
Impact
It is possible for users to be considered as the requester of a specific wiki request if their local user ID on any wiki in a wiki farm matches the local ID of the requester at the wiki where the wiki request was made.
This allows them to go to that request entry's on Special:RequestWikiQueue on the wiki where their local user ID matches and take any actions that the wiki requester is allowed to take from there.
Patches
02e0f29
Important note about the fix: This vulnerability has been fixed by disabling access to the REST API and special pages outside of the wiki configured as the "global wiki" in
$wgCreateWikiGlobalWiki
in your MediaWiki settings.Workarounds
It is possible to disable the special pages outside of your global wiki by doing something similar to miraheze/mw-config@e566499. You must adapt that to your setup.
As for the REST API, before the fix, there wasn't any REST endpoint that allowed to make writes. Regardless, it is possible to also disable it outside of the global wiki by using
$wgCreateWikiDisableRESTAPI
and$wgConf
in the configuration for your wiki farm. See miraheze/mw-config@1798e53References