Received: by 2002:a25:b323:0:0:0:0:0 with SMTP id l35csp939633ybj; Fri, 20 Sep 2019 02:27:09 -0700 (PDT) X-Google-Smtp-Source: APXvYqwSM8PRNnasda2ntBJMQaSDHGmRNk3NQ9Ip2W3IVG+V8OPzbOmdEPOc9qoXRGDFkPP39CAV X-Received: by 2002:a17:906:254d:: with SMTP id j13mr5818167ejb.30.1568971629152; Fri, 20 Sep 2019 02:27:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568971629; cv=none; d=google.com; s=arc-20160816; b=ZYbHdckbLSiPGOyzxXhW6hkfivgaAdF84LXCIyg5sfD4NGxN8GIwR+zeX4JUaorfZS K0xl+/hVx94kdV2T4INPSEPdeRs+jI1hrHfPaiM3aP1hkgp+EjMvC6jswwyrQWU4oWD/ TfolzmscOyYHt3C7PKdDYmSXSMBk1E4KNbYjYtdeNErpfQYayPna080/ciRnLNJNl5C+ bYFEePtUNpdmwMAByRBlFq1bEAGzMwPVJ+CzIp1IYSd98+nhdrGFOM7sl0p2OE4tPgD/ FO3JrRcfeGt9dHr8qSidoCErqh6oIs9TO5Eu6uN3C7I6onVuveVutIP/7m33IbkRj9xQ rkAQ== 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=kt91Yq4dkTGd77C9ikPqNyR+jYgR++twmCDWqMJpRzY=; b=YpKwwaCcfiZXMP2wAYHzn8dZNH3dMiY7klHdxOBrutnE8TqQHgdbWFdxFBpB/M4Bue 6PhAUYBW5mKypwXsvK+tUmdptq8CJKMDk+cJI9lT+j5nnTKy9TWOniNdWGfoUftQbol9 FqoSjg6aYumeP2ysR1udefWNqL+3tKxti6NORxBh4CDlOWuqPR1T2kVPnGQ7uoGC0coe zmz8Q4TW/w32K6RJX0x0N+2KMr3XZcBIM7lE7wSz4ngLVVqPXY4B6l862j5hYAYftgrW zdmL3Igg3aA1+m5pnYr9LUZ1hbU/BqkgsN+z+MSSq2XO6vl8P4RH9+xARsH2fX7zuryW H0nQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=SgavgBn6; 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 t37si1145860edd.25.2019.09.20.02.26.46; Fri, 20 Sep 2019 02:27:09 -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=SgavgBn6; 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 S2393542AbfISWLM (ORCPT + 99 others); Thu, 19 Sep 2019 18:11:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:49794 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391186AbfISWLJ (ORCPT ); Thu, 19 Sep 2019 18:11:09 -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 6AE5521927; Thu, 19 Sep 2019 22:11:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568931068; bh=e1h3js1akksNSdN7MbHfoSgbNrAbeyQ3zCDjASU0y00=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SgavgBn6F/7EvhQQiRQybiyBm1/oOs8i/v2f4imx1Mj6X3xDfmgSzROh6yDCogz1g a8VF+xqiqfDjzULcTt11YJkCtzITAh49TtDLmV4Ac9YfyjiAaFHkJMfj5EfmvI8tTO mvOh0OzBdim3L5shM71IrLRoluntWSKmPX/fmCt0= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Sachin Sant , Hillf Danton , David Howells , Linus Torvalds , Sasha Levin Subject: [PATCH 5.2 117/124] keys: Fix missing null pointer check in request_key_auth_describe() Date: Fri, 20 Sep 2019 00:03:25 +0200 Message-Id: <20190919214823.437246809@linuxfoundation.org> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20190919214819.198419517@linuxfoundation.org> References: <20190919214819.198419517@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: Hillf Danton [ Upstream commit d41a3effbb53b1bcea41e328d16a4d046a508381 ] If a request_key authentication token key gets revoked, there's a window in which request_key_auth_describe() can see it with a NULL payload - but it makes no check for this and something like the following oops may occur: BUG: Kernel NULL pointer dereference at 0x00000038 Faulting instruction address: 0xc0000000004ddf30 Oops: Kernel access of bad area, sig: 11 [#1] ... NIP [...] request_key_auth_describe+0x90/0xd0 LR [...] request_key_auth_describe+0x54/0xd0 Call Trace: [...] request_key_auth_describe+0x54/0xd0 (unreliable) [...] proc_keys_show+0x308/0x4c0 [...] seq_read+0x3d0/0x540 [...] proc_reg_read+0x90/0x110 [...] __vfs_read+0x3c/0x70 [...] vfs_read+0xb4/0x1b0 [...] ksys_read+0x7c/0x130 [...] system_call+0x5c/0x70 Fix this by checking for a NULL pointer when describing such a key. Also make the read routine check for a NULL pointer to be on the safe side. [DH: Modified to not take already-held rcu lock and modified to also check in the read routine] Fixes: 04c567d9313e ("[PATCH] Keys: Fix race between two instantiators of a key") Reported-by: Sachin Sant Signed-off-by: Hillf Danton Signed-off-by: David Howells Tested-by: Sachin Sant Signed-off-by: Linus Torvalds Signed-off-by: Sasha Levin --- security/keys/request_key_auth.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/security/keys/request_key_auth.c b/security/keys/request_key_auth.c index e45b5cf3b97fd..8491becb57270 100644 --- a/security/keys/request_key_auth.c +++ b/security/keys/request_key_auth.c @@ -66,6 +66,9 @@ static void request_key_auth_describe(const struct key *key, { struct request_key_auth *rka = get_request_key_auth(key); + if (!rka) + return; + seq_puts(m, "key:"); seq_puts(m, key->description); if (key_is_positive(key)) @@ -83,6 +86,9 @@ static long request_key_auth_read(const struct key *key, size_t datalen; long ret; + if (!rka) + return -EKEYREVOKED; + datalen = rka->callout_len; ret = datalen; -- 2.20.1