Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp6030092ybc; Wed, 27 Nov 2019 13:42:50 -0800 (PST) X-Google-Smtp-Source: APXvYqy8aucS6WrP3i5vDsGqMlEng7iCVcRC/0w4120mCyv/fLZYmit5dvEIbXrcY5S0Dz2VODgh X-Received: by 2002:a17:906:ce2f:: with SMTP id sd15mr53344894ejb.270.1574890970709; Wed, 27 Nov 2019 13:42:50 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574890970; cv=none; d=google.com; s=arc-20160816; b=IsIVY4feRrKAdUj9uB7qZKbgM2ifUw0BR/vZH4Wr7XWvaIhKkNtp7EbOVGCUlZS/a6 UGcbKbFnWwyg8VzGpq8yR638vY4raAPkufKoM3U632Vs/YWt8dbYGMTVyrTMn/qVDrtX 8P0rVq9hRrhls2cYL98wippfWk06c67y2yhoaXrqHdGGWgcVdGOugGh1OnqvHmh3fsvu x6A/hbKn+7g3bJHU5PeH2wLq6aDleUoIYIOekedQgjbih+WSNFwDVLfCxLijN1I2lXdo tMda3bUmkvWrWEJa64aiIVBHPXIiU04Eo/sHGMdJJGebgIVccQZrcKQh5vg2n4XvnL4b FWoQ== 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=b0SgCtjAMSXtKnkAHNasfua9jJEKRhSwtbkH2dcaJQA=; b=gnslrVlUYLY8DXWrbocCg6slBwW7kRaqSCC8bwzcfwrMAHixERuxVCYes7Y6V/GbGc N7IRRwjl4rrzeTeq89ZsRkLrZ+HCJ9+5Wylc58tjM9Iok8vIUbFJRiXmma16NpAkCOoq V3GKre36ENHOucdHLUUJ04APsXp0CkUCzvwdyha5Pg/6NBdP+AImwtABRAtUf/67wj8s aXJWXxI/OfjmvQRatnvXjfvTLT/lxY0svG1QfKc4kQSrhuy+CnFeHSop39VZs/EOFC7S CFl5Hrdhgd7wCOyGzFSWcygVqGqU//PWLH2St+tAcbdpvjlIlx/64eTl117fk6varUMm NrkA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="Z8c2/53t"; 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 r2si10182577ejz.12.2019.11.27.13.42.27; Wed, 27 Nov 2019 13:42:50 -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="Z8c2/53t"; 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 S1728876AbfK0Uoh (ORCPT + 99 others); Wed, 27 Nov 2019 15:44:37 -0500 Received: from mail.kernel.org ([198.145.29.99]:54146 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728862AbfK0Uoe (ORCPT ); Wed, 27 Nov 2019 15:44:34 -0500 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 6C7232178F; Wed, 27 Nov 2019 20:44:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574887473; bh=9B6GrDuhO3nYggNeXjT6efoTBJb8CCHuOICDw6iHpa4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Z8c2/53t4VyiTGRrpjggfEuPw6EC1yP/5Ssz/14s3UajQlwYhoclSp8UKL9iP9m2e 9uS/j2IDSODMCUbMEnvVnBbLLK6Yt7e9FKzHmSH8WBN2gM28jMORtDU5knf8pyKS3m CTayOwVdYFJ7NL4LXbpXtFCOqP0289owUWwQg4tw= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Alan Stern , Hans Verkuil , Mauro Carvalho Chehab Subject: [PATCH 4.9 126/151] media: usbvision: Fix races among open, close, and disconnect Date: Wed, 27 Nov 2019 21:31:49 +0100 Message-Id: <20191127203045.785329463@linuxfoundation.org> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20191127203000.773542911@linuxfoundation.org> References: <20191127203000.773542911@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: Alan Stern commit 9e08117c9d4efc1e1bc6fce83dab856d9fd284b6 upstream. Visual inspection of the usbvision driver shows that it suffers from three races between its open, close, and disconnect handlers. In particular, the driver is careful to update its usbvision->user and usbvision->remove_pending flags while holding the private mutex, but: usbvision_v4l2_close() and usbvision_radio_close() don't hold the mutex while they check the value of usbvision->remove_pending; usbvision_disconnect() doesn't hold the mutex while checking the value of usbvision->user; and also, usbvision_v4l2_open() and usbvision_radio_open() don't check whether the device has been unplugged before allowing the user to open the device files. Each of these can potentially lead to usbvision_release() being called twice and use-after-free errors. This patch fixes the races by reading the flags while the mutex is still held and checking for pending removes before allowing an open to succeed. Signed-off-by: Alan Stern CC: Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Greg Kroah-Hartman --- drivers/media/usb/usbvision/usbvision-video.c | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) --- a/drivers/media/usb/usbvision/usbvision-video.c +++ b/drivers/media/usb/usbvision/usbvision-video.c @@ -332,6 +332,10 @@ static int usbvision_v4l2_open(struct fi if (mutex_lock_interruptible(&usbvision->v4l2_lock)) return -ERESTARTSYS; + if (usbvision->remove_pending) { + err_code = -ENODEV; + goto unlock; + } if (usbvision->user) { err_code = -EBUSY; } else { @@ -395,6 +399,7 @@ unlock: static int usbvision_v4l2_close(struct file *file) { struct usb_usbvision *usbvision = video_drvdata(file); + int r; PDEBUG(DBG_IO, "close"); @@ -409,9 +414,10 @@ static int usbvision_v4l2_close(struct f usbvision_scratch_free(usbvision); usbvision->user--; + r = usbvision->remove_pending; mutex_unlock(&usbvision->v4l2_lock); - if (usbvision->remove_pending) { + if (r) { printk(KERN_INFO "%s: Final disconnect\n", __func__); usbvision_release(usbvision); return 0; @@ -1095,6 +1101,11 @@ static int usbvision_radio_open(struct f if (mutex_lock_interruptible(&usbvision->v4l2_lock)) return -ERESTARTSYS; + + if (usbvision->remove_pending) { + err_code = -ENODEV; + goto out; + } err_code = v4l2_fh_open(file); if (err_code) goto out; @@ -1127,6 +1138,7 @@ out: static int usbvision_radio_close(struct file *file) { struct usb_usbvision *usbvision = video_drvdata(file); + int r; PDEBUG(DBG_IO, ""); @@ -1139,9 +1151,10 @@ static int usbvision_radio_close(struct usbvision_audio_off(usbvision); usbvision->radio = 0; usbvision->user--; + r = usbvision->remove_pending; mutex_unlock(&usbvision->v4l2_lock); - if (usbvision->remove_pending) { + if (r) { printk(KERN_INFO "%s: Final disconnect\n", __func__); v4l2_fh_release(file); usbvision_release(usbvision); @@ -1568,6 +1581,7 @@ err_usb: static void usbvision_disconnect(struct usb_interface *intf) { struct usb_usbvision *usbvision = to_usbvision(usb_get_intfdata(intf)); + int u; PDEBUG(DBG_PROBE, ""); @@ -1584,13 +1598,14 @@ static void usbvision_disconnect(struct v4l2_device_disconnect(&usbvision->v4l2_dev); usbvision_i2c_unregister(usbvision); usbvision->remove_pending = 1; /* Now all ISO data will be ignored */ + u = usbvision->user; usb_put_dev(usbvision->dev); usbvision->dev = NULL; /* USB device is no more */ mutex_unlock(&usbvision->v4l2_lock); - if (usbvision->user) { + if (u) { printk(KERN_INFO "%s: In use, disconnect pending\n", __func__); wake_up_interruptible(&usbvision->wait_frame);