Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1770175imm; Thu, 27 Sep 2018 02:09:29 -0700 (PDT) X-Google-Smtp-Source: ACcGV61g9iAcEX3fZOMpRkRcVjLcnA0sTlhfKINFqCIEe4F4A5LrTBqXdA6XGBFGRPWPRh1nBkBX X-Received: by 2002:a63:4384:: with SMTP id q126-v6mr8625pga.142.1538039369543; Thu, 27 Sep 2018 02:09:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538039369; cv=none; d=google.com; s=arc-20160816; b=frxVUH7UnvFns9fJNbMehzCCr1juScEJohNMdq/SV0QEIBeXaTULoHUCkyfwkVmTsD EF0GWL7RMnugVZkmOLp1cO6xXaASTvWGNFcjIX3HokIZ7nV3NcLN3p812MxNtRlB93Ln hV6e3Q7iAKW5rStoKCfnomHcw5+wuBvVOgpJO58zXjP3+M/HA8spllX5ckJ1k5ZTWTnA BFQ1DhozfF+QSTJstJNIlTuPPqwh8deH/MjJJ7cRoOs+s4JSGfAcTUwHP5diUaNoLqSc f9ud3O00ViUvWnjm4uOTXvkZW80KiidQfCoYiQpi09af8FaedWdHjLkzjiBjTIbUDbmi 2JGg== 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=ri2zRRNdHbT6iSRmi0K3DHqA6Kv8PXVZdUyvu3dqP2k=; b=gqvbEf1Gjm2kT30/GZdY4DuO1PFSVFSDubQFIbrDgS/cuS0DARyWKt9X2/jRWkZm0/ 4ANnBXzRvZl8ZhWxJ6PAAm9O3Uj8dM1qLtTbPbd/pXhigLHYJUyQH4w6FdGeIVQ/OXC2 v99JxYDtc5UauI0l6AlmVRWOO6Bo7L/OMEYexFYqE76p62dZoxVyRhILeIJtQeHLQq1P hLalMXf53lSI3Dpocbb2Kx0OevDfo0SfnSKYbR1XNuhb27HUF006HTJZp/T9QnsNz6rA Q1yvAJQdFBqO1GVJ0czhq8AMdEIKyD0ZUNaFZ/mdvtz3NjZuBHhr1NQrBpXIRQS6cdKi 3Ztw== 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 61-v6si1500626plq.11.2018.09.27.02.09.13; Thu, 27 Sep 2018 02:09:29 -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 S1728020AbeI0PZr (ORCPT + 99 others); Thu, 27 Sep 2018 11:25:47 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:54964 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727020AbeI0PZr (ORCPT ); Thu, 27 Sep 2018 11:25:47 -0400 Received: from localhost (ip-213-127-77-73.ip.prioritytelecom.net [213.127.77.73]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 70E9A10A4; Thu, 27 Sep 2018 09:08:31 +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.18 24/88] NFC: Fix the number of pipes Date: Thu, 27 Sep 2018 11:03:05 +0200 Message-Id: <20180927090303.498140528@linuxfoundation.org> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20180927090300.631426620@linuxfoundation.org> References: <20180927090300.631426620@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.18-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];