Date: Tue, 6 Sep 2016 08:37:04 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421409 - head/security/vuxml Message-ID: <201609060837.u868b4W2039510@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609060837.u868b4W2039510>