Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1778831imm; Thu, 27 Sep 2018 02:19:20 -0700 (PDT) X-Google-Smtp-Source: ACcGV616KCNVsdBWdG9qkIsg87k4TBhb37Bb7162QRqGJkAFtUeewXgG6NxukhcaPUyOhqV2qyOj X-Received: by 2002:a17:902:5993:: with SMTP id p19-v6mr10132607pli.260.1538039960690; Thu, 27 Sep 2018 02:19:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538039960; cv=none; d=google.com; s=arc-20160816; b=ZAFe5owu+HloBAeT1neQVL8zBuU2SFjBTYbqL36le6CG8scNMR/aPehft78YerKitw ZMnD8kXFg1zSs4fk1nFItSUq6fM/NSUN1gC+C3/8Gf9IoWKFPJWWEWLUHPMdDOulBzXZ HMEHvv6CTbCUNrC/VY/9Hf6gZNeWuEJzNmrVltJdHODsd6e1/tg8v+Mrlh8bPodZqAyV j3c9JfVL+tFvI8dFn6T0OoBjpxgynoneOhopYRZlIcTsji3z2aB3BCS+X0/ba8LV9wgH meSCXKWMJP3UDB/udB89smKvYiBSkKjSH1OuY2OFAHpfWzol4IXBm9C7jH3ezRedagmD uT1Q== 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; bh=C6AclFNjYZoNb7HuqoYPwPAteAbNBJrojJtO0oOIblY=; b=hd/7zMkt1LiU1nwFhkmh/V5JLbq2khWZ1akI6mvoPFttP+EGfKSk8Vs2DYSMUyEfbf 4a8Cetvb7oWnnbFWL7TkyzqYEbOfdkrb5tt3qYRid2Tuge8ymUJmcx8/Zv+QBh8wqYPS tCMw34CivHbvHW2Z19mtMXv18z1/PNLYhWhqgsEKlyvolv8RNputNdsGySn78FAxonV3 4x1N8uY1CdW8I/I2vgaZsj4K8gtoUPWDZK3a6hL7Zrbkax4sXah3sjf6QITK327I/cq5 gvRHV8/NjAXURk5LmxrtmcYMyJ38Tdw3qCf4AS58gAZ8TUjRfUXOxrmuDJTZM9iZGNCO c7Zw== ARC-Authentication-Results: i=1; mx.google.com; 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 d21-v6si581603pfd.114.2018.09.27.02.19.05; Thu, 27 Sep 2018 02:19:20 -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; 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 S1728861AbeI0PeV (ORCPT + 99 others); Thu, 27 Sep 2018 11:34:21 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:55952 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727417AbeI0PeV (ORCPT ); Thu, 27 Sep 2018 11:34:21 -0400 Received: from localhost (ip-213-127-77-73.ip.prioritytelecom.net [213.127.77.73]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 4AEC81120; Thu, 27 Sep 2018 09:17:03 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Samuel Ortiz , Allen Pais , "David S. Miller" , Dan Carpenter , Suren Baghdasaryan , Kees Cook Subject: [PATCH 4.14 15/64] NFC: Fix the number of pipes Date: Thu, 27 Sep 2018 11:03:32 +0200 Message-Id: <20180927090251.817688530@linuxfoundation.org> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20180927090249.801943776@linuxfoundation.org> References: <20180927090249.801943776@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review 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.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Suren Baghdasaryan commit e285d5bfb7e9785d289663baef252dd315e171f8 upstream. According to ETSI TS 102 622 specification chapter 4.4 pipe identifier is 7 bits long which allows for 128 unique pipe IDs. Because NFC_HCI_MAX_PIPES is used as the number of pipes supported and not as the max pipe ID, its value should be 128 instead of 127. nfc_hci_recv_from_llc extracts pipe ID from packet header using NFC_HCI_FRAGMENT(0x7F) mask which allows for pipe ID value of 127. Same happens when NCI_HCP_MSG_GET_PIPE() is being used. With pipes array having only 127 elements and pipe ID of 127 the OOB memory access will result. Cc: Samuel Ortiz Cc: Allen Pais Cc: "David S. Miller" Suggested-by: Dan Carpenter Signed-off-by: Suren Baghdasaryan Reviewed-by: Kees Cook Cc: stable Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- include/net/nfc/hci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/include/net/nfc/hci.h +++ b/include/net/nfc/hci.h @@ -87,7 +87,7 @@ struct nfc_hci_pipe { * According to specification 102 622 chapter 4.4 Pipes, * the pipe identifier is 7 bits long. */ -#define NFC_HCI_MAX_PIPES 127 +#define NFC_HCI_MAX_PIPES 128 struct nfc_hci_init_data { u8 gate_count; struct nfc_hci_gate gates[NFC_HCI_MAX_CUSTOM_GATES];