Module Name: src Committed By: martin Date: Wed Jul 12 15:36:25 UTC 2017
Modified Files: src/doc [netbsd-7-1]: CHANGES-7.1.1 Log Message: Ticket #1453 To generate a diff of this commit: cvs rdiff -u -r1.1.2.14 -r1.1.2.15 src/doc/CHANGES-7.1.1 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-7.1.1 diff -u src/doc/CHANGES-7.1.1:1.1.2.14 src/doc/CHANGES-7.1.1:1.1.2.15 --- src/doc/CHANGES-7.1.1:1.1.2.14 Mon Jul 10 13:14:21 2017 +++ src/doc/CHANGES-7.1.1 Wed Jul 12 15:36:25 2017 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.1.1,v 1.1.2.14 2017/07/10 13:14:21 martin Exp $ +# $NetBSD: CHANGES-7.1.1,v 1.1.2.15 2017/07/12 15:36:25 martin Exp $ A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.1.1 release: @@ -1686,3 +1686,14 @@ sys/kern/vfs_lookup.c 1.208 in -r1.200. [dh, ticket #1451] +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 #1453] +