Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp816121imu; Tue, 11 Dec 2018 08:02:08 -0800 (PST) X-Google-Smtp-Source: AFSGD/X/Ic5ppz4XrhoV05Rx3Fe8hXHJ8OUHLSNTKN51TDFePkl3sdygi7EGKtOu2fKQs7yOKi9T X-Received: by 2002:a63:1560:: with SMTP id 32mr14801581pgv.383.1544544128798; Tue, 11 Dec 2018 08:02:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544544128; cv=none; d=google.com; s=arc-20160816; b=IAw5M6h3Tk7IWHUnjO2ylHHAF7Chw+Qw8foBt8RBj9lAbPld1QaBI71mLwvy/msiSd EXwWuwMgb+4sIGm3AHFAtG7sxEeJgAW4k+QkdhZj9NHytpZPTxRIjnF1QUTYWlP1Kw8P 0MCn+JctjFAHkPS1uu232G/XrO7HMwokh5OS9HY0qkmxeWk2cbeey75uOYchH/ASy0py ojy3vL0Iaspgi9/M4Nyz9VOo5UoaciILcA8H4ZcEHV/RH/u+5TSUBw3tQ4Gc+wbCLnRh U1GRP+sB3rgl4dDWRVK79mU2BoIPumqmh0D0HSM1ozOnUlYcM2NQU00rFuSTTGwdQFN0 gZMA== 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=RQowPVb7X5W4K4sTo1AQK6XVhOorCplqFQLUlea2l/0=; b=FPtw2YGCCi045/wxe9y1RfbTPiOgn3oV0z495Z1fEHGDKofHtq4MbAMDBl1eEzKqiw mTKs6owrA+6mREiDGUP7awycYvONOtZiNCLvbBTlSdCGnsFKUDoNhFoLibiWu/hsKBxK M+wXvopZL7Pt9GqNTlwo4O7ps00FkUxfumU6iNYRMTyLFW4w5cvJoCqEup0fWsSw2s+H eZWHBRmPHhHHxl0ixjtqCoDyoWZ3v7FeuzdJxgFyJA2g0IdpfK+YOv+G+74hX3+hX3/+ RI2+9V9BKdZ1GXTEITbRNx4IU7MF5SCZCS8w2k1Ai6ys6ROSiHinFHmRszf6GQXCHEwI SQDQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=K8BCzA5t; 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 z14si11790721pga.349.2018.12.11.08.01.53; Tue, 11 Dec 2018 08:02:08 -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=K8BCzA5t; 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 S1731164AbeLKP7L (ORCPT + 99 others); Tue, 11 Dec 2018 10:59:11 -0500 Received: from mail.kernel.org ([198.145.29.99]:48768 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731150AbeLKP7J (ORCPT ); Tue, 11 Dec 2018 10:59:09 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.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 141DA2086D; Tue, 11 Dec 2018 15:59:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1544543948; bh=W0ihdPsMQJky1R+o4iPgHKclaxeC2oiVJc644vZ2CIA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=K8BCzA5t5tUx81VQJsj68oAn+6kxl5yXoDuwO9vymaurs8C5u0T5VC7bGTG/xtsAn 0R9//kMXbdd4jg13GnkG/ILF0SMVPEX+zCvrCNO2UnQjgSJHRYeK/oIQrd+qsxoG63 CxujKGkJOm7OO0aAAu0uLvPWKbL/65QHwiPh+wsc= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Jouni Malinen , Johannes Berg Subject: [PATCH 4.19 111/118] cfg80211: Fix busy loop regression in ieee80211_ie_split_ric() Date: Tue, 11 Dec 2018 16:42:10 +0100 Message-Id: <20181211151648.745981808@linuxfoundation.org> X-Mailer: git-send-email 2.20.0 In-Reply-To: <20181211151644.216668863@linuxfoundation.org> References: <20181211151644.216668863@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore 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 4.19-stable review patch. If anyone has any objections, please let me know. ------------------ From: Jouni Malinen commit 312ca38ddda64bac6513ec68e0ac3789b4eb44dc upstream. This function was modified to support the information element extension case (WLAN_EID_EXTENSION) in a manner that would result in an infinite loop when going through set of IEs that include WLAN_EID_RIC_DATA and contain an IE that is in the after_ric array. The only place where this can currently happen is in mac80211 ieee80211_send_assoc() where ieee80211_ie_split_ric() is called with after_ric[]. This can be triggered by valid data from user space nl80211 association/connect request (i.e., requiring GENL_UNS_ADMIN_PERM). The only known application having an option to include WLAN_EID_RIC_DATA in these requests is wpa_supplicant and it had a bug that prevented this specific contents from being used (and because of that, not triggering this kernel bug in an automated test case ap_ft_ric) and now that this bug is fixed, it has a workaround to avoid this kernel issue. WLAN_EID_RIC_DATA is currently used only for testing purposes, so this does not cause significant harm for production use cases. Fixes: 2512b1b18d07 ("mac80211: extend ieee80211_ie_split to support EXTENSION") Cc: stable@vger.kernel.org Signed-off-by: Jouni Malinen Signed-off-by: Johannes Berg Signed-off-by: Greg Kroah-Hartman --- net/wireless/util.c | 2 ++ 1 file changed, 2 insertions(+) --- a/net/wireless/util.c +++ b/net/wireless/util.c @@ -1418,6 +1418,8 @@ size_t ieee80211_ie_split_ric(const u8 * ies[pos + ext], ext == 2)) pos = skip_ie(ies, ielen, pos); + else + break; } } else { pos = skip_ie(ies, ielen, pos);