Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp10437126ybi; Wed, 24 Jul 2019 23:11:48 -0700 (PDT) X-Google-Smtp-Source: APXvYqw7l38FEgO/J6SFkrmqLtpnq0Ez8EX6n16xWUc82TZioLUbwhgLUbKG9Z96p9k9sa1FqyqZ X-Received: by 2002:a17:90a:cf8f:: with SMTP id i15mr39895222pju.110.1564035108206; Wed, 24 Jul 2019 23:11:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564035108; cv=none; d=google.com; s=arc-20160816; b=meeDJqm83kh9p+uHcAq8Qa/ivbO02hNmshS6aa7cK1ekIHRJUguaC7gR5+ydYc/ZLw 9jOVGSnUtFCsC/+P7BkLuWJUWbC8z6qHqx3UXm4LhAR/dbNYwW8wvjcHFOE0thRHjhSk 9mMvAIPVOv8vXC12i4omL/Hu5UWPTRZLX0IjdQUd/Xzj1mt90Xgdic3np+w7A/9SilDh HTLeBFSAG4OQ49HRcFN1lt3XV0a5ATZd7E1YgYtfaW/cZsLRJZ/qE7Zo3bJG4xMCG/sc GCdhq7NeuU9IUC+VIjmGOIgt2RH7OnHMV9pl3yX86N319T5Fn4JiQWKPTr8u3sCkqdk9 SrIw== 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=bRCeU54kmvoXXgTocq5U/Z61ebz9+q7j3Yza/nG2vIs=; b=e0t4GV4deP1gfC3OLltN50joB9w5hb0Mf0e2GBqb5hB8AdQaI38P7XfgSnRVhq8E5r AZ4TAQQ0GU53TwgvtQybxAhLij/5+nK6P1uksBHrimoR5SSGZSy5MiJYSWrSWzL6aJjj S3NWOCfmDQ2nHgrTXF/mr1PKXtDS7EhD+OOLeLLDNyGYxgpJkVnVAmfL43brKqOGwFMt dQVCrx8xFZDjfPczpdvtrCjipoQk8y3mLSngqPJ3gelzHRcmzDE0fJSkg+fI9gYz39sB ib76nNhxQ8YbpCIrOWa2fFuBwpQkS/N1LUGrHyWZu2ylIffcEIwe+YLIlBc5syQp/p2e nVhQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=d4FXEn+i; 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 az7si14748510pjb.51.2019.07.24.23.11.33; Wed, 24 Jul 2019 23:11:48 -0700 (PDT) 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=d4FXEn+i; 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 S2404751AbfGYFlw (ORCPT + 99 others); Thu, 25 Jul 2019 01:41:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:56676 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390784AbfGYFlu (ORCPT ); Thu, 25 Jul 2019 01:41:50 -0400 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 E559322BF5; Thu, 25 Jul 2019 05:41:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564033309; bh=2aEr7WWYA8Y0U79x/9EAC5oOpX9nKKrXz/zsHy13mGw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=d4FXEn+iiPCa+8r17Vmlegk8JNkeM4S0Ihu0bOIkTOJHQQKMF+68el321T+E7yovX GfqHKXM3QCTU86D9MS+kdnw92LzNXEIugdLY9T+6I4ccFDSrmAxC18E7yKh3sIpgKw e8pXvcTT2V4FjSUPX52Q38tIDUB/uxIyJpPJvwHI= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Denis Efremov , Willy Tarreau , Linus Torvalds , Sasha Levin Subject: [PATCH 4.19 162/271] floppy: fix invalid pointer dereference in drive_name Date: Wed, 24 Jul 2019 21:20:31 +0200 Message-Id: <20190724191709.058727058@linuxfoundation.org> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190724191655.268628197@linuxfoundation.org> References: <20190724191655.268628197@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 [ Upstream commit 9b04609b784027968348796a18f601aed9db3789 ] This fixes the invalid pointer dereference in the drive_name function of the floppy driver. The native_format field of the struct floppy_drive_params is used as floppy_type array index in the drive_name function. Thus, the field should be checked the same way as the autodetect field. To trigger the bug, one could use a value out of range and set the drive parameters with the FDSETDRVPRM ioctl. Next, FDGETDRVTYP ioctl should be used to call the drive_name. A floppy disk is not required to be inserted. CAP_SYS_ADMIN is required to call FDSETDRVPRM. The patch adds the check for a value of the native_format field to be in the '0 <= x < ARRAY_SIZE(floppy_type)' range of the floppy_type array indices. The bug was found by syzkaller. Signed-off-by: Denis Efremov Tested-by: Willy Tarreau Signed-off-by: Linus Torvalds Signed-off-by: Sasha Levin --- drivers/block/floppy.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/drivers/block/floppy.c b/drivers/block/floppy.c index dd49737effbf..8d69a8af8b78 100644 --- a/drivers/block/floppy.c +++ b/drivers/block/floppy.c @@ -3391,7 +3391,8 @@ static int fd_getgeo(struct block_device *bdev, struct hd_geometry *geo) return 0; } -static bool valid_floppy_drive_params(const short autodetect[8]) +static bool valid_floppy_drive_params(const short autodetect[8], + int native_format) { size_t floppy_type_size = ARRAY_SIZE(floppy_type); size_t i = 0; @@ -3402,6 +3403,9 @@ static bool valid_floppy_drive_params(const short autodetect[8]) return false; } + if (native_format < 0 || native_format >= floppy_type_size) + return false; + return true; } @@ -3531,7 +3535,8 @@ static int fd_locked_ioctl(struct block_device *bdev, fmode_t mode, unsigned int SUPBOUND(size, strlen((const char *)outparam) + 1); break; case FDSETDRVPRM: - if (!valid_floppy_drive_params(inparam.dp.autodetect)) + if (!valid_floppy_drive_params(inparam.dp.autodetect, + inparam.dp.native_format)) return -EINVAL; *UDP = inparam.dp; break; @@ -3730,7 +3735,7 @@ static int compat_setdrvprm(int drive, return -EPERM; if (copy_from_user(&v, arg, sizeof(struct compat_floppy_drive_params))) return -EFAULT; - if (!valid_floppy_drive_params(v.autodetect)) + if (!valid_floppy_drive_params(v.autodetect, v.native_format)) return -EINVAL; mutex_lock(&floppy_mutex); UDP->cmos = v.cmos; -- 2.20.1