Date: Tue, 3 Oct 2017 13:40:26 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451131 - head/security/vuxml Message-ID: <201710031340.v93DeQub051458@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Tue Oct 3 13:40:26 2017 New Revision: 451131 URL: https://svnweb.freebsd.org/changeset/ports/451131 Log: Document FreeBSD-SA-17:05.heimdal Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Oct 3 13:36:59 2017 (r451130) +++ head/security/vuxml/vuln.xml Tue Oct 3 13:40:26 2017 (r451131) @@ -58,6 +58,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="420243e9-a840-11e7-b5af-a4badb2f4699"> + <topic>FreeBSD -- heimdal KDC-REP service name validation vulnerability</topic> + <affects> + <package> + <name>FreeBSD</name> + <range><ge>11.0</ge><lt>11.0_11</lt></range> + <range><ge>10.3</ge><lt>10.3_20</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <h1>Problem Description:</h1> + <p>There is a programming error in the Heimdal implementation + that used an unauthenticated, plain-text version of the + KDC-REP service name found in a ticket.</p> + <h1>Impact:</h1> + <p>An attacker who has control of the network between a + client and the service it talks to will be able to impersonate + the service, allowing a successful man-in-the-middle (MITM) + attack that circumvents the mutual authentication.</p> + </body> + </description> + <references> + <cvename>CVE-2017-1110</cvename> + <freebsdsa>SA-17:05.heimdal</freebsdsa> + </references> + <dates> + <discovery>2017-07-12</discovery> + <entry>2017-10-03</entry> + </dates> + </vuln> + <vuln vid="b77b5646-a778-11e7-ac58-b499baebfeaf"> <topic>dnsmasq -- multiple vulnerabilities</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710031340.v93DeQub051458>