Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp2024779imm; Thu, 24 May 2018 04:43:03 -0700 (PDT) X-Google-Smtp-Source: AB8JxZp1B1q/dItHu4sUkx9vHzf0LPhJPBSf1hCQD0pYHcQzKY3/0llo90Wdzt0dGhExdPVL4Mls X-Received: by 2002:a65:460f:: with SMTP id v15-v6mr5578542pgq.31.1527162183115; Thu, 24 May 2018 04:43:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527162183; cv=none; d=google.com; s=arc-20160816; b=ZWMDb89/CJWRxwwgw3pIUUh3Khk311JPi67/rciN7n337T2o4lpi3euf3IVBjOBFGF naW2+qXWBRUFXli85EgnYEKOCWs5otpXdqONy/tKHT6+WPTWIQeg6R8TJCxDgLV6b4s+ KloqjjRdhjev7Ngyn8OIwyYfDmv73HLy6acR2AT21/8qcqFKFmy5PjVjRMT4vdxVqD5h OX3tLsTgwY70X84MEROefhBPzM6xEj68ijoabV9zdWQPgzKIRjWcsVIJBQQmF2FVtdtf Xh+SXoXY3Afci9vj0Iog2OyL2osEABkx11nimRhN/gCqc0TTauGVVybPOTQIkfzHoeEc eIzA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from:dkim-signature :arc-authentication-results; bh=iLVKCAAi+YoBI0J3R0ox/m4vM9qXOGrXShkPFyIFqBI=; b=S9Jf7uvAdmMBM11DBHAGMWSVeolfWVmjiRERW5FfK69HFJ1oPE5o/bKZNtv5/n8cwD HklcNuSE1WPL3Ij5ZG4NBLNjQ6C5DLNpgX1s3XDrMB7AaTNEIqqDOjaEnp/TBU7OmPNW Tl1Pdspt9eYOMviBpAv3L/ngcb5CT5WrRYAYywYABih54t/HNZSsxq4BuFlFZKxIcAFm yjvC5U7gF7LBOO+YxfANC6pu091hJ4lw+X+RgyP8sROoPTJEsOIYqvPHBRuWmNFk3RTw N4HXUkv8Dj6CmxlU3wPf04EuqugU3ODefSAjtufJ/4uwfKYBOWxF+eaPofEQgHy5lx4p mn5Q== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=XCX/ofe0; 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 f126-v6si16600931pgc.384.2018.05.24.04.42.47; Thu, 24 May 2018 04:43:03 -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; dkim=pass header.i=@kernel.org header.s=default header.b=XCX/ofe0; 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 S969174AbeEXLlI (ORCPT + 99 others); Thu, 24 May 2018 07:41:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:34246 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967258AbeEXJso (ORCPT ); Thu, 24 May 2018 05:48:44 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) (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 1BB22208A0; Thu, 24 May 2018 09:48:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1527155323; bh=wfgqFLK/rh3n4dl+CpQ97zu/RQEI2v4rd7RRFneatac=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=XCX/ofe0gKwg2M/Dsbhrl0yQrIBUPIIeslhXUZairbVjLVW6phsn5lk2Jas9Al8s4 NHYRt7RaSj41qqNqUCJNx5UwN91rdOSErK9wOYZEjv2lCZxCWupnxbNnziRjeUIb3T +EBmWg6ODTnec9qW9gnFm1Rn9Wl1B2eSoeTnC86E= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Chris Dickens , Felipe Balbi , Sasha Levin Subject: [PATCH 4.9 44/96] usb: gadget: composite: fix incorrect handling of OS desc requests Date: Thu, 24 May 2018 11:38:27 +0200 Message-Id: <20180524093608.034948643@linuxfoundation.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180524093605.602125311@linuxfoundation.org> References: <20180524093605.602125311@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Chris Dickens [ Upstream commit 5d6ae4f0da8a64a185074dabb1b2f8c148efa741 ] When handling an OS descriptor request, one of the first operations is to zero out the request buffer using the wLength from the setup packet. There is no bounds checking, so a wLength > 4096 would clobber memory adjacent to the request buffer. Fix this by taking the min of wLength and the request buffer length prior to the memset. While at it, define the buffer length in a header file so that magic numbers don't appear throughout the code. When returning data to the host, the data length should be the min of the wLength and the valid data we have to return. Currently we are returning wLength, thus requests for a wLength greater than the amount of data in the OS descriptor buffer would return invalid (albeit zero'd) data following the valid descriptor data. Fix this by counting the number of bytes when constructing the data and using this when determining the length of the request. Signed-off-by: Chris Dickens Signed-off-by: Felipe Balbi Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- drivers/usb/gadget/composite.c | 40 +++++++++++++++++++--------------------- include/linux/usb/composite.h | 3 +++ 2 files changed, 22 insertions(+), 21 deletions(-) --- a/drivers/usb/gadget/composite.c +++ b/drivers/usb/gadget/composite.c @@ -1421,7 +1421,7 @@ static int count_ext_compat(struct usb_c return res; } -static void fill_ext_compat(struct usb_configuration *c, u8 *buf) +static int fill_ext_compat(struct usb_configuration *c, u8 *buf) { int i, count; @@ -1448,10 +1448,12 @@ static void fill_ext_compat(struct usb_c buf += 23; } count += 24; - if (count >= 4096) - return; + if (count + 24 >= USB_COMP_EP0_OS_DESC_BUFSIZ) + return count; } } + + return count; } static int count_ext_prop(struct usb_configuration *c, int interface) @@ -1496,25 +1498,20 @@ static int fill_ext_prop(struct usb_conf struct usb_os_desc *d; struct usb_os_desc_ext_prop *ext_prop; int j, count, n, ret; - u8 *start = buf; f = c->interface[interface]; + count = 10; /* header length */ for (j = 0; j < f->os_desc_n; ++j) { if (interface != f->os_desc_table[j].if_id) continue; d = f->os_desc_table[j].os_desc; if (d) list_for_each_entry(ext_prop, &d->ext_prop, entry) { - /* 4kB minus header length */ - n = buf - start; - if (n >= 4086) - return 0; - - count = ext_prop->data_len + + n = ext_prop->data_len + ext_prop->name_len + 14; - if (count > 4086 - n) - return -EINVAL; - usb_ext_prop_put_size(buf, count); + if (count + n >= USB_COMP_EP0_OS_DESC_BUFSIZ) + return count; + usb_ext_prop_put_size(buf, n); usb_ext_prop_put_type(buf, ext_prop->type); ret = usb_ext_prop_put_name(buf, ext_prop->name, ext_prop->name_len); @@ -1540,11 +1537,12 @@ static int fill_ext_prop(struct usb_conf default: return -EINVAL; } - buf += count; + buf += n; + count += n; } } - return 0; + return count; } /* @@ -1822,6 +1820,7 @@ unknown: req->complete = composite_setup_complete; buf = req->buf; os_desc_cfg = cdev->os_desc_config; + w_length = min_t(u16, w_length, USB_COMP_EP0_OS_DESC_BUFSIZ); memset(buf, 0, w_length); buf[5] = 0x01; switch (ctrl->bRequestType & USB_RECIP_MASK) { @@ -1845,8 +1844,8 @@ unknown: count += 16; /* header */ put_unaligned_le32(count, buf); buf += 16; - fill_ext_compat(os_desc_cfg, buf); - value = w_length; + value = fill_ext_compat(os_desc_cfg, buf); + value = min_t(u16, w_length, value); } break; case USB_RECIP_INTERFACE: @@ -1875,8 +1874,7 @@ unknown: interface, buf); if (value < 0) return value; - - value = w_length; + value = min_t(u16, w_length, value); } break; } @@ -2151,8 +2149,8 @@ int composite_os_desc_req_prepare(struct goto end; } - /* OS feature descriptor length <= 4kB */ - cdev->os_desc_req->buf = kmalloc(4096, GFP_KERNEL); + cdev->os_desc_req->buf = kmalloc(USB_COMP_EP0_OS_DESC_BUFSIZ, + GFP_KERNEL); if (!cdev->os_desc_req->buf) { ret = -ENOMEM; usb_ep_free_request(ep0, cdev->os_desc_req); --- a/include/linux/usb/composite.h +++ b/include/linux/usb/composite.h @@ -53,6 +53,9 @@ /* big enough to hold our biggest descriptor */ #define USB_COMP_EP0_BUFSIZ 1024 +/* OS feature descriptor length <= 4kB */ +#define USB_COMP_EP0_OS_DESC_BUFSIZ 4096 + #define USB_MS_TO_HS_INTERVAL(x) (ilog2((x * 1000 / 125)) + 1) struct usb_configuration;