From owner-svn-ports-head@freebsd.org Wed Sep 28 02:20:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7B36BECBAA; Wed, 28 Sep 2016 02:20:18 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A1B6C1AD; Wed, 28 Sep 2016 02:20:18 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8S2KHCf009665; Wed, 28 Sep 2016 02:20:17 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8S2KHDp009663; Wed, 28 Sep 2016 02:20:17 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201609280220.u8S2KHDp009663@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 28 Sep 2016 02:20:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422843 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2016 02:20:19 -0000 Author: wen Date: Wed Sep 28 02:20:17 2016 New Revision: 422843 URL: https://svnweb.freebsd.org/changeset/ports/422843 Log: - Document the security vulnerability in py-django, py-django18 and py-django19. PR: 213033 Submitted by: vlad-fbsd@acheronmedia.com Security: CVE-2016-7401 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Sep 28 02:19:08 2016 (r422842) +++ head/security/vuxml/vuln.xml Wed Sep 28 02:20:17 2016 (r422843) @@ -58,6 +58,40 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + django -- CSRF protection bypass on a site with Google Analytics + + + py-django19 + 1.9.10 + + + py-django18 + 1.8.15 + + + py-django + 1.8.15 + + + + +

Django Software Foundation reports:

+
+

An interaction between Google Analytics and Django's cookie parsing could allow an attacker to set arbitrary cookies leading to a bypass of CSRF protection.

+
+ +
+ + https://www.djangoproject.com/weblog/2016/sep/26/security-releases/ + CVE-2016-7401 + + + 2016-09-26 + 2016-09-27 + +
+ OpenSSL -- multiple vulnerabilities