Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 May 2011 22:10:43 GMT
From:      Ryan Steinmetz <rpsfa@rit.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156914: [update] www/mediawiki to 1.16.5
Message-ID:  <201105092210.p49MAhvD005611@red.freebsd.org>
Resent-Message-ID: <201105092220.p49MK6li082309@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         156914
>Category:       ports
>Synopsis:       [update] www/mediawiki to 1.16.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 09 22:20:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Steinmetz
>Release:        8.2-RELEASE
>Organization:
Rochester Institute of Technology
>Environment:
>Description:
From: MediaWiki announcements mailing list


I would like to announce the release of MediaWiki 1.16.5. Two security
issues were discovered.
 
The first issue is yet another recurrence of the Internet Explorer 6
XSS vulnerability that caused the release of 1.16.4. It was pointed
out that there are dangerous extensions with more than four
characters, so the regular expressions we introduced had to be updated
to match longer extensions.
 
For more details, see https://bugzilla.wikimedia.org/show_bug.cgi?id=28534
 
The second issue allows unauthenticated users to gain additional
rights, on wikis where $wgBlockDisablesLogin is enabled. By default,
it is disabled. The issue occurs when a malicious user sends cookies
which contain the user name and user ID of a "victim" account. In
certain circumstances, the rights of the victim are loaded and persist
throughout the malicious request, allowing the malicious user to
perform actions with the victim's rights.
 
$wgBlockDisablesLogin is a feature which is sometimes used on private
wikis to prevent users who have an account from logging in and viewing
content on the wiki.
 
For more details, see https://bugzilla.wikimedia.org/show_bug.cgi?id=28639
 
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/www/mediawiki/Makefile mediawiki/Makefile
--- /usr/ports/www/mediawiki/Makefile	2011-04-18 23:11:16.000000000 -0400
+++ mediawiki/Makefile	2011-05-09 18:06:11.000000000 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mediawiki
-PORTVERSION=	1.16.4
+PORTVERSION=	1.16.5
 CATEGORIES=	www
 MASTER_SITES=	http://dumps.wikimedia.org/mediawiki/${PORTVERSION:R}/
 
diff -urN /usr/ports/www/mediawiki/distinfo mediawiki/distinfo
--- /usr/ports/www/mediawiki/distinfo	2011-04-18 23:11:16.000000000 -0400
+++ mediawiki/distinfo	2011-05-09 18:06:48.000000000 -0400
@@ -1,2 +1,2 @@
-SHA256 (mediawiki-1.16.4.tar.gz) = 59b39e9dabb8df297a9dcb4d66920294b3f86ad755739d0bd6dc40cf52a69c08
-SIZE (mediawiki-1.16.4.tar.gz) = 13196153
+SHA256 (mediawiki-1.16.5.tar.gz) = 5b451f578d9876f02a1a4363851d1558385290638676680ab33dc26116db20cb
+SIZE (mediawiki-1.16.5.tar.gz) = 13235937


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105092210.p49MAhvD005611>