From ed912266dd21b5cce36880bccbadadb1b9a7014f Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Jan 11 2019 14:18:10 +0000 Subject: Require krb5 with fix for CVE-2018-20217 A Reachable Assertion issue was discovered in the KDC in MIT Kerberos 5 (aka krb5) before 1.17. If an attacker can obtain a krbtgt ticket using an older encryption type (single-DES, triple-DES, or RC4), the attacker can crash the KDC by making an S4U2Self request. 1.16.1-24 comes without Fix-bugs-with-concurrent-use-of-MEMORY-ccaches, which caused a regression with IPA. See: https://nvd.nist.gov/vuln/detail/CVE-2018-20217 Signed-off-by: Christian Heimes Reviewed-By: Alexander Bokovoy --- diff --git a/freeipa.spec.in b/freeipa.spec.in index a67fc88..28fbc61 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -77,7 +77,8 @@ # Fedora %global package_name freeipa %global alt_name ipa -%global krb5_version 1.16.1 +# Fix for CVE-2018-20217 +%global krb5_version 1.16.1-24 %global krb5_kdb_version 7.0 # 0.7.16: https://github.com/drkjam/netaddr/issues/71 %global python_netaddr_version 0.7.16