Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp700590ybv; Thu, 13 Feb 2020 08:01:02 -0800 (PST) X-Google-Smtp-Source: APXvYqxlJkz9XHu6rNbO4AXhAhLxZxJrIK9HMArnjbaXTzZ4XRB5UvRD1no8LVN9381kNZHYLemW X-Received: by 2002:a9d:138:: with SMTP id 53mr6914737otu.334.1581609662533; Thu, 13 Feb 2020 08:01:02 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581609662; cv=none; d=google.com; s=arc-20160816; b=0dyU8gVzWgV0Hb1175T6eMF7KEwt1GNgvt+sUpFngLd9oM2xk0Z6LPFmbJEEtCi7De bWQYgjbS2gZhlRF/+6aIuNtjXHzG3OvBXyzfmhta3XkoBGlsakgJQ1Odez9aXQkLDR85 YoVh5sNVae0ROcEbc2hrpknbZtey2lgUAy/PCpgc5YD+aNnnaPm75yJ/pmRpWJVD3S/Z afSlSwOtMcrPp7P5zPibSOoFjigITr8NUPvugk3xXEVNT/kK+1i8E6kpiIEKcDXLyWhs 7wBglDcoWatgFFQNreCvqyVxnZW2Fy/TXgJAhwjKsp+Oa+jnY8r56EsoRcr9nnGHTzPa FReQ== 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=Y1jwF6aLplFX6qh8dix2TX/Dz+HsoYLoiIg0u2F6d0U=; b=tk3Hdf3LwjbPn8hj3VJvZcuJWVbcHysEp6GBx7Y3TK5udatAY1pbQq1V/Ru+NBpUGL HMkhDVVH2/01oF1Nqt78JEzK3Q+Hx/uqBcSedAD+8xBCbqu15QuMVfGX7l2gRcetWL2z NUAqyNIuGQT4vPzhr+om+0tMQCk6hPL/wf/TDJhV0gFUSwebDP5SD3zForYTIq/YVYA3 iYP+ydUNNhFNEkLfJW4dASrMPCGkeZD8tzkukqQtZxnc/Rt8qmZW5oQDiE7lPM06WBsh pnBsE+E+IdhhEc+1TvN64eZ/sWwqhD8wgqdwKCt4cMazrg/vzlnc1vzGMVLi0MxwEIH3 i2yQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="X+/WveDm"; 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 e7si1241111otp.260.2020.02.13.08.00.49; Thu, 13 Feb 2020 08:01:02 -0800 (PST) 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="X+/WveDm"; 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 S1728775AbgBMPYr (ORCPT + 99 others); Thu, 13 Feb 2020 10:24:47 -0500 Received: from mail.kernel.org ([198.145.29.99]:34450 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728374AbgBMPX0 (ORCPT ); Thu, 13 Feb 2020 10:23:26 -0500 Received: from localhost (unknown [104.132.1.104]) (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 F2B5C24699; Thu, 13 Feb 2020 15:23:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581607405; bh=kBgn9E62l3KGFartz0BVkTPf/VwZ96EHo+u6f6sJM5E=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=X+/WveDm0k0a7I9te7PP1+nuWkHhm3DCgk8IgrYAY6wP9ryQ73tIUe/miH1mtO2CO 2uoZOEmlHPVe8Q1GxGDxf+S2R3tYbN27nkTdo3Y567pM4GAyplHzuZzk0nwbn5/vX+ P37C/wtfd1+MeiQYJkuYuo6IYUEabo6vKmPmsqW8= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Eric Dumazet , John Fastabend , Jamal Hadi Salim , Jiri Pirko , Jakub Kicinski , Cong Wang , "David S. Miller" , syzbot+35d4dea36c387813ed31@syzkaller.appspotmail.com Subject: [PATCH 4.9 008/116] net_sched: fix an OOB access in cls_tcindex Date: Thu, 13 Feb 2020 07:19:12 -0800 Message-Id: <20200213151845.883083483@linuxfoundation.org> X-Mailer: git-send-email 2.25.0 In-Reply-To: <20200213151842.259660170@linuxfoundation.org> References: <20200213151842.259660170@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: Cong Wang [ Upstream commit 599be01ee567b61f4471ee8078870847d0a11e8e ] As Eric noticed, tcindex_alloc_perfect_hash() uses cp->hash to compute the size of memory allocation, but cp->hash is set again after the allocation, this caused an out-of-bound access. So we have to move all cp->hash initialization and computation before the memory allocation. Move cp->mask and cp->shift together as cp->hash may need them for computation too. Reported-and-tested-by: syzbot+35d4dea36c387813ed31@syzkaller.appspotmail.com Fixes: 331b72922c5f ("net: sched: RCU cls_tcindex") Cc: Eric Dumazet Cc: John Fastabend Cc: Jamal Hadi Salim Cc: Jiri Pirko Cc: Jakub Kicinski Signed-off-by: Cong Wang Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- net/sched/cls_tcindex.c | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) --- a/net/sched/cls_tcindex.c +++ b/net/sched/cls_tcindex.c @@ -301,12 +301,31 @@ tcindex_set_parms(struct net *net, struc cp->fall_through = p->fall_through; cp->tp = tp; + if (tb[TCA_TCINDEX_HASH]) + cp->hash = nla_get_u32(tb[TCA_TCINDEX_HASH]); + + if (tb[TCA_TCINDEX_MASK]) + cp->mask = nla_get_u16(tb[TCA_TCINDEX_MASK]); + + if (tb[TCA_TCINDEX_SHIFT]) + cp->shift = nla_get_u32(tb[TCA_TCINDEX_SHIFT]); + + if (!cp->hash) { + /* Hash not specified, use perfect hash if the upper limit + * of the hashing index is below the threshold. + */ + if ((cp->mask >> cp->shift) < PERFECT_HASH_THRESHOLD) + cp->hash = (cp->mask >> cp->shift) + 1; + else + cp->hash = DEFAULT_HASH_SIZE; + } + if (p->perfect) { int i; if (tcindex_alloc_perfect_hash(cp) < 0) goto errout; - for (i = 0; i < cp->hash; i++) + for (i = 0; i < min(cp->hash, p->hash); i++) cp->perfect[i].res = p->perfect[i].res; balloc = 1; } @@ -321,15 +340,6 @@ tcindex_set_parms(struct net *net, struc if (old_r) cr.res = r->res; - if (tb[TCA_TCINDEX_HASH]) - cp->hash = nla_get_u32(tb[TCA_TCINDEX_HASH]); - - if (tb[TCA_TCINDEX_MASK]) - cp->mask = nla_get_u16(tb[TCA_TCINDEX_MASK]); - - if (tb[TCA_TCINDEX_SHIFT]) - cp->shift = nla_get_u32(tb[TCA_TCINDEX_SHIFT]); - err = -EBUSY; /* Hash already allocated, make sure that we still meet the @@ -347,16 +357,6 @@ tcindex_set_parms(struct net *net, struc if (tb[TCA_TCINDEX_FALL_THROUGH]) cp->fall_through = nla_get_u32(tb[TCA_TCINDEX_FALL_THROUGH]); - if (!cp->hash) { - /* Hash not specified, use perfect hash if the upper limit - * of the hashing index is below the threshold. - */ - if ((cp->mask >> cp->shift) < PERFECT_HASH_THRESHOLD) - cp->hash = (cp->mask >> cp->shift) + 1; - else - cp->hash = DEFAULT_HASH_SIZE; - } - if (!cp->perfect && !cp->h) cp->alloc_hash = cp->hash;