]> git.ipfire.org Git - thirdparty/samba.git/commit
CVE-2017-11103: Orpheus' Lyre KDC-REP service name validation
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 12 Apr 2017 19:40:42 +0000 (15:40 -0400)
committerStefan Metzmacher <metze@samba.org>
Wed, 12 Jul 2017 08:52:14 +0000 (10:52 +0200)
commit229735bf7dc2ec1ce7e6074491f151784f46e7de
tree571b354e107b720cdf631c004dc278ce0d0a56bb
parentaf9d932ceb82cf919e5efe6ff6501fe74723b406
CVE-2017-11103: Orpheus' Lyre KDC-REP service name validation

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.

Change-Id: I45ef61e8a46e0f6588d64b5bd572a24c7432547c

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12894
(based on heimdal commit 6dd3eb836bbb80a00ffced4ad57077a1cdf227ea)

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source4/heimdal/lib/krb5/ticket.c