Page MenuHomePhabricator

Invoking any namespaced page with {{#widget:}} will run the page's contents as a widget; even if the page is not in Widget namespace (CVE-2020-9382)
Closed, ResolvedPublicSecurity

Description

Author Affiliation: Fandom(Wikia, Gamepedia)

This issue occurs since user input is passed to a function not safe for user input.

https://gerrit.wikimedia.org/r/#/c/mediawiki/extensions/Widgets/+/574041/

https://gitlab.com/hydrawiki/third-party-extensions/issues/103

The {{#widget:}} tag can invoke non-widget pages (aside from mainspace pages) by simply invoking the full page name with the widget tag e.g. {{#widget:Template:Page name}}, which can allow any user to run style and script tags on any page.
Example provided by Dragalia Lost admins:

https://dragalialost.gamepedia.com/Test2

https://dragalialost.gamepedia.com/Template:Test2/css

Details

Author Affiliation
Other (Please specify in description)

Event Timeline

sbassett removed Alexia as the assignee of this task.
sbassett edited projects, added MediaWiki-extensions-Widgets; removed Security-Team.
sbassett added subscribers: siebrand, Reedy.
sbassett closed this task as Resolved.EditedFeb 24 2020, 4:26 PM
sbassett assigned this task to Alexia.
sbassett subscribed.

Whoops, I think this task was being edited as the Security-Team was reviewing it :) Did the above commit get deployed to any relevant wikis (I know ext:Widget isn't part of WMF production)? That should probably happen soon since the patch for master is public. We should also try to backport this to supported release branches.

Whoops, I think this task was being edited as the Security-Team was reviewing it :) Did the above commit get deployed to any relevant wikis (I know ext:Widget isn't part of WMF production)? That should probably happen soon since the patch for master is public. We should also try to backport this to supported release branches.

Yes, this patch is out to all gamepedia.com, wikia.org, and fandom.com wikis. I looked over WMF wikis and as far as I can tell WMF does not use Widgets.

sbassett changed the visibility from "Custom Policy" to "Public (No Login Required)".Feb 24 2020, 8:54 PM
sbassett renamed this task from Invoking any namespaced page with {{#widget:}} will run the page's contents as a widget; even if the page is not in Widget namespace. to Invoking any namespaced page with {{#widget:}} will run the page's contents as a widget; even if the page is not in Widget namespace (CVE-2020-9382).Feb 24 2020, 10:19 PM

The {{#widget:}} tag can invoke non-widget pages (aside from mainspace pages) by simply invoking the full page name with the widget tag e.g. {{#widget:Template:Page name}}, which can allow any user to run style and script tags on any page.

Just as a point of note, you can do mainspace pages by doubling the colon.

This is a super commonly used extension in third party wikis. I think an email to mediawiki-l encouraging people to update might be a good idea.

Since this is a versioned extension @Yaron_Koren may additionally want to release and tag a new version to make the need to upgrade visible even more.

This is a super commonly used extension in third party wikis. I think an email to mediawiki-l encouraging people to update might be a good idea.

So we've tried to be a little better about this sort of information dispersal by adding tasks like T240400 to the release process, the end result being quarterly-ish emails to relevant mailing lists (1, 2, etc). We can certainly send out something to that effect sooner (like today or tomorrow), focused on this specific issue, if you feel that is warranted.