Here before someone says that it's because MediaWiki is written in PHP.
PHP is the language where "return flase" causes it to return true. https://danielc7.medium.com/remote-code-execution-gaining-do...
Wikipedia was in read-only mode following mass admin account compromise
21–30 of 405 posts
Re: Wikipedia was in read-only mode following mass admin account compromise
#22Wow. This worm is fascinating. It seems to do the following: - Inject itself into the MediaWiki:Common.js page to persist globally, and into the User:Common.js page to do the same as a fallback - Uses jQuery to hide UI elements that would reveal the infection - Vandalizes 20 random articles with a 5000px wide image and another XSS script from basemetrika.ru - If an admin is infected, it will use the Special:Nuke page…
Re: Wikipedia was in read-only mode following mass admin account compromise
#23Re: Wikipedia was in read-only mode following mass admin account compromise
#24Earlier quoted context omitted.
PHP is the language where "return flase" causes it to return true. https://danielc7.medium.com/remote-code-execution-gaining-do...
Also the language that runs half of the web. Also the language that has made me millions over my career with no degree. Also the language that allows people to be up and running in seconds (with or without AI). I could go on.
Re: Wikipedia was in read-only mode following mass admin account compromise
#25[flagged]
"The Wikimedia Foundation, which operates Wikipedia, reported a total revenue of $185.4 million for the 2023–2024 fiscal year (ending June 2024). The majority of this funding comes from individual donations, with additional income from investments and the Wikimedia Enterprise commercial API service." (Unless this was satire and I missed it)
Re: Wikipedia was in read-only mode following mass admin account compromise
#26Woah this looks like an old school XSS worm https://meta.wikimedia.org/wiki/Special:RecentChanges?hidebo... I’ve always thought the fact that MediaWiki sometimes lets editors embed JavaScript could be dangerous.
Also, I’m also surprised an XSS attack like hasn’t yet been actually used to harvest credentials like passwords through browser autofill[0]. It seems like the worm code/the replicated code only really attacks stuff on site. But leaking credentials (and obviously people reuse passwords across sites) could be sooo much worse. [0] https://varun.ch/posts/autofill/
Re: Wikipedia was in read-only mode following mass admin account compromise
#27Wow. This worm is fascinating. It seems to do the following: - Inject itself into the MediaWiki:Common.js page to persist globally, and into the User:Common.js page to do the same as a fallback - Uses jQuery to hide UI elements that would reveal the infection - Vandalizes 20 random articles with a 5000px wide image and another XSS script from basemetrika.ru - If an admin is infected, it will use the Special:Nuke page…
As someone on the Wikipediocracy forums pointed out, basemetrika.ru does not exist. I get an NXDomain response trying to resolve it. The plot thickens.
Re: Wikipedia was in read-only mode following mass admin account compromise
#28Re: Wikipedia was in read-only mode following mass admin account compromise
#29[flagged]
Re: Wikipedia was in read-only mode following mass admin account compromise
#30This exact type of database-stored executable javascript was one of the most annoying types of infections to clean up.