Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp1005067pxb; Wed, 1 Sep 2021 15:04:48 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyHausxdFcSRd19KhFLwvybdOQbDbFLslbJ2XvIpjeshJ+io1eH5phfbQOVwBi+5EcDLAuI X-Received: by 2002:a6b:8b54:: with SMTP id n81mr21051iod.5.1630533887782; Wed, 01 Sep 2021 15:04:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1630533887; cv=none; d=google.com; s=arc-20160816; b=VQ0OipjvUxzuSDZyZ0GBy9xSw/9A2rjyoP8LlBjUr3RmL0pmu543TXS0Z78+JvdSzN VBML8ebZHRhaqTN2L2z5P05QTXyF1O1tcK2VjvlPfgNshfCTizCxgnCTOueYj8GoYlk7 bFbrt0t33I2iNtM8ez+iWdmH/uqBK0nmuud7NgzH0Un/EL7WGYizkRN13WuJ+z6DqNZC slzwFXzvTvs6SqBEFWMGXCHr2r/zgeeWtS/FiVxu+VtO/Ga6jqK+YeL+26Phjc+V5Vo9 Q0oc1mmFv0qg0sc/R7qws4UJ27BZsra+cg1s4qPpxPIDdKp3G/zpIR43O58lB5vFOMLR lLBA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=x884fK/cvWdFfmsmc8HhEiIg5Pcpd5aJRut7+YmDzDk=; b=vC3Di0tUJbrkqR0WvcDpZkwvdyfYR9c2Vqb5yNfnGre1oPAvHM/4Z1B6Yr7pph6lqP msSKFe8Sx3VCBmS5u8zO1abO/bXb7qUsyagQpMF5oWubHUCS+KuPGKH/iXh7/Rjj3Api ly9d4wafXe0WY8zldI2hnV7i7D54xfbHa8vFbxThXmE6vCZM7dVazHJ4qwqmME/Aa+hO TJ2aA0JrjWb0/IdmV3nJZHsXYftQoIdO7cUDMbEsvcw7H4hF9QyDJqpS1laiXud7gba6 fGQzncQ/hQSof775gwpyhfBmALqzJoyraUBhvkuSytKrQN4S4ZioGGh4jVGJ7feXXAv1 4GQw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=cBI0CGfc; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s19si642495ioj.101.2021.09.01.15.04.31; Wed, 01 Sep 2021 15:04:47 -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=@linuxfoundation.org header.s=korg header.b=cBI0CGfc; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344556AbhIAMqh (ORCPT + 99 others); Wed, 1 Sep 2021 08:46:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:40918 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345147AbhIAMkx (ORCPT ); Wed, 1 Sep 2021 08:40:53 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4DC0161107; Wed, 1 Sep 2021 12:37:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1630499827; bh=3Kq52ylVp0/PL8C3rzKcUQLbuu4uAnZ3NVmvuFniZU8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=cBI0CGfcHPsnBS3hgYQWN7Ged+9K8vdvm5mybBmAWaAtDhsfPTp/F3vuLbir41kYl aDydOZQvZtmTCn/8rbdWLQXJjACAX5GLsHkzN9DG8z8eZCHsJ5jN7EI5rVMIMwZttx 6TzVIXvtfgAuV5w038TrbjZ5Jdtivyq4w1TFIFgM= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Jan Kara , Will Deacon , Alexander Viro , Seiji Nishikawa , Richard Guy Briggs , Paul Moore Subject: [PATCH 5.10 103/103] audit: move put_tree() to avoid trim_trees refcount underflow and UAF Date: Wed, 1 Sep 2021 14:28:53 +0200 Message-Id: <20210901122303.992463581@linuxfoundation.org> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20210901122300.503008474@linuxfoundation.org> References: <20210901122300.503008474@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Richard Guy Briggs commit 67d69e9d1a6c889d98951c1d74b19332ce0565af upstream. AUDIT_TRIM is expected to be idempotent, but multiple executions resulted in a refcount underflow and use-after-free. git bisect fingered commit fb041bb7c0a9 ("locking/refcount: Consolidate implementations of refcount_t") but this patch with its more thorough checking that wasn't in the x86 assembly code merely exposed a previously existing tree refcount imbalance in the case of tree trimming code that was refactored with prune_one() to remove a tree introduced in commit 8432c7006297 ("audit: Simplify locking around untag_chunk()") Move the put_tree() to cover only the prune_one() case. Passes audit-testsuite and 3 passes of "auditctl -t" with at least one directory watch. Cc: Jan Kara Cc: Will Deacon Cc: Alexander Viro Cc: Seiji Nishikawa Cc: stable@vger.kernel.org Fixes: 8432c7006297 ("audit: Simplify locking around untag_chunk()") Signed-off-by: Richard Guy Briggs Reviewed-by: Jan Kara [PM: reformatted/cleaned-up the commit description] Signed-off-by: Paul Moore Signed-off-by: Greg Kroah-Hartman --- kernel/audit_tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/kernel/audit_tree.c +++ b/kernel/audit_tree.c @@ -593,7 +593,6 @@ static void prune_tree_chunks(struct aud spin_lock(&hash_lock); } spin_unlock(&hash_lock); - put_tree(victim); } /* @@ -602,6 +601,7 @@ static void prune_tree_chunks(struct aud static void prune_one(struct audit_tree *victim) { prune_tree_chunks(victim, false); + put_tree(victim); } /* trim the uncommitted chunks from tree */