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 smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (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 53854C433EF for ; Wed, 1 Jun 2022 21:14:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 0D31A8151E; Wed, 1 Jun 2022 21:14:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KcPwKeqKLWeb; Wed, 1 Jun 2022 21:14:55 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id 28D8081409; Wed, 1 Jun 2022 21:14:54 +0000 (UTC) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id A215C1BF36A for ; Wed, 1 Jun 2022 21:14:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 9F2C6415E6 for ; Wed, 1 Jun 2022 21:14:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp4.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=bootlin.com 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 0wRbP6SnIwn8 for ; Wed, 1 Jun 2022 21:14:51 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::228]) by smtp4.osuosl.org (Postfix) with ESMTPS id 43C22415E2 for ; Wed, 1 Jun 2022 21:14:50 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 218571BF205; Wed, 1 Jun 2022 21:14:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1654118089; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=x5EehXZV5V23U4MhRjq+CcXX1mSBJMtt+fj5BQV8UFM=; b=Kme52xqOsN5LAehjbuuDlX1szsrgqrqmoh/Xbv6JaIE7qGDoAu/naQ22CRyBEePCPNxrKP rnbHsOwk+vlgP/dXDZq0lVGYiHuM2jTtNfzUtRlQ0VrsVmFiIYDKHE52MOoYqqTzSfbWBW EqsavNQ/q9QPZXU08v5CRao9M9dCwGfaXCKEjjTf27/kQDDIlxjdCm2g9tNkDa6UhELSFG OQzG6Cc148jqft+kGTwdQq4hYTuVJDHPyrp2/TBQh9pQWk6TKsSLB1PwRIP1NIR1u7sGah ImFqs8sxC4aBjjsP4nY/eNgr7x/FRr4WhHMAlziwHN0vdW8C+LPxWwHtXKAzbw== Date: Wed, 1 Jun 2022 23:14:48 +0200 To: Christian Stewart via buildroot Message-ID: <20220601231448.0a0109c0@windsurf> In-Reply-To: <20220601181047.89675-1-christian@paral.in> References: <20220601181047.89675-1-christian@paral.in> Organization: Bootlin X-Mailer: Claws Mail 4.1.0 (GTK 3.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Subject: Re: [Buildroot] [PATCH 1/1] package/runc: security bump to v1.1.2 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: , From: Thomas Petazzoni via buildroot Reply-To: Thomas Petazzoni Cc: "Yann E . MORIN" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On Wed, 1 Jun 2022 11:10:47 -0700 Christian Stewart via buildroot wrote: > Fixes CVE-2022-29162 > > Minor security issue (which appears to not be exploitable) related to process > capabilities. > > A bug was found in runc where runc exec --cap executed processes with ble Linux > process capabilities, creating an atypical Linux environment. For more > information, see GHSA-f3fp-gc8g-vw66 and CVE-2022-29162. > > runc spec no longer sets any inheritable capabilities in the created example OCI > spec (config.json) file. > > https://github.com/opencontainers/runc/releases/tag/v1.1.2 > > Signed-off-by: Christian Stewart > --- > package/runc/runc.hash | 2 +- > package/runc/runc.mk | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Applied to master, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot