From patchwork Wed Jul 11 20:36:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kees Cook X-Patchwork-Id: 10520463 X-Patchwork-Delegate: herbert@gondor.apana.org.au Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 8225860626 for ; Wed, 11 Jul 2018 20:37:20 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 646FE298C6 for ; Wed, 11 Jul 2018 20:37:20 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 628C729910; Wed, 11 Jul 2018 20:37:20 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 093CB29917 for ; Wed, 11 Jul 2018 20:37:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390246AbeGKUmf (ORCPT ); Wed, 11 Jul 2018 16:42:35 -0400 Received: from mail-pg1-f195.google.com ([209.85.215.195]:38118 "EHLO mail-pg1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389955AbeGKUmd (ORCPT ); Wed, 11 Jul 2018 16:42:33 -0400 Received: by mail-pg1-f195.google.com with SMTP id k3-v6so3218979pgq.5 for ; Wed, 11 Jul 2018 13:36:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=om28ZBbqlVOdWVGgbNqly+1dcj2BlW29w8AmBA0lHYw=; b=YX69ayi8bd2LfrIENhAuA/1bW0GHLVnsqIJefN2lUpNMAvuOtkNZvu758y4bPMgL2e dC4OYRKJBKfkhgHKSiy12YOJnH+MJHOkmfnjhz7Z6Wun6qlRqAQ/A5SzpOM7knmGcGGL VtFmmByd/18y9PatKqVUWTLt5Kqung+Bq7XvY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=om28ZBbqlVOdWVGgbNqly+1dcj2BlW29w8AmBA0lHYw=; b=rrFXnifD44olYql5e0vlA6vJ5LWBN/aTU5IGRLaJPRvirPDV3+NKtaQfQJRnLfzWb6 169M93s81rtmySUM7/P1rDTOzFOd5vhclwoRddW/Dwy0Sj9qk2PIoQkL1xUEwSMRFvEW ByjpDeXkX9Ei/9r+UImXNo5XASz2WSB9cu/g/xWCLxzcz8qWzvImfnCJEFjeifMtp4UU p2qsDHFIxVaKOwhwCIqw34kcIgv6BXv56M8RekQabbWaICHJ8EcFY09h6uWr7Oh8Smxu /nSDUqA0luoVGGE7o5+hAGX2yS6mi16Y5FnBMExuouhP13WXFpUqq4QlHIlGDSsl40Rr 5m3A== X-Gm-Message-State: AOUpUlEkTRPwPpp6FCFRivlcFpRn6X/MBO9o6gkNCC4kUOMigvnqFEvv NPz5lIJ+Ge6Jm9VJ3zdOlsdfNA== X-Google-Smtp-Source: AAOMgpeoUtdYN+60Sc8xsNY6M7QOpQTdhQfvAsJV/zO8OLSTHsIlV3Vcy9KAucvpSypuTixScztl3g== X-Received: by 2002:a62:8389:: with SMTP id h131-v6mr139392pfe.105.1531341390369; Wed, 11 Jul 2018 13:36:30 -0700 (PDT) Received: from www.outflux.net (173-164-112-133-Oregon.hfc.comcastbusiness.net. [173.164.112.133]) by smtp.gmail.com with ESMTPSA id j75-v6sm5744234pfj.102.2018.07.11.13.36.25 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 11 Jul 2018 13:36:28 -0700 (PDT) From: Kees Cook To: Herbert Xu Cc: Kees Cook , "Gustavo A. R. Silva" , Arnd Bergmann , Eric Biggers , Alasdair Kergon , Giovanni Cabiddu , Lars Persson , Mike Snitzer , Rabin Vincent , Tim Chen , "David S. Miller" , Masahiro Yamada , linux-crypto@vger.kernel.org, qat-linux@intel.com, dm-devel@redhat.com, linux-kernel@vger.kernel.org Subject: [PATCH v4 07/14] crypto alg: Introduce generic max blocksize and alignmask Date: Wed, 11 Jul 2018 13:36:12 -0700 Message-Id: <20180711203619.1020-8-keescook@chromium.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180711203619.1020-1-keescook@chromium.org> References: <20180711203619.1020-1-keescook@chromium.org> Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP In the quest to remove all stack VLA usage from the kernel[1], this exposes a new general upper bound on crypto blocksize and alignmask (higher than for the existing cipher limits) for VLA removal, and introduces new checks. At present, the highest cra_alignmask in the kernel is 63. The highest cra_blocksize is 144 (SHA3_224_BLOCK_SIZE, 18 8-byte words). For the new blocksize limit, I went with 160 (20 8-byte words). [1] https://lkml.kernel.org/r/CA+55aFzCG-zNmZwX4A2FQpadafLfEzK6CC=qPXydAacU1RqZWA@mail.gmail.com Signed-off-by: Kees Cook --- crypto/algapi.c | 7 ++++++- include/crypto/algapi.h | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/crypto/algapi.c b/crypto/algapi.c index c0755cf4f53f..496fc51bf215 100644 --- a/crypto/algapi.c +++ b/crypto/algapi.c @@ -57,9 +57,14 @@ static int crypto_check_alg(struct crypto_alg *alg) if (alg->cra_alignmask & (alg->cra_alignmask + 1)) return -EINVAL; - if (alg->cra_blocksize > PAGE_SIZE / 8) + /* General maximums for all algs. */ + if (alg->cra_alignmask > MAX_ALGAPI_ALIGNMASK) return -EINVAL; + if (alg->cra_blocksize > MAX_ALGAPI_BLOCKSIZE) + return -EINVAL; + + /* Lower maximums for specific alg types. */ if (!alg->cra_type && (alg->cra_flags & CRYPTO_ALG_TYPE_MASK) == CRYPTO_ALG_TYPE_CIPHER) { if (alg->cra_alignmask > MAX_CIPHER_ALIGNMASK) diff --git a/include/crypto/algapi.h b/include/crypto/algapi.h index bd5e8ccf1687..21371ac8f355 100644 --- a/include/crypto/algapi.h +++ b/include/crypto/algapi.h @@ -20,8 +20,10 @@ /* * Maximum values for blocksize and alignmask, used to allocate * static buffers that are big enough for any combination of - * ciphers and architectures. + * algs and architectures. Ciphers have a lower maximum size. */ +#define MAX_ALGAPI_BLOCKSIZE 160 +#define MAX_ALGAPI_ALIGNMASK 63 #define MAX_CIPHER_BLOCKSIZE 16 #define MAX_CIPHER_ALIGNMASK 15