Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp3412039pxy; Mon, 26 Apr 2021 00:46:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy8EeFCpweqlF8sG+gkLqHHUVouPOnH/qSwomUUFmJW5l+Zn3g0tpFrgggDDAUKLNlDZWpC X-Received: by 2002:a17:90b:368c:: with SMTP id mj12mr19647144pjb.186.1619423219771; Mon, 26 Apr 2021 00:46:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619423219; cv=none; d=google.com; s=arc-20160816; b=YMvXpWz9ARwj7OstrjsRrV6RPj2ATqRpPczcdbP0Oc579zapQna7pNgiFYBNt15k1d HjGinQdV9sB3Ikr+x3zXciYjjlqQvyq2+18PLdPj/asBv5J4GU8cAQo9EePAlDf76bWc LVNQTOPmwoMCCBNCmRYQbewvz5U8RsoO/+jK1SCKHGjbLGbagZ0K6f8vzEzmTFSUNwHg S/NWjoJdlRV09SccDPiF/MJh9dfDh11uU47P5PRY2l5Zy//OT4DQcI45vIye4ZeY4Hya j0PZw95FOA1RAK83phD6etoZEdIQKA6PNSFgfZwTb3e7JlYMMacvPGh3EyAHV2+hDr9s xVfg== 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=SneeiGVRjuBUlBxBs+5UN8yLpIJsS/veUI1Z9msMsSg=; b=haDKGRT6U5RSfzClxeIi3c54vyV0BtXcIRRO2KO/g2Ao2gwdXcdgdQNLjFAA9IfdvO KmVXgnvCA/k8mfbZJLQEBlT8IKWJcoVK+VQouVI/WG3Wq4anQJOnp8lg+Gl9jYmCnkIw yrvJrMtBC1HlQ4wktmWkiA1dfr3vbxY0OxHVdHob3FfLVSmK5GmtPI+vKMrqqLw6YiPO JWOP0Clvf1CuQGSYlIK0aJ48KoIMxLoHWknzi7uIxeabt82F51JpyrvLRQwWIRmKqcF2 prgF/UIly2t2srY6WTN/MzPMt4EHMoasmBUn9FVFW3g549yQuK1cGkWocTiBmXM1szgQ ECTg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=z51c7T6M; 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 q22si5622519pjd.126.2021.04.26.00.46.47; Mon, 26 Apr 2021 00:46:59 -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=z51c7T6M; 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 S233476AbhDZHrA (ORCPT + 99 others); Mon, 26 Apr 2021 03:47:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:49266 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233522AbhDZHjn (ORCPT ); Mon, 26 Apr 2021 03:39:43 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D18F3613FF; Mon, 26 Apr 2021 07:37:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1619422667; bh=qixa/5YC4c3Tqrt2gAFjU5cfJyOp92exDOtAOGwOOFY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=z51c7T6MxZpHznAdUUev600FHpVBAeW5U0lAkPrSC1XHSXVmjQIJOvGqsXxVKlyM4 wBXMaOc+djED1d+HE2r9wffwYuqo5q1/iEB/YQsaUfTpdNIchFdwMu2afuYwVUVnrX vhANFzzh5IuxbNogJuwYAiiGIJCPzkW0ek+53dh8= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Mike Galbraith , Borislav Petkov , Dave Young Subject: [PATCH 4.19 57/57] x86/crash: Fix crash_setup_memmap_entries() out-of-bounds access Date: Mon, 26 Apr 2021 09:29:54 +0200 Message-Id: <20210426072822.515568333@linuxfoundation.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210426072820.568997499@linuxfoundation.org> References: <20210426072820.568997499@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: Mike Galbraith commit 5849cdf8c120e3979c57d34be55b92d90a77a47e upstream. Commit in Fixes: added support for kexec-ing a kernel on panic using a new system call. As part of it, it does prepare a memory map for the new kernel. However, while doing so, it wrongly accesses memory it has not allocated: it accesses the first element of the cmem->ranges[] array in memmap_exclude_ranges() but it has not allocated the memory for it in crash_setup_memmap_entries(). As KASAN reports: BUG: KASAN: vmalloc-out-of-bounds in crash_setup_memmap_entries+0x17e/0x3a0 Write of size 8 at addr ffffc90000426008 by task kexec/1187 (gdb) list *crash_setup_memmap_entries+0x17e 0xffffffff8107cafe is in crash_setup_memmap_entries (arch/x86/kernel/crash.c:322). 317 unsigned long long mend) 318 { 319 unsigned long start, end; 320 321 cmem->ranges[0].start = mstart; 322 cmem->ranges[0].end = mend; 323 cmem->nr_ranges = 1; 324 325 /* Exclude elf header region */ 326 start = image->arch.elf_load_addr; (gdb) Make sure the ranges array becomes a single element allocated. [ bp: Write a proper commit message. ] Fixes: dd5f726076cc ("kexec: support for kexec on panic using new system call") Signed-off-by: Mike Galbraith Signed-off-by: Borislav Petkov Reviewed-by: Dave Young Cc: Link: https://lkml.kernel.org/r/725fa3dc1da2737f0f6188a1a9701bead257ea9d.camel@gmx.de Signed-off-by: Greg Kroah-Hartman --- arch/x86/kernel/crash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/x86/kernel/crash.c +++ b/arch/x86/kernel/crash.c @@ -356,7 +356,7 @@ int crash_setup_memmap_entries(struct ki struct crash_memmap_data cmd; struct crash_mem *cmem; - cmem = vzalloc(sizeof(struct crash_mem)); + cmem = vzalloc(struct_size(cmem, ranges, 1)); if (!cmem) return -ENOMEM;