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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 4EB85CDB47E for ; Thu, 12 Oct 2023 14:39:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id E7A224172B; Thu, 12 Oct 2023 14:39:17 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org E7A224172B 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 Z1psd3C_p_wp; Thu, 12 Oct 2023 14:39:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id 52BC7401AE; Thu, 12 Oct 2023 14:39:16 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 52BC7401AE Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id ACF851BF365 for ; Thu, 12 Oct 2023 14:39:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 942A460ACE for ; Thu, 12 Oct 2023 14:39:08 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 942A460ACE X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UXcFpcmfUIJg for ; Thu, 12 Oct 2023 14:39:06 +0000 (UTC) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by smtp3.osuosl.org (Postfix) with ESMTPS id 5FF8860BA7 for ; Thu, 12 Oct 2023 14:39:06 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 5FF8860BA7 Received: by mail.gandi.net (Postfix) with ESMTPSA id 492C91BF20A; Thu, 12 Oct 2023 14:39:04 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.94.2) (envelope-from ) id 1qqwq1-003Sp8-UU; Thu, 12 Oct 2023 16:38:57 +0200 From: Peter Korsgaard To: buildroot@buildroot.org References: <20231011114736.311388-1-peter@korsgaard.com> Date: Thu, 12 Oct 2023 16:38:57 +0200 In-Reply-To: <20231011114736.311388-1-peter@korsgaard.com> (Peter Korsgaard's message of "Wed, 11 Oct 2023 13:47:35 +0200") Message-ID: <87jzrraose.fsf@48ers.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 X-GND-Sasl: peter@korsgaard.com Subject: Re: [Buildroot] [PATCH] package/go: security bump to version 1.21.3 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: Anisse Astier , Christian Stewart Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" >>>>> "Peter" == Peter Korsgaard writes: > Fixes CVE-2023-39325: rapid stream resets can cause excessive work > A malicious HTTP/2 client which rapidly creates requests and immediately > resets them can cause excessive server resource consumption. While the > total number of requests is bounded to the http2.Server.MaxConcurrentStreams > setting, resetting an in-progress request allows the attacker to create a > new request while the existing one is still executing. > go1.21.3 (released 2023-10-10) includes a security fix to the net/http > package. > Signed-off-by: Peter Korsgaard Committed, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot