Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp668329ybg; Mon, 1 Jun 2020 11:12:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz6Tb6YDaZn8GxEw7RnJ2yWC+EsGaUldu9y0q4kUe++zHiAsjaWmMDF9MFQUyHD1ncSRrA4 X-Received: by 2002:a17:906:5785:: with SMTP id k5mr7048086ejq.494.1591035164275; Mon, 01 Jun 2020 11:12:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591035164; cv=none; d=google.com; s=arc-20160816; b=X2Miw+lZu6SWQA9rblLSSSnRUa5mEs/13shSf85E97FrvC30/XGwfU714aLo46afr+ R6KvryNMCGKLNHhE9nHUnMMExui8HBUxuzx4GIgz51dsvYzeokSoJVW1VnfkFvjnYml1 DNNsBZWzJZybl7dEHP6XYoIbu3Dyw1FhDPzWKdCaBVMElifNaOUQLky4B9RiBQdXz4y6 cXYdJp6s9smuigQK/ohpWatcTsCQHyvTeo2YEDflkPPJdkdA+FFysBuP2cu32bGlaXA8 4Yk3Ukw4eUlUVOItZjYjBEjbM7mjhYVHmvMAXPESKEc/j98Gs6WPBkQGwanFmGJTsWJo N+Aw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=dkaQqYSFLbi6FTtOLCWCpo3qFOZy1E1PCDTPvkAUGgI=; b=W1UbOtMn5v6CC+gTFRN/Uf7EDXcBFCfZemgRrpBKbUcsP2jKTAC9I02mYDumH2FRy6 +w1Uk7kAR4pwlZfISdmOfyDMFfF31Y1yrBfajqf3xF32EcYWHDE8eI+tRYngI5U8nCiX yHNVQILR5G8vhdTciCi5QYSK9rftP2frVbjIkBMs6rcMmwsEdcgMl0TcSTYzCc1/5ID3 XBudcnuaAPSK3LdsmUVTj1gW+Hvy9B67DGS4dc35FjXgslTrr8n6EbeXEZk456BNpqGr H2E5Qn9fwAUih4OOwMRRJY1Ha9AAmRBHCEhTdqLMoC0Psj++fRRFn2QuGdlgZs+1jrLG DVZg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=Cgb1HHfm; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b17si143249eja.150.2020.06.01.11.12.20; Mon, 01 Jun 2020 11:12:44 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=Cgb1HHfm; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730883AbgFASJa (ORCPT + 99 others); Mon, 1 Jun 2020 14:09:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:55834 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730873AbgFASJZ (ORCPT ); Mon, 1 Jun 2020 14:09:25 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E9CFF2068D; Mon, 1 Jun 2020 18:09:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1591034964; bh=aYhFCPraAuuhSNT615HvbyUmvG8NskDq5ppqHhOLMQY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Cgb1HHfmeUsRy7FRCaDWXDpgqGY47Bu5+P6N4ZBlpBRVw7GOTIp/82eOsqu3uuZ+Q Aan0p+gICC9Oe1lYkJNUIr8vJja47lq+C9GNSrWJNaYpokyr0LMtIzzhsnhEhmT6aa UjuSahbtqnoRtv7eEz+IzTieOM9pak/H1Gc64Azk= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Andy Lutomirski , "Eric W. Biederman" , Sasha Levin Subject: [PATCH 5.4 090/142] exec: Always set cap_ambient in cap_bprm_set_creds Date: Mon, 1 Jun 2020 19:54:08 +0200 Message-Id: <20200601174047.286596223@linuxfoundation.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200601174037.904070960@linuxfoundation.org> References: <20200601174037.904070960@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Eric W. Biederman [ Upstream commit a4ae32c71fe90794127b32d26d7ad795813b502e ] An invariant of cap_bprm_set_creds is that every field in the new cred structure that cap_bprm_set_creds might set, needs to be set every time to ensure the fields does not get a stale value. The field cap_ambient is not set every time cap_bprm_set_creds is called, which means that if there is a suid or sgid script with an interpreter that has neither the suid nor the sgid bits set the interpreter should be able to accept ambient credentials. Unfortuantely because cap_ambient is not reset to it's original value the interpreter can not accept ambient credentials. Given that the ambient capability set is expected to be controlled by the caller, I don't think this is particularly serious. But it is definitely worth fixing so the code works correctly. I have tested to verify my reading of the code is correct and the interpreter of a sgid can receive ambient capabilities with this change and cannot receive ambient capabilities without this change. Cc: stable@vger.kernel.org Cc: Andy Lutomirski Fixes: 58319057b784 ("capabilities: ambient capabilities") Signed-off-by: "Eric W. Biederman" Signed-off-by: Sasha Levin --- security/commoncap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/security/commoncap.c b/security/commoncap.c index f4ee0ae106b2..0ca31c8bc0b1 100644 --- a/security/commoncap.c +++ b/security/commoncap.c @@ -812,6 +812,7 @@ int cap_bprm_set_creds(struct linux_binprm *bprm) int ret; kuid_t root_uid; + new->cap_ambient = old->cap_ambient; if (WARN_ON(!cap_ambient_invariant_ok(old))) return -EPERM; -- 2.25.1