Module Name: src Committed By: martin Date: Thu Jul 13 09:02:11 UTC 2017
Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket #1461 To generate a diff of this commit: cvs rdiff -u -r1.1.2.289 -r1.1.2.290 src/doc/CHANGES-6.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-6.2 diff -u src/doc/CHANGES-6.2:1.1.2.289 src/doc/CHANGES-6.2:1.1.2.290 --- src/doc/CHANGES-6.2:1.1.2.289 Tue Jul 11 21:29:39 2017 +++ src/doc/CHANGES-6.2 Thu Jul 13 09:02:11 2017 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.2,v 1.1.2.289 2017/07/11 21:29:39 snj Exp $ +# $NetBSD: CHANGES-6.2,v 1.1.2.290 2017/07/13 09:02:11 martin Exp $ A complete list of changes from the 6.1 release until the 6.2 release: @@ -17951,3 +17951,14 @@ xsrc/xfree/xc/programs/Xserver/Xi/sendex Fix CVE-2017-10971 and CVE-2017-10972. [mrg, ticket #1459] +crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c 1.3-1.4 + + In _krb5_extract_ticket() the KDC-REP service name must be + obtained from encrypted version stored in 'enc_part' instead + of the unencrypted version stored in 'ticket'. + Use of the unecrypted version provides an opportunity for + successful server impersonation and other attacks. + + Identified by Jeffrey Altman, Viktor Duchovni and Nico Williams. + [christos, ticket #1461] +