diff options
author | martti <martti> | 2010-04-07 05:40:11 +0000 |
---|---|---|
committer | martti <martti> | 2010-04-07 05:40:11 +0000 |
commit | 6565cf536703aeb4c221ea485cd36f7fd69c4437 (patch) | |
tree | b4e8f16586d6e5cb8740ba2015b2f5b4446cbccd /www/mediawiki/distinfo | |
parent | 35c1cb98707b245789c722b9539210fe1e84d761 (diff) | |
download | pkgsrc-6565cf536703aeb4c221ea485cd36f7fd69c4437.tar.gz |
Updated www/mediawiki to 1.15.3
This is a security and bugfix release of MediaWiki 1.15.3 and MediaWiki
1.16.0beta2.
MediaWiki was found to be vulnerable to login CSRF. An attacker who
controls a user account on the target wiki can force the victim to log
in as the attacker, via a script on an external website. If the wiki is
configured to allow user scripts, say with "$wgAllowUserJs = true" in
LocalSettings.php, then the attacker can proceed to mount a
phishing-style attack against the victim to obtain their password.
Even without user scripting, this attack is a potential nuisance, and so
all public wikis should be upgraded if possible.
Our fix includes a breaking change to the API login action. Any clients
using it will need to be updated. We apologise for making such a
disruptive change in a minor release, but we feel that security is
paramount.
For more details see https://bugzilla.wikimedia.org/show_bug.cgi?id=23076
Diffstat (limited to 'www/mediawiki/distinfo')
-rw-r--r-- | www/mediawiki/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mediawiki/distinfo b/www/mediawiki/distinfo index c4596a22ba5..f684562909c 100644 --- a/www/mediawiki/distinfo +++ b/www/mediawiki/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2010/03/09 05:16:42 martti Exp $ +$NetBSD: distinfo,v 1.7 2010/04/07 05:40:11 martti Exp $ -SHA1 (mediawiki-1.15.2.tar.gz) = c1e7e7243a052f3f9719f78573980c16f25da4b2 -RMD160 (mediawiki-1.15.2.tar.gz) = 46171059799d5a74b535523f562d3a5db7066f55 -Size (mediawiki-1.15.2.tar.gz) = 11469228 bytes +SHA1 (mediawiki-1.15.3.tar.gz) = 891bf5fb7479c88fbb4fd155666eafe510b2f92c +RMD160 (mediawiki-1.15.3.tar.gz) = 77e2d446672ab11832b2f913624d3358a3855651 +Size (mediawiki-1.15.3.tar.gz) = 11486661 bytes |