Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp4155300pxb; Mon, 27 Sep 2021 10:30:48 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyUJy1Mfq23LDk5kctSvHK3GKJ2Gi1GnkIvkFL/zz9X/kfPlcjo/hVeFPO4Y7IxvddNaAQR X-Received: by 2002:a17:90a:c914:: with SMTP id v20mr287297pjt.208.1632763848429; Mon, 27 Sep 2021 10:30:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632763848; cv=none; d=google.com; s=arc-20160816; b=Ty/6mGKZ1cFn67Ln95DbIwI3aOYcRabG1DpqTqTw2aFEpXq14G2YroJpk8aYSx7gl3 Z9idrAjyIXyqSYd27RDqbxx4h1D06gPpnWbb1er1NrtCSTFy8BLPUSjrX6j6TRlROqSS bd3rAtjHtXhKsmfRtS/FHyq6fw8OdjDhAU/yy2/LOr5Ku5FuqRGEdPGGUNCy8w9TWxp9 L1tr8WkXdX/zZ4evleMx6YLagtjoEn9RM66rvnnCBLaCN477b2hRafYtQsQ66l28ot9T z9GtwkSrAdbNIaqVbAEHfdXYFg9cQxJCzioFPVSKUbosB2aM5CiJKO67p/eYROfExyyz wHPg== 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=1tI9CB6qVFS37Sl31h7ADhhN6NaQB7EIdyB1JC9/hoE=; b=UZrVpBPIoN3QQ/9g+Y8qsOCu8Lze8tJgFEFt0RnjjcZIK4oDEwsMydftGbCFAat1DX 4fHx8UM7RfP+IGhzeY8P5ZYZjtbEyyvrRg7byo8z1ZfwS5K5ejMcEDIDE7n/YBc0TJN0 DuX69keOEYjt8NXdzt4limm1rgw4moFZ0xkhB4vCCeyAwAOto5b8JJIXZan72jdN1cJo FcqVQYr7bwHODIIx8q0pIuBqg9WV5FY8OHszb1DyxV+3bH6srYXe8cnT+oz+jVB5eOC2 uznMZKpYmBYUO8uDEqoHBg5/AALU0Kf6JHHvAPdRp9p0yJBFyaa9tF4R1dBr0c8PgdXG QWfQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=QZb6MOOd; 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 z9si130978pjc.163.2021.09.27.10.30.34; Mon, 27 Sep 2021 10:30:48 -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=QZb6MOOd; 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 S237573AbhI0RbY (ORCPT + 99 others); Mon, 27 Sep 2021 13:31:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:45914 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237704AbhI0R2I (ORCPT ); Mon, 27 Sep 2021 13:28:08 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id CC0A861425; Mon, 27 Sep 2021 17:17:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1632763033; bh=O6rUdXp+SDzdPU5Z6ILATNLFRA9M7jDZ/3MxNrpFo0Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=QZb6MOOdpL5W2VmnCajLpK7AM1nqIzzoFaLE8+0lKXt8H7TGB1kRzR4K1kbI0mPFU 0LSg+uVjSm8V8zNFudUzndiNpFQ5xDeal1UXS7v06D9HdWEc4tU1RhSblowpPRBK9X uiW1eTONgd1+bx1UfgIZeVfiQ69Bn1nKwQx2AXkk= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, syzbot+f3e749d4c662818ae439@syzkaller.appspotmail.com, Bixuan Cui , Alexei Starovoitov , Yonghong Song , Sasha Levin Subject: [PATCH 5.14 125/162] bpf: Add oversize check before call kvcalloc() Date: Mon, 27 Sep 2021 19:02:51 +0200 Message-Id: <20210927170237.765496277@linuxfoundation.org> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20210927170233.453060397@linuxfoundation.org> References: <20210927170233.453060397@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: Bixuan Cui [ Upstream commit 0e6491b559704da720f6da09dd0a52c4df44c514 ] Commit 7661809d493b ("mm: don't allow oversized kvmalloc() calls") add the oversize check. When the allocation is larger than what kmalloc() supports, the following warning triggered: WARNING: CPU: 0 PID: 8408 at mm/util.c:597 kvmalloc_node+0x108/0x110 mm/util.c:597 Modules linked in: CPU: 0 PID: 8408 Comm: syz-executor221 Not tainted 5.14.0-syzkaller #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011 RIP: 0010:kvmalloc_node+0x108/0x110 mm/util.c:597 Call Trace: kvmalloc include/linux/mm.h:806 [inline] kvmalloc_array include/linux/mm.h:824 [inline] kvcalloc include/linux/mm.h:829 [inline] check_btf_line kernel/bpf/verifier.c:9925 [inline] check_btf_info kernel/bpf/verifier.c:10049 [inline] bpf_check+0xd634/0x150d0 kernel/bpf/verifier.c:13759 bpf_prog_load kernel/bpf/syscall.c:2301 [inline] __sys_bpf+0x11181/0x126e0 kernel/bpf/syscall.c:4587 __do_sys_bpf kernel/bpf/syscall.c:4691 [inline] __se_sys_bpf kernel/bpf/syscall.c:4689 [inline] __x64_sys_bpf+0x78/0x90 kernel/bpf/syscall.c:4689 do_syscall_x64 arch/x86/entry/common.c:50 [inline] do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80 entry_SYSCALL_64_after_hwframe+0x44/0xae Reported-by: syzbot+f3e749d4c662818ae439@syzkaller.appspotmail.com Signed-off-by: Bixuan Cui Signed-off-by: Alexei Starovoitov Acked-by: Yonghong Song Link: https://lore.kernel.org/bpf/20210911005557.45518-1-cuibixuan@huawei.com Signed-off-by: Sasha Levin --- kernel/bpf/verifier.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/bpf/verifier.c b/kernel/bpf/verifier.c index 9d94ac6ff50c..592b9b68cbd9 100644 --- a/kernel/bpf/verifier.c +++ b/kernel/bpf/verifier.c @@ -9641,6 +9641,8 @@ static int check_btf_line(struct bpf_verifier_env *env, nr_linfo = attr->line_info_cnt; if (!nr_linfo) return 0; + if (nr_linfo > INT_MAX / sizeof(struct bpf_line_info)) + return -EINVAL; rec_size = attr->line_info_rec_size; if (rec_size < MIN_BPF_LINEINFO_SIZE || -- 2.33.0