Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp3422088pxf; Mon, 22 Mar 2021 06:12:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxFN0P46Kbw9XllZfp4hfKNHzpt0wVU07fDayhGLJsDmUsiIzQ0iaAGD9V5XUA0oSGqXTXc X-Received: by 2002:a17:906:f283:: with SMTP id gu3mr19028699ejb.91.1616418729897; Mon, 22 Mar 2021 06:12:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616418729; cv=none; d=google.com; s=arc-20160816; b=Hj2h4aAkm//MWGbQ5Cw4UvdJ+QCaK68Lv/3dFJ0WLCNJ8CXkaGd+RILYL4KUFJaOkc 9n4IYIxHkdAquNRWWupie5Xs47AF4PCd+X7dUXi6taZMsC2vWypewTuRWxhKskdTcfOM 8/9kQkcv7xxJcvDHKJo/cXnvChbAnVjZ7Q5kRDMhaHq1c2uyU1M6N2v4VSiteN5cCnv2 ElpxR4H+gdgL4+btYQ+1Zp1R1lvyWd66zG4UQNW/C9OgwFj078x7lCTs4WO2G2KhU+Pg WhvCYEFuoPNUIA+LgXf1xyFomUjq826VKZaswLF0HM8NSeNhVx2pRLCZQYrubCNuKTFF sgiw== 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=vSZm3KPc20T82EX+wZYu0iIZKXJxeDYDO+k+FkIsTmw=; b=YKV5ZTo/3MZtfURjFWFWBA9qugrfMJLiMMVdnNpTI1X+LcYiLVNJx9I5bE16Y+/6+y AFeDVYk+aWhm591EL8kKCea2Y/GoHkzo2dDrIdWmDKvj0KD9byP5NEDq9ZWsYNrlKH0i 54iKl45nNL3iQgZZfpGISrw3BjK35JQlfwyYB5iaWB1Cz9BATQvh/AgqrHbZ7yXJV8w8 h41QpMthrqIt9zBdDTc3t3i5F0gNcypvYJHgcVraLQE2xj20JiEWJ+K1uPxSJJy3R2ha FIcgUZGrXWnSPNNoyA4lNKHRiKI/HhHTjr7Aqc8JKDOpJRAHwzmlmtFsOwJPMMWDOHrX /lrQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=GbKHoJ5j; 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 d21si10430254edu.262.2021.03.22.06.11.46; Mon, 22 Mar 2021 06:12:09 -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=GbKHoJ5j; 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 S233640AbhCVNIi (ORCPT + 99 others); Mon, 22 Mar 2021 09:08:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:49508 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231286AbhCVMyY (ORCPT ); Mon, 22 Mar 2021 08:54:24 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id E2AFB6198E; Mon, 22 Mar 2021 12:47:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1616417261; bh=tuDwqJSVaxAyHAeSHBnhsVr6A6uaxFYVqJWuuRxSIx4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=GbKHoJ5jueD8j4gCJEKshYLs6NGFR5Pj0So5IbgZd0eUzSSPCPJL5yNBRgdtGXhVS oLppIxzwD2mO033llZUaVnctHqb1yYnwwutfOWnS7BN12eQqwOPnauox/jM8kMKArh 85UcloBVOJ5pdxr+JlgEoR7PGcl4tUeWT7Zb/fbQ= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Tyrel Datwyler , Michael Ellerman Subject: [PATCH 4.9 17/25] PCI: rpadlpar: Fix potential drc_name corruption in store functions Date: Mon, 22 Mar 2021 13:29:07 +0100 Message-Id: <20210322121920.943207169@linuxfoundation.org> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20210322121920.399826335@linuxfoundation.org> References: <20210322121920.399826335@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: Tyrel Datwyler commit cc7a0bb058b85ea03db87169c60c7cfdd5d34678 upstream. Both add_slot_store() and remove_slot_store() try to fix up the drc_name copied from the store buffer by placing a NUL terminator at nbyte + 1 or in place of a '\n' if present. However, the static buffer that we copy the drc_name data into is not zeroed and can contain anything past the n-th byte. This is problematic if a '\n' byte appears in that buffer after nbytes and the string copied into the store buffer was not NUL terminated to start with as the strchr() search for a '\n' byte will mark this incorrectly as the end of the drc_name string resulting in a drc_name string that contains garbage data after the n-th byte. Additionally it will cause us to overwrite that '\n' byte on the stack with NUL, potentially corrupting data on the stack. The following debugging shows an example of the drmgr utility writing "PHB 4543" to the add_slot sysfs attribute, but add_slot_store() logging a corrupted string value. drmgr: drmgr: -c phb -a -s PHB 4543 -d 1 add_slot_store: drc_name = PHB 4543°|<82>!, rc = -19 Fix this by using strscpy() instead of memcpy() to ensure the string is NUL terminated when copied into the static drc_name buffer. Further, since the string is now NUL terminated the code only needs to change '\n' to '\0' when present. Cc: stable@vger.kernel.org Signed-off-by: Tyrel Datwyler [mpe: Reformat change log and add mention of possible stack corruption] Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/20210315214821.452959-1-tyreld@linux.ibm.com Signed-off-by: Greg Kroah-Hartman --- drivers/pci/hotplug/rpadlpar_sysfs.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) --- a/drivers/pci/hotplug/rpadlpar_sysfs.c +++ b/drivers/pci/hotplug/rpadlpar_sysfs.c @@ -39,12 +39,11 @@ static ssize_t add_slot_store(struct kob if (nbytes >= MAX_DRC_NAME_LEN) return 0; - memcpy(drc_name, buf, nbytes); + strscpy(drc_name, buf, nbytes + 1); end = strchr(drc_name, '\n'); - if (!end) - end = &drc_name[nbytes]; - *end = '\0'; + if (end) + *end = '\0'; rc = dlpar_add_slot(drc_name); if (rc) @@ -70,12 +69,11 @@ static ssize_t remove_slot_store(struct if (nbytes >= MAX_DRC_NAME_LEN) return 0; - memcpy(drc_name, buf, nbytes); + strscpy(drc_name, buf, nbytes + 1); end = strchr(drc_name, '\n'); - if (!end) - end = &drc_name[nbytes]; - *end = '\0'; + if (end) + *end = '\0'; rc = dlpar_remove_slot(drc_name); if (rc)