Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp4014175ybl; Mon, 3 Feb 2020 10:52:11 -0800 (PST) X-Google-Smtp-Source: APXvYqwlGTu6eEhCmaHPWndwcWgS3SU1gQa2vt5CwOO5REXkG8MPGz+6JBWRYibuvsDqpFGuZFBm X-Received: by 2002:a9d:7304:: with SMTP id e4mr17333416otk.99.1580755931698; Mon, 03 Feb 2020 10:52:11 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1580755931; cv=none; d=google.com; s=arc-20160816; b=oeADqxV/UtnvEC3kJmKDLKH8dm/8auDC6as2OPTC5IAHq426riRqhkkKKLGmno8iza prrrzyw4bIznPiuL1+gzh8xPbAOEmUQQX/7B47Q8w30LY+LRug3aCcZxXuR9cLjStZMR uz7Bc/8H7ZfnRpE4LlQR0rIjkV9Ha72Ssje1FvbSWNgmNNH3EN3ZVFb7tpi/vwB3M7G8 uDRXjp4a6iCTohkkueQMNVLILGtT8Oqq1L6nQU8ATF1a87pVr47glodz4pGf1t9szDc5 /pbHAEiZF48riP8YOeqBP8G0d2wH6kq8LzffE2gwiQV2Wk3pthxcbluuvsy8mwbqy1ze 8MHw== 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=ig7imo1hRimnDuKzrKrZvkJigN6+3fze3wTZufTbajE=; b=G/bz843dexd/ngKpcn0pcQC5IDFYhj+kscpoH/k9JemVLVwN6bZPJvIqFj4dc7RGbY P/WsjZ0E6Nva16Oojr9SsqGZ2xAHNBxH3bNuxJDdjdAMF8urkMU8ZIaM/PO0y5Zf1JM4 AJVzHlBvCTYWg1U3f23WZHsJmC2OGOjw66EEr4OgBYrjLNJWjNjN6AIQe835/qJSc1pI R455ZibaOtOaHviBEhbkIUNg3Y9xNZxcxBKUFTVz4bmPeXQ6k01HFPJAxay6LzgrCynv sMnCHghilTH53/Q4DOByzR4ZNaQTbMBiHtro1C7QHUd7DS+Zae/lN7pQt5GzpXVqYx/g bvsQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=skffbovm; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w23si4307601otm.256.2020.02.03.10.51.59; Mon, 03 Feb 2020 10:52:11 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=skffbovm; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731457AbgBCQiK (ORCPT + 99 others); Mon, 3 Feb 2020 11:38:10 -0500 Received: from mail.kernel.org ([198.145.29.99]:53918 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731433AbgBCQiI (ORCPT ); Mon, 3 Feb 2020 11:38:08 -0500 Received: from localhost (unknown [104.132.45.99]) (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 651D12087E; Mon, 3 Feb 2020 16:38:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580747886; bh=QRu/AKVn0AAOHfG/bix1Ht8U43k9W/oQjtS6X83Z7s0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=skffbovmtLLYGOJoXB0uA/ewJYt3NFgABfKwLrtfwEgIXD2JKewWqmO2ZYNnqE1gy I0ylGJOwY850egR/xC0h5Elrt3wam9yjKG7zM7wtoDK62TUeqKudgprBDRWfleMURB 1QnCMe1XXfZaegRQfHlf26Fn2tQq3ETiSdIZNAQE= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Reinette Chatre , Xiaochen Shen , Borislav Petkov , Tony Luck , Thomas Gleixner , Sasha Levin Subject: [PATCH 5.5 05/23] x86/resctrl: Fix use-after-free due to inaccurate refcount of rdtgroup Date: Mon, 3 Feb 2020 16:20:25 +0000 Message-Id: <20200203161903.828292226@linuxfoundation.org> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200203161902.288335885@linuxfoundation.org> References: <20200203161902.288335885@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: Xiaochen Shen [ Upstream commit 074fadee59ee7a9d2b216e9854bd4efb5dad679f ] There is a race condition in the following scenario which results in an use-after-free issue when reading a monitoring file and deleting the parent ctrl_mon group concurrently: Thread 1 calls atomic_inc() to take refcount of rdtgrp and then calls kernfs_break_active_protection() to drop the active reference of kernfs node in rdtgroup_kn_lock_live(). In Thread 2, kernfs_remove() is a blocking routine. It waits on all sub kernfs nodes to drop the active reference when removing all subtree kernfs nodes recursively. Thread 2 could block on kernfs_remove() until Thread 1 calls kernfs_break_active_protection(). Only after kernfs_remove() completes the refcount of rdtgrp could be trusted. Before Thread 1 calls atomic_inc() and kernfs_break_active_protection(), Thread 2 could call kfree() when the refcount of rdtgrp (sentry) is 0 instead of 1 due to the race. In Thread 1, in rdtgroup_kn_unlock(), referring to earlier rdtgrp memory (rdtgrp->waitcount) which was already freed in Thread 2 results in use-after-free issue. Thread 1 (rdtgroup_mondata_show) Thread 2 (rdtgroup_rmdir) -------------------------------- ------------------------- rdtgroup_kn_lock_live /* * kn active protection until * kernfs_break_active_protection(kn) */ rdtgrp = kernfs_to_rdtgroup(kn) rdtgroup_kn_lock_live atomic_inc(&rdtgrp->waitcount) mutex_lock rdtgroup_rmdir_ctrl free_all_child_rdtgrp /* * sentry->waitcount should be 1 * but is 0 now due to the race. */ kfree(sentry)*[1] /* * Only after kernfs_remove() * completes, the refcount of * rdtgrp could be trusted. */ atomic_inc(&rdtgrp->waitcount) /* kn->active-- */ kernfs_break_active_protection(kn) rdtgroup_ctrl_remove rdtgrp->flags = RDT_DELETED /* * Blocking routine, wait for * all sub kernfs nodes to drop * active reference in * kernfs_break_active_protection. */ kernfs_remove(rdtgrp->kn) rdtgroup_kn_unlock mutex_unlock atomic_dec_and_test( &rdtgrp->waitcount) && (flags & RDT_DELETED) kernfs_unbreak_active_protection(kn) kfree(rdtgrp) mutex_lock mon_event_read rdtgroup_kn_unlock mutex_unlock /* * Use-after-free: refer to earlier rdtgrp * memory which was freed in [1]. */ atomic_dec_and_test(&rdtgrp->waitcount) && (flags & RDT_DELETED) /* kn->active++ */ kernfs_unbreak_active_protection(kn) kfree(rdtgrp) Fix it by moving free_all_child_rdtgrp() to after kernfs_remove() in rdtgroup_rmdir_ctrl() to ensure it has the accurate refcount of rdtgrp. Fixes: f3cbeacaa06e ("x86/intel_rdt/cqm: Add rmdir support") Suggested-by: Reinette Chatre Signed-off-by: Xiaochen Shen Signed-off-by: Borislav Petkov Reviewed-by: Reinette Chatre Reviewed-by: Tony Luck Acked-by: Thomas Gleixner Cc: stable@vger.kernel.org Link: https://lkml.kernel.org/r/1578500886-21771-3-git-send-email-xiaochen.shen@intel.com Signed-off-by: Sasha Levin --- arch/x86/kernel/cpu/resctrl/rdtgroup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kernel/cpu/resctrl/rdtgroup.c b/arch/x86/kernel/cpu/resctrl/rdtgroup.c index c7564294a12a8..954fd048ad9bd 100644 --- a/arch/x86/kernel/cpu/resctrl/rdtgroup.c +++ b/arch/x86/kernel/cpu/resctrl/rdtgroup.c @@ -2960,13 +2960,13 @@ static int rdtgroup_rmdir_ctrl(struct kernfs_node *kn, struct rdtgroup *rdtgrp, closid_free(rdtgrp->closid); free_rmid(rdtgrp->mon.rmid); + rdtgroup_ctrl_remove(kn, rdtgrp); + /* * Free all the child monitor group rmids. */ free_all_child_rdtgrp(rdtgrp); - rdtgroup_ctrl_remove(kn, rdtgrp); - return 0; } -- 2.20.1