From owner-svn-ports-all@FreeBSD.ORG Sun May 31 16:07:53 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D3061B2; Sun, 31 May 2015 16:07:53 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F35C41050; Sun, 31 May 2015 16:07:52 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4VG7qhJ028771; Sun, 31 May 2015 16:07:52 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4VG7qrZ028770; Sun, 31 May 2015 16:07:52 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201505311607.t4VG7qrZ028770@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sun, 31 May 2015 16:07:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388116 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 May 2015 16:07:53 -0000 Author: lwhsu Date: Sun May 31 16:07:52 2015 New Revision: 388116 URL: https://svnweb.freebsd.org/changeset/ports/388116 Log: - Document django vulnerability CVE-2015-3982 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun May 31 15:59:17 2015 (r388115) +++ head/security/vuxml/vuln.xml Sun May 31 16:07:52 2015 (r388116) @@ -57,6 +57,73 @@ Notes: --> + + django -- Fixed session flushing in the cached_db backend + + + py27-django + 1.81.8.2 + + + py32-django + 1.81.8.2 + + + py33-django + 1.81.8.2 + + + py34-django + 1.81.8.2 + + + py27-django-devel + 20150531,1 + + + py32-django-devel + 20150531,1 + + + py33-django-devel + 20150531,1 + + + py34-django-devel + 20150531,1 + + + + +

The Django project reports:

+
+

A change to session.flush() in the cached_db session backend in + Django 1.8 mistakenly sets the session key to an empty string + rather than None. An empty string is treated as a valid session key + and the session cookie is set accordingly. Any users with an empty + string in their session cookie will use the same session store. + session.flush() is called by django.contrib.auth.logout() and, more + seriously, by django.contrib.auth.login() when a user switches accounts. + If a user is logged in and logs in again to a different account + (without logging out) the session is flushed to avoid reuse. + After the session is flushed (and its session key becomes '') the + account details are set on the session and the session is saved. + Any users with an empty string in their session cookie will now be + logged into that account.

+

Thanks to Sam Cooke for reporting the issue.

+
+ +
+ + https://www.djangoproject.com/weblog/2015/may/20/security-release/ + CVE-2015-3982 + + + 2015-05-20 + 2015-05-31 + +
+ proxychains-ng -- current path as the first directory for the library search path