Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp150416pxb; Mon, 13 Sep 2021 15:35:05 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyY106+AenKMGBywv3PyXKCaiHgb3AdLCoq/80OJ12ONzqV8LR4Z9KoBfeGAWukQNR018KK X-Received: by 2002:a92:4a10:: with SMTP id m16mr10127942ilf.91.1631572505584; Mon, 13 Sep 2021 15:35:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631572505; cv=none; d=google.com; s=arc-20160816; b=m4dfMy3O1MItvTqSsg7yJDeBdmWuTWVbzRdkp2xLDV+z+of8W4vTENiJvPQr6XXP2Z i6x49yBokpT9+3bdvdQj8zb7vQrm+++hJIDUW2VjhfQBguuvzYl76BqvQFZO9plWGCVx K0F6FjUXm6G1K28ZYwq/1dPb/UNkCaqsTMEs5CO3E7Sg5tfzJ8iyfWsLK1INjET8isvZ D8m7Y/lNTu2ZofeVSmuhjG1iXdtbrrTACCLpwe1bFwga//mqKQSK5bNs9quqQ9958piQ 2XbG3WUH+CgULrGBpfBKcMZfLaKvSoto/vmEdM2kLLkC7qhe/1+Hc1ffzIPa79S4T+It QIZw== 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=iStsyZR3JzCCG8HOsVGiVkvZdbrTi9PrE2ciWgsbfv4=; b=WbwRsU+4/frfDxgywyp795xTKsa3E78Mq3NvsQn/KhH5LMUyMDTE8/X5p9LZWw0UxF NYEVStQqYMy9NO/A5WKtdjFwYBwB9/s+L8q5NZTcunz7hrUYhXFkZJsLKdk8o193nHzL qdSsxi84ja2JUCzW6gME/I5W+LpRi5qGOkxKQDwLrnJscLmjzWXf2j4Rl0XzC6mZhatl 639ZcC+hL2fwq82Z806CM93dI6Zk6/LM6jiY+/mGmNopv1E+qLeAQWt+I1c8R6XFed6+ Q3SeWvVp7rd4e7HEl4SFq/6KQP4fyOF5QQS+USokrU60AnqGUZjOs13ef81qYNLhQWEb FypQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=BowP3P2Z; 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 y9si8195500ilc.12.2021.09.13.15.34.54; Mon, 13 Sep 2021 15:35:05 -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=BowP3P2Z; 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 S244507AbhIMOCm (ORCPT + 99 others); Mon, 13 Sep 2021 10:02:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:50984 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343527AbhIMN7g (ORCPT ); Mon, 13 Sep 2021 09:59:36 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 6104261216; Mon, 13 Sep 2021 13:37:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1631540234; bh=zW8GrptFPcaB9WLr+B78v6VFxeYlbB/8xsKBjDUUeGg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=BowP3P2ZMguqHkwiadOlEQOjel3vtUNQVH1uFgTcmrlyL4qQj1Wh4bW8OcceDjVIx zGt1TIlFP8C0FWmamLfsCLyE3AdQj2UUSOChpIl0vGkQrhC3GSOQWSJfa2/9b0A+hC n/k55SI2j2bMFJwP/wQJwsUCQHGMwRQcL3XbO0zU= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, He Fengqing , Alexei Starovoitov , Song Liu , Sasha Levin Subject: [PATCH 5.13 091/300] bpf: Fix potential memleak and UAF in the verifier. Date: Mon, 13 Sep 2021 15:12:32 +0200 Message-Id: <20210913131112.463268895@linuxfoundation.org> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20210913131109.253835823@linuxfoundation.org> References: <20210913131109.253835823@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: He Fengqing [ Upstream commit 75f0fc7b48ad45a2e5736bcf8de26c8872fe8695 ] In bpf_patch_insn_data(), we first use the bpf_patch_insn_single() to insert new instructions, then use adjust_insn_aux_data() to adjust insn_aux_data. If the old env->prog have no enough room for new inserted instructions, we use bpf_prog_realloc to construct new_prog and free the old env->prog. There have two errors here. First, if adjust_insn_aux_data() return ENOMEM, we should free the new_prog. Second, if adjust_insn_aux_data() return ENOMEM, bpf_patch_insn_data() will return NULL, and env->prog has been freed in bpf_prog_realloc, but we will use it in bpf_check(). So in this patch, we make the adjust_insn_aux_data() never fails. In bpf_patch_insn_data(), we first pre-malloc memory for the new insn_aux_data, then call bpf_patch_insn_single() to insert new instructions, at last call adjust_insn_aux_data() to adjust insn_aux_data. Fixes: 8041902dae52 ("bpf: adjust insn_aux_data when patching insns") Signed-off-by: He Fengqing Signed-off-by: Alexei Starovoitov Acked-by: Song Liu Link: https://lore.kernel.org/bpf/20210714101815.164322-1-hefengqing@huawei.com Signed-off-by: Sasha Levin --- kernel/bpf/verifier.c | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/kernel/bpf/verifier.c b/kernel/bpf/verifier.c index 6b58fd978b70..c07126558bb7 100644 --- a/kernel/bpf/verifier.c +++ b/kernel/bpf/verifier.c @@ -11383,10 +11383,11 @@ static void convert_pseudo_ld_imm64(struct bpf_verifier_env *env) * insni[off, off + cnt). Adjust corresponding insn_aux_data by copying * [0, off) and [off, end) to new locations, so the patched range stays zero */ -static int adjust_insn_aux_data(struct bpf_verifier_env *env, - struct bpf_prog *new_prog, u32 off, u32 cnt) +static void adjust_insn_aux_data(struct bpf_verifier_env *env, + struct bpf_insn_aux_data *new_data, + struct bpf_prog *new_prog, u32 off, u32 cnt) { - struct bpf_insn_aux_data *new_data, *old_data = env->insn_aux_data; + struct bpf_insn_aux_data *old_data = env->insn_aux_data; struct bpf_insn *insn = new_prog->insnsi; u32 old_seen = old_data[off].seen; u32 prog_len; @@ -11399,12 +11400,9 @@ static int adjust_insn_aux_data(struct bpf_verifier_env *env, old_data[off].zext_dst = insn_has_def32(env, insn + off + cnt - 1); if (cnt == 1) - return 0; + return; prog_len = new_prog->len; - new_data = vzalloc(array_size(prog_len, - sizeof(struct bpf_insn_aux_data))); - if (!new_data) - return -ENOMEM; + memcpy(new_data, old_data, sizeof(struct bpf_insn_aux_data) * off); memcpy(new_data + off + cnt - 1, old_data + off, sizeof(struct bpf_insn_aux_data) * (prog_len - off - cnt + 1)); @@ -11415,7 +11413,6 @@ static int adjust_insn_aux_data(struct bpf_verifier_env *env, } env->insn_aux_data = new_data; vfree(old_data); - return 0; } static void adjust_subprog_starts(struct bpf_verifier_env *env, u32 off, u32 len) @@ -11450,6 +11447,14 @@ static struct bpf_prog *bpf_patch_insn_data(struct bpf_verifier_env *env, u32 of const struct bpf_insn *patch, u32 len) { struct bpf_prog *new_prog; + struct bpf_insn_aux_data *new_data = NULL; + + if (len > 1) { + new_data = vzalloc(array_size(env->prog->len + len - 1, + sizeof(struct bpf_insn_aux_data))); + if (!new_data) + return NULL; + } new_prog = bpf_patch_insn_single(env->prog, off, patch, len); if (IS_ERR(new_prog)) { @@ -11457,10 +11462,10 @@ static struct bpf_prog *bpf_patch_insn_data(struct bpf_verifier_env *env, u32 of verbose(env, "insn %d cannot be patched due to 16-bit range\n", env->insn_aux_data[off].orig_idx); + vfree(new_data); return NULL; } - if (adjust_insn_aux_data(env, new_prog, off, len)) - return NULL; + adjust_insn_aux_data(env, new_data, new_prog, off, len); adjust_subprog_starts(env, off, len); adjust_poke_descs(new_prog, off, len); return new_prog; -- 2.30.2