From owner-svn-ports-all@freebsd.org Wed May 31 15:30:04 2017 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 313ACB7CCC4; Wed, 31 May 2017 15:30:04 +0000 (UTC) (envelope-from feld@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 E83258043C; Wed, 31 May 2017 15:30:03 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4VFU3Pc098892; Wed, 31 May 2017 15:30:03 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4VFU2LT098890; Wed, 31 May 2017 15:30:02 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201705311530.v4VFU2LT098890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 31 May 2017 15:30:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442221 - 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: Wed, 31 May 2017 15:30:04 -0000 Author: feld Date: Wed May 31 15:30:02 2017 New Revision: 442221 URL: https://svnweb.freebsd.org/changeset/ports/442221 Log: Document heimdal vulnerability PR: 219657 Security: CVE-2017-6594 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed May 31 15:20:16 2017 (r442220) +++ head/security/vuxml/vuln.xml Wed May 31 15:30:02 2017 (r442221) @@ -58,6 +58,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + heimdal -- bypass of capath policy + + + heimdal + 7.3.0 + + + + +

Viktor Dukhovni reports:

+
+

Commit f469fc6 (2010-10-02) inadvertently caused the + previous hop realm to not be added to the transit path of issued + tickets. This may, in some cases, enable bypass of capath policy in + Heimdal versions 1.5 through 7.2. Note, this may break sites that rely + on the bug. With the bug some incomplete [capaths] worked, that should + not have. These may now break authentication in some cross-realm + configurations. (CVE-2017-6594)

+
+ +
+ + CVE-2017-6594 + ports/219657 + + + 2017-04-13 + 2017-05-31 + +
+ FreeBSD -- ipfilter(4) fragment handling panic