Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp2758348imj; Mon, 11 Feb 2019 08:03:32 -0800 (PST) X-Google-Smtp-Source: AHgI3IYXkqxmX0xMgVq2c/LcJPIm4CNH8bh2xPfmLMIpsRS5mPMCghHGncQM1+bNcB/6f54x7ma5 X-Received: by 2002:a17:902:ba90:: with SMTP id k16mr12053949pls.214.1549901012793; Mon, 11 Feb 2019 08:03:32 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549901012; cv=none; d=google.com; s=arc-20160816; b=EVxK07b+kbaqJtHTPaYmDxjcugBjs8BInjwRYWIgWjLlJLyNozK/f6JmMBjkhFw2Zn bnLE9TzZ7JX4q1w4W9T/fkWuifVg4KCyYQFWJTz8glb8HYr/UEQhfn7VhTwF9s9Yb0CH PL8MtObFlA2IXwMHia0XTu8IkyLaJJ4ItBrurDNbYP6pb1UnpKT2zrfvHkM/Ft8iRQpo xsNQJarbd+5qMUnxt0dozsn3frVY12zR70E7pcMK3IclFq22h7qzwhYFwcN2yaDfL1VI VxANeVvA9dy5OhlG6q9qwbpLPGu8RUyZRgLOR1XGIfgPdCavXQl26ECGcbbdzAbK9bbk Ye3Q== 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=4v6o7eIIbEA59RkDsoFyIPSPC/8BwxYgpT3mq1AKm44=; b=kTqIl7WsCR72Ae95FAfOdbBFnYeSrDrCHKjFEbz2A10AMDjJBnyrcJWeYBGP8qcTvC iolrVyGFWykFggrpyFOgPavXc9BuRjDl6KSqobvv4Et1eigd9OB+pi4Z9ttD9V+Opi5v LpMUfT9bITA+fL62v8N8I51ixjYRaeGHpEjoqOwDS47brIAbiAvoEToBbjfHh5Omk2+o 5MOobVzdTuSAuL9tALW+3dmPeyMHaB6O4bHi7zmG98ik98pYERekHBeb9/yIbqFmKAJG pJD4Vvgy4S1zmUTuGYQVdkK5botk9UFMXr0Z2UF1A3yimBTKkp3sUuSx5owfQVORrB8q CpeQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="RdXzutc/"; 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 t14si8452754pfh.107.2019.02.11.08.03.12; Mon, 11 Feb 2019 08:03:32 -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="RdXzutc/"; 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 S1730703AbfBKQAr (ORCPT + 99 others); Mon, 11 Feb 2019 11:00:47 -0500 Received: from mail.kernel.org ([198.145.29.99]:40234 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729447AbfBKOco (ORCPT ); Mon, 11 Feb 2019 09:32:44 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.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 90E2C214DA; Mon, 11 Feb 2019 14:32:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549895563; bh=gMprJpVwnI4G7NO650R57cYS4uv6cOHdtsRuBsvgbbs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=RdXzutc/7/xWJDccOPDIfmnahae4Pobsq/A1N5yhkhWz/ziSkFn93XZ85KaA6TUMz jUGUbksYMYFqW7M9nLBKJIjmGV+4L1izulOmQDX//UbwzVQkU0j/hGr7KClPSDjNya x92Q9sqrpSBs3cmvljytjs3pEqodEQWdmMxmYU+Y= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Jia-Ju Bai , Kalle Valo , Sasha Levin Subject: [PATCH 4.20 217/352] cw1200: Fix concurrency use-after-free bugs in cw1200_hw_scan() Date: Mon, 11 Feb 2019 15:17:24 +0100 Message-Id: <20190211141901.036730955@linuxfoundation.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190211141846.543045703@linuxfoundation.org> References: <20190211141846.543045703@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore 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 4.20-stable review patch. If anyone has any objections, please let me know. ------------------ [ Upstream commit 4f68ef64cd7feb1220232bd8f501d8aad340a099 ] The function cw1200_bss_info_changed() and cw1200_hw_scan() can be concurrently executed. The two functions both access a possible shared variable "frame.skb". This shared variable is freed by dev_kfree_skb() in cw1200_upload_beacon(), which is called by cw1200_bss_info_changed(). The free operation is protected by a mutex lock "priv->conf_mutex" in cw1200_bss_info_changed(). In cw1200_hw_scan(), this shared variable is accessed without the protection of the mutex lock "priv->conf_mutex". Thus, concurrency use-after-free bugs may occur. To fix these bugs, the original calls to mutex_lock(&priv->conf_mutex) and mutex_unlock(&priv->conf_mutex) are moved to the places, which can protect the accesses to the shared variable. Signed-off-by: Jia-Ju Bai Signed-off-by: Kalle Valo Signed-off-by: Sasha Levin --- drivers/net/wireless/st/cw1200/scan.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/drivers/net/wireless/st/cw1200/scan.c b/drivers/net/wireless/st/cw1200/scan.c index 67213f11acbd..0a9eac93dd01 100644 --- a/drivers/net/wireless/st/cw1200/scan.c +++ b/drivers/net/wireless/st/cw1200/scan.c @@ -78,6 +78,10 @@ int cw1200_hw_scan(struct ieee80211_hw *hw, if (req->n_ssids > WSM_SCAN_MAX_NUM_OF_SSIDS) return -EINVAL; + /* will be unlocked in cw1200_scan_work() */ + down(&priv->scan.lock); + mutex_lock(&priv->conf_mutex); + frame.skb = ieee80211_probereq_get(hw, priv->vif->addr, NULL, 0, req->ie_len); if (!frame.skb) @@ -86,19 +90,15 @@ int cw1200_hw_scan(struct ieee80211_hw *hw, if (req->ie_len) skb_put_data(frame.skb, req->ie, req->ie_len); - /* will be unlocked in cw1200_scan_work() */ - down(&priv->scan.lock); - mutex_lock(&priv->conf_mutex); - ret = wsm_set_template_frame(priv, &frame); if (!ret) { /* Host want to be the probe responder. */ ret = wsm_set_probe_responder(priv, true); } if (ret) { + dev_kfree_skb(frame.skb); mutex_unlock(&priv->conf_mutex); up(&priv->scan.lock); - dev_kfree_skb(frame.skb); return ret; } @@ -120,10 +120,9 @@ int cw1200_hw_scan(struct ieee80211_hw *hw, ++priv->scan.n_ssids; } - mutex_unlock(&priv->conf_mutex); - if (frame.skb) dev_kfree_skb(frame.skb); + mutex_unlock(&priv->conf_mutex); queue_work(priv->workqueue, &priv->scan.work); return 0; } -- 2.19.1