Impact
What kind of vulnerability is it?
SQL injection vulnerability when renaming a namespace in Special:ManageWiki/namespaces when when using a page prefix (namespace name, which is the current namespace you are renaming) with an injection payload.
Patches
Has the problem been patched? What versions should users upgrade to?
f504ed8
Workarounds
Is there a way for users to fix or remediate the vulnerability without upgrading?
Setting $wgManageWiki['namespaces'] = false;
References
Are there any links users can visit to find out more?
Impact
What kind of vulnerability is it?
SQL injection vulnerability when renaming a namespace in Special:ManageWiki/namespaces when when using a page prefix (namespace name, which is the current namespace you are renaming) with an injection payload.
Patches
Has the problem been patched? What versions should users upgrade to?
f504ed8
Workarounds
Is there a way for users to fix or remediate the vulnerability without upgrading?
Setting
$wgManageWiki['namespaces'] = false;
References
Are there any links users can visit to find out more?