38 lines
1.2 KiB
Diff
38 lines
1.2 KiB
Diff
From ec6543482c6cda246d8295ab9a62d00a35edba58 Mon Sep 17 00:00:00 2001
|
|
From: Stefan Metzmacher <metze@samba.org>
|
|
Date: Wed, 23 Nov 2022 15:20:40 +0100
|
|
Subject: [PATCH 31/54] CVE-2022-37966 lib/krb5_wrap: no longer reference des
|
|
encryption types
|
|
|
|
We no longer have support for des encryption types in the kerberos
|
|
libraries anyway.
|
|
|
|
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15237
|
|
|
|
Signed-off-by: Stefan Metzmacher <metze@samba.org>
|
|
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
|
|
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
|
|
(cherry picked from commit 16b805c8f376e0992a8bbb359d6bd8f0f96229db)
|
|
|
|
Conflict: NA
|
|
Reference: https://attachments.samba.org/attachment.cgi?id=17695
|
|
---
|
|
lib/krb5_wrap/krb5_samba.c | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/lib/krb5_wrap/krb5_samba.c b/lib/krb5_wrap/krb5_samba.c
|
|
index a792445e2e0f..81265cd4a731 100644
|
|
--- a/lib/krb5_wrap/krb5_samba.c
|
|
+++ b/lib/krb5_wrap/krb5_samba.c
|
|
@@ -3804,8 +3804,6 @@ int ads_krb5_cli_get_ticket(TALLOC_CTX *mem_ctx,
|
|
ENCTYPE_AES256_CTS_HMAC_SHA1_96,
|
|
ENCTYPE_AES128_CTS_HMAC_SHA1_96,
|
|
ENCTYPE_ARCFOUR_HMAC,
|
|
- ENCTYPE_DES_CBC_MD5,
|
|
- ENCTYPE_DES_CBC_CRC,
|
|
ENCTYPE_NULL};
|
|
bool ok;
|
|
|
|
--
|
|
2.34.1
|