Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id BE3D163B873 for ; Fri, 28 May 2010 08:11:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 49C4D63B111; Fri, 28 May 2010 08:11:34 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 10E6C63B109 for ; Fri, 28 May 2010 08:11:33 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E4715175DD; Fri, 28 May 2010 08:11:32 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Fri, 28 May 2010 08:11:32 +0000 From: Martti Kuparinen Subject: CVS commit: pkgsrc/www/mediawiki To: pkgsrc-changes@NetBSD.org Reply-To: martti@netbsd.org X-Mailer: log_accum Message-Id: <20100528081132.E4715175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: martti Date: Fri May 28 08:11:32 UTC 2010 Modified Files: pkgsrc/www/mediawiki: Makefile distinfo Log Message: Updated www/mediawiki to 1.15.4 This is a security and bugfix release of MediaWiki 1.15.4. Two security vulnerabilities were discovered. Kuriaki Takashi discovered an XSS vulnerability in MediaWiki. It affects Internet Explorer clients only. The issue is presumed to affect all recent versions of IE, it has been confirmed on IE 6 and 8. Noncompliant CSS parsing behaviour in Internet Explorer allows attackers to construct CSS strings which are treated as safe by previous versions of MediaWiki, but are decoded to unsafe strings by Internet Explorer. Full details can be found at: https://bugzilla.wikimedia.org/show_bug.cgi?id=23687 A CSRF vulnerability was discovered in our login interface. Although regular logins are protected as of 1.15.3, it was discovered that the account creation and password reset features were not protected from CSRF. This could lead to unauthorised access to private wikis. See https://bugzilla.wikimedia.org/show_bug.cgi?id=23371 for details. These vulnerabilities are serious and all users are advised to upgrade. Remember that CSRF and XSS vulnerabilities can be used even against firewall-protected intranet installations, as long as the attacker can guess the URL. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/mediawiki/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/mediawiki/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.