From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C6148C433EF for ; Thu, 11 Nov 2021 10:33:13 +0000 (UTC) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CB8BD61264 for ; Thu, 11 Nov 2021 10:33:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org CB8BD61264 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=korsgaard.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=buildroot.org Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 8099A40004; Thu, 11 Nov 2021 10:33:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BjthIg6UYhL5; Thu, 11 Nov 2021 10:33:11 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id A7FB14012F; Thu, 11 Nov 2021 10:33:10 +0000 (UTC) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 35D801BF955 for ; Thu, 11 Nov 2021 10:33:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 25665401CF for ; Thu, 11 Nov 2021 10:33:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D8cUoXjArfpE for ; Thu, 11 Nov 2021 10:33:08 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by smtp4.osuosl.org (Postfix) with ESMTPS id F251E403F0 for ; Thu, 11 Nov 2021 10:33:07 +0000 (UTC) Received: (Authenticated sender: peter@korsgaard.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id D0D70E0007; Thu, 11 Nov 2021 10:33:05 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.92) (envelope-from ) id 1ml7OD-0001Fx-9r; Thu, 11 Nov 2021 11:33:05 +0100 From: Peter Korsgaard To: Bernd Kuhls References: <20211110055844.327639-1-bernd.kuhls@t-online.de> Date: Thu, 11 Nov 2021 11:33:05 +0100 In-Reply-To: <20211110055844.327639-1-bernd.kuhls@t-online.de> (Bernd Kuhls's message of "Wed, 10 Nov 2021 06:58:44 +0100") Message-ID: <87fss3yobi.fsf@dell.be.48ers.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Subject: Re: [Buildroot] [PATCH 1/1] package/samba4: security bump version to 4.14.10 X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" >>>>> "Bernd" == Bernd Kuhls writes: > Release notes: > https://www.samba.org/samba/history/samba-4.14.10.html > This is a security release in order to address the following defects: > o CVE-2016-2124: SMB1 client connections can be downgraded to plaintext > authentication. > https://www.samba.org/samba/security/CVE-2016-2124.html > o CVE-2020-25717: A user on the domain can become root on domain members. > https://www.samba.org/samba/security/CVE-2020-25717.html > (PLEASE READ! There are important behaviour changes described) > o CVE-2020-25718: Samba AD DC did not correctly sandbox Kerberos tickets issued > by an RODC. > https://www.samba.org/samba/security/CVE-2020-25718.html > o CVE-2020-25719: Samba AD DC did not always rely on the SID and PAC in Kerberos > tickets. > https://www.samba.org/samba/security/CVE-2020-25719.html > o CVE-2020-25721: Kerberos acceptors need easy access to stable AD identifiers > (eg objectSid). > https://www.samba.org/samba/security/CVE-2020-25721.html > o CVE-2020-25722: Samba AD DC did not do suffienct access and conformance > checking of data stored. > https://www.samba.org/samba/security/CVE-2020-25722.html > o CVE-2021-3738: Use after free in Samba AD DC RPC server. > https://www.samba.org/samba/security/CVE-2021-3738.html > o CVE-2021-23192: Subsequent DCE/RPC fragment injection vulnerability. > https://www.samba.org/samba/security/CVE-2021-23192.html > Signed-off-by: Bernd Kuhls Committed, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot