Date: Fri, 22 Jul 2016 00:22:19 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418902 - head/security/vuxml Message-ID: <201607220022.u6M0MJb6014024@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Fri Jul 22 00:22:18 2016 New Revision: 418902 URL: https://svnweb.freebsd.org/changeset/ports/418902 Log: Document a rare KDC denial of service vulnerability when anonymous client principals are restricted to obtaining TGTs only [CVE-2016-3120] URL: http://web.mit.edu/kerberos/krb5-1.14/ Security: CVE-2016-3120 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Jul 21 23:38:47 2016 (r418901) +++ head/security/vuxml/vuln.xml Fri Jul 22 00:22:18 2016 (r418902) @@ -58,6 +58,34 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="62d45229-4fa0-11e6-9d13-206a8a720317"> + <topic>krb5 -- KDC denial of service vulnerability</topic> + <affects> + <package> + <name>krb5-114</name> + <range><lt>1.14.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Major changes in krb5 1.14.3:</p> + <blockquote cite="http://web.mit.edu/kerberos/krb5-1.14/"> + <p>Fix a rare KDC denial of service vulnerability when anonymous + client principals are restricted to obtaining TGTs only + [CVE-2016-3120] .</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2016-3120</cvename> + <url>http://web.mit.edu/kerberos/krb5-1.14/</url> + </references> + <dates> + <discovery>2016-07-20</discovery> + <entry>2016-07-21</entry> + </dates> + </vuln> + <vuln vid="72f71e26-4f69-11e6-ac37-ac9e174be3af"> <topic>Apache OpenOffice 4.1.2 -- Memory Corruption Vulnerability (Impress Presentations)</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607220022.u6M0MJb6014024>