svn commit: r421409 - head/security/vuxml

Matthias Andree mandree at FreeBSD.org
Tue Sep 6 08:37:05 UTC 2016


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.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="9e50dcc3-740b-11e6-94a2-080027ef73ec">
+    <topic>mailman -- CSRF hardening in parts of the web interface</topic>
+    <affects>
+      <package>
+	<name>mailman</name>
+	<range><lt>2.1.15</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The late Tokio Kikuchi reported:</p>
+	<blockquote cite="https://bugs.launchpad.net/mailman/+bug/775294">
+	  <p>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.
+	    [...]</p>
+	</blockquote>
+	<blockquote cite="https://launchpad.net/mailman/2.1/2.1.15">
+	  <p>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 [...].</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://bugs.launchpad.net/mailman/+bug/775294</url>
+      <url>https://launchpad.net/mailman/2.1/2.1.15</url>
+      <cvename>CVE-2016-7123</cvename>
+    </references>
+    <dates>
+      <discovery>2011-05-02</discovery>
+      <entry>2016-09-06</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="adccefd1-7080-11e6-a2cb-c80aa9043978">
     <topic>openssh -- sshd -- remote valid user discovery and PAM /bin/login attack</topic>
     <affects>


More information about the svn-ports-head mailing list