Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp7102170ybi; Mon, 8 Jul 2019 14:38:02 -0700 (PDT) X-Google-Smtp-Source: APXvYqzTAg1nYNIDbgaz2oMEQJOCGvDt2nZyE1JxaEyJ5rX+LbL609I9Go1F5M3LEC1diArlfJpw X-Received: by 2002:a17:90a:1a0d:: with SMTP id 13mr27062583pjk.99.1562621882270; Mon, 08 Jul 2019 14:38:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562621882; cv=none; d=google.com; s=arc-20160816; b=tPn8s24vqPNVNp0Seb4XmIO+KcKV1Vetr0HKayJNMWuH/d60onPk0QUs1410qLKCcN mSvf/ya2xtCmjJpJ4pgQGJ310442qgs9tzRGu59QrQy1JL5RWvNxgzpl+6chT2cJfP0R 2fEG11sZi7GQCOgQcEVJYzdWf0w3SHHnuDWVnda3jUT8xiTQAqOgkTRkoN0J/pAWEjkX Xm26mVtygpyaV+Q98i65/MWaloJopbEWIa2YeyA0en0E+jcfrw7MGVLPdlCyCSumni2M lItq46pOjk6DSPWL4/JGVEA6mdafEf8sS3y2z/S3CcUzWk92xVBeZuyimQHpbU5GhbbC jqNw== 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=7B/0HMRAAx1r7093jtYFQTtCRWBcGhAD++ILPNWIhiQ=; b=RFcYuBHB7Zgg/iOs0rkjYyIzccI1FwMPNI7UTjgiCnkZ3OEr0Mj3PS9WBxpZlv5r9g CFS+oZaSRxK+Sj4JnDX9p+WXRi7Fu+EpkZeoZEmIFJKPmy5W2AkMVBOmI4kvz78GhvsY 78lmsDFVojEtp+Neyed8oNHxKz81D87l+LVZodJx3uEZZrxksHCkz7QIHGPRJZXEN3y2 6mDdhA4XNZz7Pp2f4LNARkOxpvAkwPnkNIyOXy/6UhAHQMPHu/DBf3RwRffmAwnQmYJu RFSo8AqdFMUhhqLRerzQwWQCGdrFLLTYDcLdu7Cy6mfbTdPuITrAQULrGmieRObQJUbS rt/A== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=E0lStX4A; 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 c38si19979622pgc.65.2019.07.08.14.37.46; Mon, 08 Jul 2019 14:38:02 -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=E0lStX4A; 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 S1732867AbfGHPRj (ORCPT + 99 others); Mon, 8 Jul 2019 11:17:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:41040 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732834AbfGHPRg (ORCPT ); Mon, 8 Jul 2019 11:17:36 -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 3E45921738; Mon, 8 Jul 2019 15:17:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562599055; bh=QFAINz4lEj37zVrti+YsB6KbcFaaj4VKelkdmK9Ww1o=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=E0lStX4ArPFRRNOfJbXlLkM3wPJYbsuZmdInxLZ6zsdUQXe7ya+Va5EytXXKRFgwz t5114JfqlvXnxklAJSIkQI/eoiV9x67Dj4arM4rMFKysTVfBV9j+BuvA8w0/VoTF1z rClKY4wToFnovV8ROWGiHI4IoWEhmYtUdUUsUxWs= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Michal Suchanek , Steffen Klassert , Eric Biggers , Herbert Xu Subject: [PATCH 4.4 63/73] crypto: user - prevent operating on larval algorithms Date: Mon, 8 Jul 2019 17:13:13 +0200 Message-Id: <20190708150524.620939033@linuxfoundation.org> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190708150513.136580595@linuxfoundation.org> References: <20190708150513.136580595@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 21d4120ec6f5b5992b01b96ac484701163917b63 upstream. Michal Suchanek reported [1] that running the pcrypt_aead01 test from LTP [2] in a loop and holding Ctrl-C causes a NULL dereference of alg->cra_users.next in crypto_remove_spawns(), via crypto_del_alg(). The test repeatedly uses CRYPTO_MSG_NEWALG and CRYPTO_MSG_DELALG. The crash occurs when the instance that CRYPTO_MSG_DELALG is trying to unregister isn't a real registered algorithm, but rather is a "test larval", which is a special "algorithm" added to the algorithms list while the real algorithm is still being tested. Larvals don't have initialized cra_users, so that causes the crash. Normally pcrypt_aead01 doesn't trigger this because CRYPTO_MSG_NEWALG waits for the algorithm to be tested; however, CRYPTO_MSG_NEWALG returns early when interrupted. Everything else in the "crypto user configuration" API has this same bug too, i.e. it inappropriately allows operating on larval algorithms (though it doesn't look like the other cases can cause a crash). Fix this by making crypto_alg_match() exclude larval algorithms. [1] https://lkml.kernel.org/r/20190625071624.27039-1-msuchanek@suse.de [2] https://github.com/linux-test-project/ltp/blob/20190517/testcases/kernel/crypto/pcrypt_aead01.c Reported-by: Michal Suchanek Fixes: a38f7907b926 ("crypto: Add userspace configuration API") Cc: # v3.2+ Cc: Steffen Klassert Signed-off-by: Eric Biggers Signed-off-by: Herbert Xu Signed-off-by: Greg Kroah-Hartman --- crypto/crypto_user.c | 3 +++ 1 file changed, 3 insertions(+) --- a/crypto/crypto_user.c +++ b/crypto/crypto_user.c @@ -54,6 +54,9 @@ static struct crypto_alg *crypto_alg_mat list_for_each_entry(q, &crypto_alg_list, cra_list) { int match = 0; + if (crypto_is_larval(q)) + continue; + if ((q->cra_flags ^ p->cru_type) & p->cru_mask) continue;