Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp3541481pxj; Mon, 24 May 2021 09:00:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwkQNE6UNQAACmcYF0wW+iT513zOEOHUZ0Qnivat1vcA/8TFRpsUv4KaEofasXzPjFivQUr X-Received: by 2002:a05:6e02:1a67:: with SMTP id w7mr14296054ilv.137.1621872054666; Mon, 24 May 2021 09:00:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621872054; cv=none; d=google.com; s=arc-20160816; b=SgqvdHAfC/tJrs8XSmxoXcVjRokcnG3d3VJgXd0LyfMo6+HNPvpogZU8eq+s6gTXoK 1s+8CFQQWB1mmfJ1cdxPiGUZdShx7NOp20zGSS/C9r9uBcDZhqnhfhYR3oOd8JQMyyNl pWBQkeSmSNWvpbxi3KzxELqJfCFKB3jxTJBVCi+/WJ42E+fGX2rdISgl/FLIf42orJX3 tVHXVq0oTBUv38rtL1WURQ72C/6iLUE31E5q9T+Ppum2r1fQ9DBxSUfTxahMu/XkFaGw /2+GRkJRGDS0tmXMk/EgiN/d7l/BOVkapt1dsqW00P18dwf32HyoEHhVJMsYMck/AZi6 pmsQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=rOxgJBSQApzVf70z3fDm7zAZfnIY6TVwa7J0hQrjLKw=; b=YyeUWnPMplTSf/QOV/SOy3VwHmSnS1VWgFByx0YvthIHcw5m7fPc9KZ/IuJD0dr7sk QrMYksxwP7cV79O/Ju0dxAVXozw+iE1AceM++LB76gm8bBt3SaW8bAqBIzLGAi1xR+yk voKM49iP6/izyAbMsaeZNRmPG2d7LXoRBcl0GFB1GRfvwrp/YPvGvo/A498YOlrkfA/F ZNkfRBXm8AU2Ywjggt74C24lYebxi91/jMxMPzumheBnAmGWlEVHOMzBBKwAwpHnmTpZ /Jxher0lCgyYPb7wvWylbArJj50VdMzIh88gDBLvAfBVCi2GUqFxFB0fJ+J4wJIGwe5x S46g== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=Z3uEpCl6; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x9si14005229ilo.119.2021.05.24.09.00.41; Mon, 24 May 2021 09:00:54 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=Z3uEpCl6; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235963AbhEXQAx (ORCPT + 99 others); Mon, 24 May 2021 12:00:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:39020 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234661AbhEXPxM (ORCPT ); Mon, 24 May 2021 11:53:12 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7F252616EA; Mon, 24 May 2021 15:39:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1621870758; bh=g4WznfC1RMud/RVC4tEowcseFD//o/MAWnIuwiNWWSA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Z3uEpCl6ZugnlRzA/GoNagEX3Gxwy4J8/ZMhXEsvA1EfQp7E4mcHgLVYjxVvpkLm8 uoaXJSZBtkG6oYck3muYwu/F+cp571GGhlUI1wTV51hYEGXvJZ3ORUSGZ1RWUjEMH0 /ksfBqBBx5naim8+bLAyl2cEZw5rVbok4lL/WWHE= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Jason Gunthorpe , Leon Romanovsky , Sasha Levin Subject: [PATCH 5.10 006/104] RDMA/core: Prevent divide-by-zero error triggered by the user Date: Mon, 24 May 2021 17:25:01 +0200 Message-Id: <20210524152333.057239582@linuxfoundation.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210524152332.844251980@linuxfoundation.org> References: <20210524152332.844251980@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Leon Romanovsky [ Upstream commit 54d87913f147a983589923c7f651f97de9af5be1 ] The user_entry_size is supplied by the user and later used as a denominator to calculate number of entries. The zero supplied by the user will trigger the following divide-by-zero error: divide error: 0000 [#1] SMP KASAN PTI CPU: 4 PID: 497 Comm: c_repro Not tainted 5.13.0-rc1+ #281 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.13.0-0-gf21b5a4aeb02-prebuilt.qemu.org 04/01/2014 RIP: 0010:ib_uverbs_handler_UVERBS_METHOD_QUERY_GID_TABLE+0x1b1/0x510 Code: 87 59 03 00 00 e8 9f ab 1e ff 48 8d bd a8 00 00 00 e8 d3 70 41 ff 44 0f b7 b5 a8 00 00 00 e8 86 ab 1e ff 31 d2 4c 89 f0 31 ff <49> f7 f5 48 89 d6 48 89 54 24 10 48 89 04 24 e8 1b ad 1e ff 48 8b RSP: 0018:ffff88810416f828 EFLAGS: 00010246 RAX: 0000000000000008 RBX: 1ffff1102082df09 RCX: ffffffff82183f3d RDX: 0000000000000000 RSI: ffff888105f2da00 RDI: 0000000000000000 RBP: ffff88810416fa98 R08: 0000000000000001 R09: ffffed102082df5f R10: ffff88810416faf7 R11: ffffed102082df5e R12: 0000000000000000 R13: 0000000000000000 R14: 0000000000000008 R15: ffff88810416faf0 FS: 00007f5715efa740(0000) GS:ffff88811a700000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 0000000020000840 CR3: 000000010c2e0001 CR4: 0000000000370ea0 DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 Call Trace: ? ib_uverbs_handler_UVERBS_METHOD_INFO_HANDLES+0x4b0/0x4b0 ib_uverbs_cmd_verbs+0x1546/0x1940 ib_uverbs_ioctl+0x186/0x240 __x64_sys_ioctl+0x38a/0x1220 do_syscall_64+0x3f/0x80 entry_SYSCALL_64_after_hwframe+0x44/0xae Fixes: 9f85cbe50aa0 ("RDMA/uverbs: Expose the new GID query API to user space") Link: https://lore.kernel.org/r/b971cc70a8b240a8b5eda33c99fa0558a0071be2.1620657876.git.leonro@nvidia.com Reviewed-by: Jason Gunthorpe Signed-off-by: Leon Romanovsky Signed-off-by: Jason Gunthorpe Signed-off-by: Sasha Levin --- drivers/infiniband/core/uverbs_std_types_device.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/infiniband/core/uverbs_std_types_device.c b/drivers/infiniband/core/uverbs_std_types_device.c index 9ec6971056fa..a03021d94e11 100644 --- a/drivers/infiniband/core/uverbs_std_types_device.c +++ b/drivers/infiniband/core/uverbs_std_types_device.c @@ -331,6 +331,9 @@ static int UVERBS_HANDLER(UVERBS_METHOD_QUERY_GID_TABLE)( if (ret) return ret; + if (!user_entry_size) + return -EINVAL; + max_entries = uverbs_attr_ptr_get_array_size( attrs, UVERBS_ATTR_QUERY_GID_TABLE_RESP_ENTRIES, user_entry_size); -- 2.30.2