From owner-svn-ports-all@freebsd.org Wed Jul 27 01:54:49 2016 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 2AD21BA6625; Wed, 27 Jul 2016 01:54:49 +0000 (UTC) (envelope-from cy@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 F1DE81EBB; Wed, 27 Jul 2016 01:54:48 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6R1smPf070859; Wed, 27 Jul 2016 01:54:48 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6R1smv3070857; Wed, 27 Jul 2016 01:54:48 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201607270154.u6R1smv3070857@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Wed, 27 Jul 2016 01:54:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419155 - 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.22 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, 27 Jul 2016 01:54:49 -0000 Author: cy Date: Wed Jul 27 01:54:47 2016 New Revision: 419155 URL: https://svnweb.freebsd.org/changeset/ports/419155 Log: With the release of krb5 1.13.6, which also fixes the KDC denial of service vulnerability (CVE-2016-3120 -- same vulnerability fixed in krb5 1.14.3), update entry 62d45229-4fa0-11e6-9d13-206a8a720317 to also document the same in krb5 1.13.6. Security: 62d45229-4fa0-11e6-9d13-206a8a720317 Security: CVE-2016-3120 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Jul 27 01:09:58 2016 (r419154) +++ head/security/vuxml/vuln.xml Wed Jul 27 01:54:47 2016 (r419155) @@ -332,13 +332,17 @@ Notes: krb5 -- KDC denial of service vulnerability + krb5-113 + 1.13.6 + + krb5-114 1.14.3 -

Major changes in krb5 1.14.3:

+

Major changes in krb5 1.14.3 and krb5 1.13.6:

Fix a rare KDC denial of service vulnerability when anonymous client principals are restricted to obtaining TGTs only @@ -353,6 +357,7 @@ Notes: 2016-07-20 2016-07-21 + 2016-07-26