Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3530562imu; Mon, 7 Jan 2019 05:10:20 -0800 (PST) X-Google-Smtp-Source: ALg8bN7fyB2Dmvi9D95yp0ThBVgUU3P+eYZe772OU94yW6zsF3ZFPsx3tCkfGBqpBlADvWmLLsh6 X-Received: by 2002:a62:ca05:: with SMTP id n5mr63093210pfg.154.1546866620745; Mon, 07 Jan 2019 05:10:20 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1546866620; cv=none; d=google.com; s=arc-20160816; b=dJfoqvq9NFpAlYwM2ASkDmz+GKRYeD+OI+t4aMKkoXghJ0gBjysYKFk4I/41yW2XBh AJCmy52ceUTfjSJqK9mQPr4IwAYUvELTV50WGRHzlADwLAaSuCL2NG2tQckwoOk1AnF+ wPTKS6Pm0enzugfR3P9p9edha/3HtJxAFv6NbJwtdDk9Q397WHq+9p6qgYDY6UZc61Wc 6OPUwjGl4gfH0+UnBEB5kUeBL2vH0ZefjJ+fLdqAb4biJYNQEDq34rEXqBL+mWIc2w2F t0Q74ZcB0juwMgOQ9m+JUKFlFPjEFRs4mwDfa6DHEeWZmRtp4tzJCZunLUVKdsfRB1+7 qBfw== 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=nihrMLJGFJTg+p+5ouQsxu3J9YI7wHTn0c31XC1SxCI=; b=Ip4/v+/1y0KNk+RWjmufruahI73r3fNmt5xKHzfwwLWC4wcmzjkItktkcTigV6GgqQ jgq9VFQHrnksKPMaYnQ2S0dnUimL6FlP/HraY0fiXiQsSoTbVJ9BFOOOvBgGuYUeorz6 7mW5xEtTwav6+IV9VTQ10prRe+m+wBXyOyjXDlWvtuzYN97nEWBgS2qD7hEBwRLbBi6p 283c/kGg2NWvbCX8f/9Scw/6LL/UH6g4VtF6kVTDtpBAlZOhQKCN5edbJkN7SAah6V2F aMSUK1xIgB49oQOqtcRvamaQj5RwtfXCH+GGDkzky7nhqL0WFT0TTyvjosLxLAd8OM6j vOtA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=xZpKLDTD; 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 r14si3352586plx.56.2019.01.07.05.10.05; Mon, 07 Jan 2019 05:10:20 -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=xZpKLDTD; 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 S1731262AbfAGNHA (ORCPT + 99 others); Mon, 7 Jan 2019 08:07:00 -0500 Received: from mail.kernel.org ([198.145.29.99]:54206 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727362AbfAGNG6 (ORCPT ); Mon, 7 Jan 2019 08:06:58 -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 EBDA4206BB; Mon, 7 Jan 2019 13:06:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1546866417; bh=HWipk9tTY4oM6WAuP2ZaKvGYa7jx2R1G7yZz6QMYU2o=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=xZpKLDTDvuQHpfPycSllpMv8yFgberuL422DgWfDZEcTqm4cjhrQ2f+xFvqXYAFYP 7bpLOWKtlwjRK7qXmWHFOtdUSJaDHYTy/wukDjcpp0Vygb46b6m5ZNrenMhRrVO4/F UI6Zdmx3su++bCZLZXybRrVK9Kw0NphGvhA1SJkg= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, "Gustavo A. R. Silva" , Takashi Iwai Subject: [PATCH 4.9 33/71] ALSA: emux: Fix potential Spectre v1 vulnerabilities Date: Mon, 7 Jan 2019 13:33:02 +0100 Message-Id: <20190107105334.647008182@linuxfoundation.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190107105330.280153213@linuxfoundation.org> References: <20190107105330.280153213@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.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Gustavo A. R. Silva commit 4aea96f4237cea0c51a8bc87c0db31f0f932f1f0 upstream. info.mode and info.port are indirectly controlled by user-space, hence leading to a potential exploitation of the Spectre variant 1 vulnerability. These issues were detected with the help of Smatch: sound/synth/emux/emux_hwdep.c:72 snd_emux_hwdep_misc_mode() warn: potential spectre issue 'emu->portptrs[i]->ctrls' [w] (local cap) sound/synth/emux/emux_hwdep.c:75 snd_emux_hwdep_misc_mode() warn: potential spectre issue 'emu->portptrs' [w] (local cap) sound/synth/emux/emux_hwdep.c:75 snd_emux_hwdep_misc_mode() warn: potential spectre issue 'emu->portptrs[info.port]->ctrls' [w] (local cap) Fix this by sanitizing both info.mode and info.port before using them to index emu->portptrs[i]->ctrls, emu->portptrs[info.port]->ctrls and emu->portptrs. Notice that given that speculation windows are large, the policy is to kill the speculation on the first load and not worry if it can be completed with a dependent load/store [1]. [1] https://marc.info/?l=linux-kernel&m=152449131114778&w=2 Signed-off-by: Gustavo A. R. Silva Cc: stable@vger.kernel.org Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/synth/emux/emux_hwdep.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) --- a/sound/synth/emux/emux_hwdep.c +++ b/sound/synth/emux/emux_hwdep.c @@ -22,9 +22,9 @@ #include #include #include +#include #include "emux_voice.h" - #define TMP_CLIENT_ID 0x1001 /* @@ -66,13 +66,16 @@ snd_emux_hwdep_misc_mode(struct snd_emux return -EFAULT; if (info.mode < 0 || info.mode >= EMUX_MD_END) return -EINVAL; + info.mode = array_index_nospec(info.mode, EMUX_MD_END); if (info.port < 0) { for (i = 0; i < emu->num_ports; i++) emu->portptrs[i]->ctrls[info.mode] = info.value; } else { - if (info.port < emu->num_ports) + if (info.port < emu->num_ports) { + info.port = array_index_nospec(info.port, emu->num_ports); emu->portptrs[info.port]->ctrls[info.mode] = info.value; + } } return 0; }