From owner-svn-ports-head@freebsd.org Mon Aug 29 19:00:38 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 4DF6EBC3AE4; Mon, 29 Aug 2016 19:00:38 +0000 (UTC) (envelope-from mandree@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 04726DE; Mon, 29 Aug 2016 19:00:37 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TJ0bqK061494; Mon, 29 Aug 2016 19:00:37 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TJ0b3B061492; Mon, 29 Aug 2016 19:00:37 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201608291900.u7TJ0b3B061492@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Mon, 29 Aug 2016 19:00:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421090 - 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.22 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: Mon, 29 Aug 2016 19:00:38 -0000 Author: mandree Date: Mon Aug 29 19:00:36 2016 New Revision: 421090 URL: https://svnweb.freebsd.org/changeset/ports/421090 Log: Document mailman < 2.1.23 CVE-2016-6893, insufficient CSRF protection. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Aug 29 18:56:15 2016 (r421089) +++ head/security/vuxml/vuln.xml Mon Aug 29 19:00:36 2016 (r421090) @@ -58,6 +58,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + mailman -- CSRF protection enhancements + + + mailman + 2.1.23 + + + + +

Mark Sapiro reports:

+
+

CSRF protection has been extended to the user options page. This + was actually fixed by Tokio Kikuchi as part of the fix for LP: + #775294 and intended for Mailman 2.1.15, but that fix wasn't + completely merged at the time. The full fix also addresses the + admindb, and edithtml pages as well as the user options page and the + previously fixed admin pages. Thanks to Nishant Agarwala for reporting the issue.

+
+ +
+ + http://bazaar.launchpad.net/~mailman-coders/mailman/2.1/revision/1668 + https://mail.python.org/pipermail/mailman-announce/2016-August/000226.html + CVE-2016-6893 + + + 2016-08-19 + 2016-08-29 + +
+ libxml2 -- multiple vulnabilities