]> git.ipfire.org Git - thirdparty/krb5.git/commit
Remove incorrect KDC assertion 882/head
authorIsaac Boukris <iboukris@gmail.com>
Sat, 15 Dec 2018 09:56:36 +0000 (11:56 +0200)
committerGreg Hudson <ghudson@mit.edu>
Thu, 20 Dec 2018 21:01:42 +0000 (16:01 -0500)
commit94e5eda5bb94d1d44733a49c3d9b6d1e42c74def
tree20530618365709a702bd3384ed7e5c682e08780a
parent0b8c6f3e1e8e561aa56a7d4e2171320119991dae
Remove incorrect KDC assertion

The assertion in return_enc_padata() is reachable because
kdc_make_s4u2self_rep() may have previously added encrypted padata.
It is no longer necessary because the code uses add_pa_data_element()
instead of allocating a new list.

CVE-2018-20217:

In MIT krb5 1.8 or later, an authenticated user who can obtain a TGT
using an older encryption type (DES, DES3, or RC4) can cause an
assertion failure in the KDC by sending an S4U2Self request.

[ghudson@mit.edu: rewrote commit message with CVE description]

ticket: 8767 (new)
tags: pullup
target_version: 1.17
target_version: 1.16-next
target_version: 1.15-next
src/kdc/kdc_preauth.c
src/tests/gssapi/t_s4u.py