6 ms·
This was only a matter of time. The Wikipedia community takes a cavalier attitude towards security. Any user with "interface administrator" status can change g
by Wikipedianon 7mo ago
This was only a matter of time.
The Wikipedia community takes a cavalier attitude towards security. Any user with "interface administrator" status can change global JavaScript or CSS for all users on a given Wiki with no review. They added mandatory 2FA only a few years ago...
Prior to this, any admin had that ability until it was taken away due to English Wikipedia admins reverting Wikimedia changes to site presentation (Mediaviewer).
But that's not all. Most "power users" and admins install "user scripts", which are unsandboxed JavaScript/CSS gadgets that can completely change the operation of the site. Those user scripts are often maintained by long abandoned user accounts with no 2 factor authentication.
Based on the fact user scripts are globally disabled now I'm guessing this was a vector.
The Wikimedia foundation knows this is a security nightmare. I've certainly complained about this when I was an editor.
But most editors that use the website are not professional developers and view attempts to lock down scripting as a power grab by the Wikimedia Foundation.
- 256_ 7mo agoMaybe somewhat unrelated, but I'm reminded of the fact that people have deleted the main page on a few occasions: https://en.wikipedia.org/wiki/Wikipedia:Don%27t_delete_the_main_page https://en.wikipedia.org/wiki/Wikipedia:Don%27t_delete_the_m...
- chris_wot 7mo ago[flagged]
- alphager 7mo agoMost admins on Wikipedia are competent in areas outside of webdev and security.
- chris_wot 6mo agoNo, most admins are incompetent, full stop. I've been on the receiving end.
- formerly_proven 7mo agoWikipedia admins are not IT admins, they're more like forum moderators or admins on a free phpBB 2 hosting service in 2005. They don't have "admin" access to backend systems. Those are the WMF sysadmins.
- Wikipedianon 7mo agoThis is half true, because Wikipedia admins had the ability to edit sitewide JavaScript until 2018. A certain number of "community" admins maintain that right to this day after it was realized this was a massive security hole.
- Gander5739 7mo agoYou mean interface admins?
- RGamma 7mo agoSeems like a good time to donate one's resources to fix it. The internet is super hostile these days. If Wikipedia falls... well...
- PsylentKnight 7mo agoMy understanding is that Wikipedia receives more donations than they need, surely they have the resources to fix it themselves?
- noosphr 7mo agoYou would first need to realzie it's a problem.
- logophobia 7mo agoSounds more like a political issue this. Can't buy your way out of that.
- Wikipedianon 7mo agoIt's a political issue. Editors are unwilling or unable to contribute to development of the features they need to edit. Unfortunately, Wikipedia is run on insecure user scripts created by volunteers that tend to be under the age of 18. There might be more editors trying to resume boost if editing Wikipedia under your real name didn't invite endless harassment.
- _verandaguy 7mo ago> Based on the fact user scripts are globally disabled now I'm guessing this was a vector. Disabled at which level? Browsers still allow for user scripts via tools like TamperMonkey and GreaseMonkey, and that's not enforceable (and arguably, not even trivially visible) to sites, including Wikipedia. As I say that out loud, I figure there's a separate ecosystem of Wikipedia-specific user scripts, but arguably the same problem exists.
- howenterprisey 7mo agoYeah, wikipedia has its own user script system, and that was what was disabled.
- karel-3d 7mo agoThis is apparently not done browser side but server side. As in, user can upload whatever they wish and it will be shown to them and ran, as JS, fully privileged and all.
- Wikipedianon 7mo agoThe sitewide JavaScript/CSS is an editable Wiki page. You can also upload scripts to be shared and executed by other users.
- gucci-on-fleek 7mo ago> Any user with "interface administrator" status can change global JavaScript or CSS for all users on a given Wiki with no review. True, but there aren't very many interface administrators. It looks like there are only 137 right now [0], which I agree is probably more than there should be, but that's still a relatively small number compared to the total number of active users. But there are lots of bots/duplicates in that list too, so the real number is likely quite a bit smaller. Plus, most of the users in that list are employed by Wikimedia, which presumably means that they're fairly well vetted. [0]: https://en.wikipedia.org/w/api.php?action=query&format=json&list=allusers%7Cglobalallusers&formatversion=2&aurights=editsitejs&aulimit=max&agugroup=global-interface-editor%7Cstaff%7Csteward%7Csysadmin&agulimit=max https://en.wikipedia.org/w/api.php?action=query&format=json&...
- notRobot 7mo agoThere are 15 interface admins as per these links https://en.wikipedia.org/wiki/Wikipedia:Interface_administrators https://en.wikipedia.org/wiki/Wikipedia:Interface_administra... https://en.wikipedia.org/wiki/Special:ListUsers/interface-admin https://en.wikipedia.org/wiki/Special:ListUsers/interface-ad...
- gucci-on-fleek 7mo agoThose are the English Wikipedia-only users, but you also need to include the "global" users (which I think were the source of this specific compromise?). Search this page [0] for "editsitejs" to see the lists of global users with this permission. [0]: https://en.wikipedia.org/wiki/Special:GlobalGroupPermissions https://en.wikipedia.org/wiki/Special:GlobalGroupPermissions
- Wikipedianon 7mo agoThere shouldn't be any interface admins as such. There should be an enforced review process for changes to global JavaScript so stuff like this can't happen. I'm sure there are Google engineers who can push changes to prod and bypass CI but that isn't a normal way to handle infra.
- AlienRobot 7mo agoFor reference >There are currently 15 interface administrators (including two bots). https://en.wikipedia.org/wiki/Wikipedia:Interface_administrators https://en.wikipedia.org/wiki/Wikipedia:Interface_administra...
- Nemo_bis 7mo agoReminds me of the famous quip starting with "found a bug in the english site" (early 2000s)... https://bash.toolforge.org/quip/AU8FCPz66snAnmqnLHDj https://bash.toolforge.org/quip/AU8FCPz66snAnmqnLHDj
- bawolff 7mo ago> Prior to this, any admin had that ability until it was taken away due to English Wikipedia admins reverting Wikimedia changes to site presentation (Mediaviewer). You're mixing up events. Superprotect is unrelated to the IAdmin separation from normal admin. The two are separated by many years and basically totally unrelated. I agree with the rest of your post.