MediaWiki is een Wiki-engine die uitgegeven onder de GPL-licentie, die gebruikt kan worden om content te creëren en te beheren. Het wordt onder andere gebruikt voor de websites van de Wikimedia Foundation, zoals Wikipedia, Wiktionary, Wikisource, Wikibooks en Wikiquote. Het uiterlijk is met behulp van skins geheel naar eigen wensen aan te passen, op deze pagina staan een aantal voorbeelden van verschillende skins. De ontwikkelaars hebben een beveiligingslek gedicht en verder wat onderhoud her en der toegepast waardoor versie 1.5.4 kon worden uitgebracht. De meegeleverde aankondiging ziet er als volgt uit:
MediaWiki 1.5.4 is a security and bugfix maintenance release.
A hardcoded internal placeholder string has been replaced with a random one. This closes a hole where security checks in inline style attributes could be bypassed, injecting JavaScript code that could execute in Microsoft Internet Explorer.
Other browsers would not be vulnerable.
Several minor fixes are included in this release, most notably a fix to clear the "you have new messages" flag properly for usernames containing spaces when e-mail notification is enabled.
Changes since 1.5.3:
- (bug 3805) Clear 'new messages' flag properly in enotif mode for usernames containing spaces
- (bug 2714) Backlink from special:whatlinkshere was hard set as 'existing'
- (bug 4249) Typo in entities2literals.pl
- (bug 4233) Update for japanese language
- (bug 4279) Small correction to LanguageDa.php
- (bug 4267) Switch dv sd ug ks arc languages to RTL
- (bug 3991) Allow the operation of wikicode on Protect move only text
- Added AutoAuthenticate hook for external User object suppliers
- Parser internal placeholder string now fully randomized for safety