Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp38368pxj; Thu, 20 May 2021 04:05:02 -0700 (PDT) X-Google-Smtp-Source: ABdhPJznRoULrBr8j8tCw+idykRz4YrMCtvT4WOfB5rQ/0BpFrjywFPgErbfpN5jbNyLDE0czoTv X-Received: by 2002:a17:906:31c6:: with SMTP id f6mr4126603ejf.446.1621508702447; Thu, 20 May 2021 04:05:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621508702; cv=none; d=google.com; s=arc-20160816; b=NH2ad1vPeDQFn5nk74G1fSAzTw8PlNPv76644fjSq1yjvCXq9usC+VGf4v7Ju3fcz+ yrYVDEl19/x35ru9l3wDOewR84AwC/gA6PoK7BmpOBYrS2PYK5Xh8kHdx7cfnT/pVlrq 2U+odFwT+QNrrFuJyGGc4+rw4eA64kBGpojlg81Ho7hX2L6RGFMfR6PIs+2swL7AXaWC foYt4JVWJp7lUdGEY7imBDpGLQ0LJU0igEjSZsRJ5VKKeV5Z2j0ddl0MAHXWOI8Snh3i czpJvlNoP6V5+Z6TbX/hpeDhGxdgPDRIvsF4a5X5jnfnWaluKsDl+wiAy+sadwSeTZGk KcPQ== 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=T2YWAahMuPByrfJ8VDTtYT1XRmtxpNjGX76LxiDXKE4=; b=wDSb4x6giWWH89ccioXh0e15SJiPhtFeTouwbIIWKT3RFsHpv82+eKtz4pwtf+FD76 9i+fx5/lSoKZ+MG15iu4kyCt+zZZuQcLchEVP3/HGZy33nD63E07E+naUKTFNONYdxlS yanTAvYaPXwWYaivh+RCHKpheHL5mGBI1/216LAlGdnngY98m5iq+ExVUdDeMQES8TAH 61d52ovxSnLJB0/wHjfdtL79RqBYVRBRumUNqiEZMtJw+6VW4IySfHE3ZtFpSrHjva7N 4A5C3hkq1V+HV5npkG+P71pqByHFT40gUZAWAojvyTS5WihXYyzwpBNgwHRgNsIC0tF4 qfzQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=tyopWPil; 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 x9si2679584eje.114.2021.05.20.04.04.36; Thu, 20 May 2021 04:05:02 -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=tyopWPil; 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 S238869AbhETLBK (ORCPT + 99 others); Thu, 20 May 2021 07:01:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:44316 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237452AbhETKnN (ORCPT ); Thu, 20 May 2021 06:43:13 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 01894613C5; Thu, 20 May 2021 09:56:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1621504600; bh=4G73B3b8NwKnKkSi7L4+RgtOexBqFsZKbLz+cYPJpr4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=tyopWPilzNVQK9K7YjC9n/SK89NS5L2o7yGZXbidAE59ePsB183G7uVbyv4fuIyTt VMmcRU6/WTL3wzeMkVox7mSC5Xx/MntZEj4WVmqHtSeQ8mYuXwh+MjBeyg3s1U20BQ xFZQERxodbuW/Lj4r6mYzJpxR4VkKzIOj+QpItmI= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Eric Dumazet , syzbot , Pablo Neira Ayuso , Sasha Levin Subject: [PATCH 4.14 275/323] netfilter: nftables: avoid overflows in nft_hash_buckets() Date: Thu, 20 May 2021 11:22:47 +0200 Message-Id: <20210520092129.651638763@linuxfoundation.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210520092120.115153432@linuxfoundation.org> References: <20210520092120.115153432@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: Eric Dumazet [ Upstream commit a54754ec9891830ba548e2010c889e3c8146e449 ] Number of buckets being stored in 32bit variables, we have to ensure that no overflows occur in nft_hash_buckets() syzbot injected a size == 0x40000000 and reported: UBSAN: shift-out-of-bounds in ./include/linux/log2.h:57:13 shift exponent 64 is too large for 64-bit type 'long unsigned int' CPU: 1 PID: 29539 Comm: syz-executor.4 Not tainted 5.12.0-rc7-syzkaller #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011 Call Trace: __dump_stack lib/dump_stack.c:79 [inline] dump_stack+0x141/0x1d7 lib/dump_stack.c:120 ubsan_epilogue+0xb/0x5a lib/ubsan.c:148 __ubsan_handle_shift_out_of_bounds.cold+0xb1/0x181 lib/ubsan.c:327 __roundup_pow_of_two include/linux/log2.h:57 [inline] nft_hash_buckets net/netfilter/nft_set_hash.c:411 [inline] nft_hash_estimate.cold+0x19/0x1e net/netfilter/nft_set_hash.c:652 nft_select_set_ops net/netfilter/nf_tables_api.c:3586 [inline] nf_tables_newset+0xe62/0x3110 net/netfilter/nf_tables_api.c:4322 nfnetlink_rcv_batch+0xa09/0x24b0 net/netfilter/nfnetlink.c:488 nfnetlink_rcv_skb_batch net/netfilter/nfnetlink.c:612 [inline] nfnetlink_rcv+0x3af/0x420 net/netfilter/nfnetlink.c:630 netlink_unicast_kernel net/netlink/af_netlink.c:1312 [inline] netlink_unicast+0x533/0x7d0 net/netlink/af_netlink.c:1338 netlink_sendmsg+0x856/0xd90 net/netlink/af_netlink.c:1927 sock_sendmsg_nosec net/socket.c:654 [inline] sock_sendmsg+0xcf/0x120 net/socket.c:674 ____sys_sendmsg+0x6e8/0x810 net/socket.c:2350 ___sys_sendmsg+0xf3/0x170 net/socket.c:2404 __sys_sendmsg+0xe5/0x1b0 net/socket.c:2433 do_syscall_64+0x2d/0x70 arch/x86/entry/common.c:46 Fixes: 0ed6389c483d ("netfilter: nf_tables: rename set implementations") Signed-off-by: Eric Dumazet Reported-by: syzbot Signed-off-by: Pablo Neira Ayuso Signed-off-by: Sasha Levin --- net/netfilter/nft_set_hash.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/net/netfilter/nft_set_hash.c b/net/netfilter/nft_set_hash.c index 73f8f99b1193..a8daa80143ef 100644 --- a/net/netfilter/nft_set_hash.c +++ b/net/netfilter/nft_set_hash.c @@ -364,9 +364,17 @@ static void nft_rhash_destroy(const struct nft_set *set) (void *)set); } +/* Number of buckets is stored in u32, so cap our result to 1U<<31 */ +#define NFT_MAX_BUCKETS (1U << 31) + static u32 nft_hash_buckets(u32 size) { - return roundup_pow_of_two(size * 4 / 3); + u64 val = div_u64((u64)size * 4, 3); + + if (val >= NFT_MAX_BUCKETS) + return NFT_MAX_BUCKETS; + + return roundup_pow_of_two(val); } static bool nft_rhash_estimate(const struct nft_set_desc *desc, u32 features, -- 2.30.2