Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp3288634ybb; Tue, 31 Mar 2020 02:10:28 -0700 (PDT) X-Google-Smtp-Source: ADFU+vtYd6u4gP4NOi/lT5QDeTolXJWpnJKEAjTQwkOZp65ASDC+U/Zp5f2E1gegVQ9iDBEnBMpV X-Received: by 2002:a9d:171e:: with SMTP id i30mr12249300ota.327.1585645828464; Tue, 31 Mar 2020 02:10:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1585645828; cv=none; d=google.com; s=arc-20160816; b=NuH94Zbi42iB71HSa3l+/a88AdX3UvJKbZwfN4PrIyVZClyASwzLdlql5n9k3mQmlb KjYQJx8m6S9Y8S/hSFpJYFFXWVaZz7MN9QSXIoZXcGtx/pK0/Oc3haybYjRe2jMZW+Ay tkKm3xPVZuGIG9cjpV7T20QLVwYCtBB1+3Zs719not/2upZOkzpHi/wgoPxKIL4I7Bo+ YxbxcjI6EOJHysHfmHUf40oCiJYkxuSJ2AlPD3B1BwuifIgYJ5zPBm4GstyZO8k1fxex GTitO1QM7n9N6Clvz2W72HtKXtRli6E8ss3razzlhmhGAfXpRUJqiyW98yUGy6wN1epG 1Dvg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=XTKNo4CGd5u+A8tXJbYxpDQ8dIID5XmFgV7Vgke+qnk=; b=ghX7w/zeZjG7Rv7UrdVdydMorirS2CiXrk7oOa8+6VEd4ISfRduL5mpQ0Z1IPIL34W Wc3DUbNceqtPGL8nJD1UZMFT0pQfA9PN+0M/4azWIlM/E0h4c4Lq0jCCGW2piawARPm0 CiZCXZ7w/47LCnh2piXlK8h4OBcGcYPL77vfbaQWj8PgNrblghr8EKUoNndZa1wG5Jkn FcH33JPO+1ZaPi1/aIIihkkQavZJovz9qGRWlGYtk2bHcc8jce8N4iiGB6CaLldrfKKr qM1WWgM7VbLvAIBAUKLdN7MPOd97KZVZ76ROemAlWSm7ypTXscDlKs6mN1ZYXAf2HdsL 7xPw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=lTmfhBoo; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l6si3201597otq.134.2020.03.31.02.10.14; Tue, 31 Mar 2020 02:10:28 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=lTmfhBoo; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731527AbgCaJJu (ORCPT + 99 others); Tue, 31 Mar 2020 05:09:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:53204 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731524AbgCaJJs (ORCPT ); Tue, 31 Mar 2020 05:09:48 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 79A2F208E0; Tue, 31 Mar 2020 09:09:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585645787; bh=LTWg13/c2mtDBsqXDHT15ekp/aG+3/g8YDCRwjATuFI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=lTmfhBoox1VUESmGPUyUuv1uEH2KfAWLBQVN/+4Km0D0chgR1H9GI/xCRKIYInOzp gEAYVweTUy8E2u9QFqedYC6yQ64HtCLjWet0es/J1z9oJOYceO2N4EG7ZuaMr1YcD+ YRbP1RX5Gu6cUXeuk9u4f3Mr23BY51Z2KR+FLtqs= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, syzbot+fcab69d1ada3e8d6f06b@syzkaller.appspotmail.com, Alexander Potapenko , Eric Biggers , Kees Cook Subject: [PATCH 5.5 165/170] libfs: fix infoleak in simple_attr_read() Date: Tue, 31 Mar 2020 10:59:39 +0200 Message-Id: <20200331085440.233768523@linuxfoundation.org> X-Mailer: git-send-email 2.26.0 In-Reply-To: <20200331085423.990189598@linuxfoundation.org> References: <20200331085423.990189598@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Eric Biggers commit a65cab7d7f05c2061a3e2490257d3086ff3202c6 upstream. Reading from a debugfs file at a nonzero position, without first reading at position 0, leaks uninitialized memory to userspace. It's a bit tricky to do this, since lseek() and pread() aren't allowed on these files, and write() doesn't update the position on them. But writing to them with splice() *does* update the position: #define _GNU_SOURCE 1 #include #include #include int main() { int pipes[2], fd, n, i; char buf[32]; pipe(pipes); write(pipes[1], "0", 1); fd = open("/sys/kernel/debug/fault_around_bytes", O_RDWR); splice(pipes[0], NULL, fd, NULL, 1, 0); n = read(fd, buf, sizeof(buf)); for (i = 0; i < n; i++) printf("%02x", buf[i]); printf("\n"); } Output: 5a5a5a5a5a5a5a5a5a5a5a5a5a5a5a5a5a5a5a5a5a5a5a30 Fix the infoleak by making simple_attr_read() always fill simple_attr::get_buf if it hasn't been filled yet. Reported-by: syzbot+fcab69d1ada3e8d6f06b@syzkaller.appspotmail.com Reported-by: Alexander Potapenko Fixes: acaefc25d21f ("[PATCH] libfs: add simple attribute files") Cc: stable@vger.kernel.org Signed-off-by: Eric Biggers Acked-by: Kees Cook Link: https://lore.kernel.org/r/20200308023849.988264-1-ebiggers@kernel.org Signed-off-by: Greg Kroah-Hartman --- fs/libfs.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) --- a/fs/libfs.c +++ b/fs/libfs.c @@ -821,7 +821,7 @@ int simple_attr_open(struct inode *inode { struct simple_attr *attr; - attr = kmalloc(sizeof(*attr), GFP_KERNEL); + attr = kzalloc(sizeof(*attr), GFP_KERNEL); if (!attr) return -ENOMEM; @@ -861,9 +861,11 @@ ssize_t simple_attr_read(struct file *fi if (ret) return ret; - if (*ppos) { /* continued read */ + if (*ppos && attr->get_buf[0]) { + /* continued read */ size = strlen(attr->get_buf); - } else { /* first read */ + } else { + /* first read */ u64 val; ret = attr->get(attr->data, &val); if (ret)