From owner-svn-ports-all@freebsd.org Tue Sep 6 08:37:05 2016 Return-Path: Delivered-To: svn-ports-all@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 64C68A9DB93; Tue, 6 Sep 2016 08:37:05 +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 1A0C2D29; Tue, 6 Sep 2016 08:37:05 +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 u868b40m039512; Tue, 6 Sep 2016 08:37:04 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u868b4W2039510; Tue, 6 Sep 2016 08:37:04 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201609060837.u868b4W2039510@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Tue, 6 Sep 2016 08:37:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421409 - 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.23 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: Tue, 06 Sep 2016 08:37:05 -0000 Author: mandree Date: Tue Sep 6 08:37:03 2016 New Revision: 421409 URL: https://svnweb.freebsd.org/changeset/ports/421409 Log: Add CVE-2016-7123 for resolved mailman CSRF. PR: 212378 Reported by: Sevan Janiyan Security: CVE-2016-7123 Security: 9e50dcc3-740b-11e6-94a2-080027ef73ec Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 6 07:34:16 2016 (r421408) +++ head/security/vuxml/vuln.xml Tue Sep 6 08:37:03 2016 (r421409) @@ -58,6 +58,45 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + mailman -- CSRF hardening in parts of the web interface + + + mailman + 2.1.15 + + + + +

The late Tokio Kikuchi reported:

+
+

We may have to set lifetime for input forms because of recent + activities on cross-site request forgery (CSRF). The form lifetime + is successfully deployed in frameworks like web.py or plone etc. + Proposed branch lp:~tkikuchi/mailman/form-lifetime implement + lifetime in admin, admindb, options and edithtml interfaces. + [...]

+
+
+

The web admin interface has been hardened against CSRF attacks by + adding a hidden, encrypted token with a time stamp to form submissions + and not accepting authentication by cookie if the token is missing, + invalid or older than the new mm_cfg.py setting FORM_LIFETIME which + defaults to one hour. Posthumous thanks go to Tokio Kikuchi for this implementation [...].

+
+ +
+ + https://bugs.launchpad.net/mailman/+bug/775294 + https://launchpad.net/mailman/2.1/2.1.15 + CVE-2016-7123 + + + 2011-05-02 + 2016-09-06 + +
+ openssh -- sshd -- remote valid user discovery and PAM /bin/login attack