Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp4093083ybi; Mon, 29 Jul 2019 19:06:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqzZib4xegbwqDDCqOXu2tEfwoGBzBF7apc1E8dNn5Q2wSfTYroHBH29l9H8WApyd6621NMS X-Received: by 2002:a63:745e:: with SMTP id e30mr17094524pgn.73.1564452398352; Mon, 29 Jul 2019 19:06:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564452398; cv=none; d=google.com; s=arc-20160816; b=YOdjscOgcAzw39pyw5KvEXaH8dMMyEGNnxH9P2SjKwoobRnUMQ8k+d+uFKqfHtkqLR DTcMXLA2mn1wIaxTKTtS3jlDYYclLgv6JXSLz3inbLU5Pj4BEVSJHPprMnn/qh9W6+Wc bJL/yBzzdfTtxesRJVnX6Cv7icACR2aHGFHno6reMuQn1cJpL7224m39u7dHFJmCRgPh dB+Xwbxeth94GYLwd6i5uKaP9VQ8ggmoP+3/PayYrUwyR0c3N/rFkUkGkRLdAym+lZiB miSS5QmgbT++Smv2NevDltehQxmT8aHu9vPd2V5yIUjMEM7MPExZakN3Eg9iUkNrleLl yQ3A== 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=bQl9bT+xmhsPiQmgpkMvpBj0amSstIpgoC/H1pNjJhU=; b=ci1iJvC6HXB+KmZv4EfqZke62Rl1Ncn4LKehp1CSN93u7pnTlSYPKrfQrN4iYts8f4 ymB7I0Pj9gRbr6vYC9TSu7cfV27HLfJyokCDF11pMug57oPEeqmdvv0MUHSpETQ7MLpW ubxQLrEaqyg/J77eUpD8rBMypvLGIiiP1wysRZeKJC5gzklP/RNMr9s4pg0t3KdUJloN mVi5dI8qNmUEJG986abOImZh14EG+DA24QqoSIL/LvrPoqkdt2eSRziftoZ+pvM7wy5z G10Nc/xD9WaVJTHBgH2lmhrCtkWpSAbgJeJnkhBFJfszPFuYhVc94GY4nNTrVTPSNiu9 iJfA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=hdL1kFni; 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 130si31378206pfb.117.2019.07.29.19.06.21; Mon, 29 Jul 2019 19:06:38 -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=hdL1kFni; 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 S2388452AbfG2TiH (ORCPT + 99 others); Mon, 29 Jul 2019 15:38:07 -0400 Received: from mail.kernel.org ([198.145.29.99]:53062 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388437AbfG2TiE (ORCPT ); Mon, 29 Jul 2019 15:38:04 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.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 9586D2171F; Mon, 29 Jul 2019 19:38:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564429084; bh=hrZTVpKYLlJxRlevqnBkuB6HXjFYDdHXF96oTmXPbg0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=hdL1kFnie+QlSYMmCu3Q7dlGnUmB+QJsuCdzG+WRNnA0PVx1wHPJ3NkrebdKheQBL y7X3lgl2LcAG4nC4g2x/witnc8NyavSyJgAuv8C9whlHamU2Bb/c5/whfAIHR+YohU c0NcBBn64A+K3y97NQyKu5fxe7QmnWy/nB+TzO/A= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, syzbot+fd2bd7df88c606eea4ef@syzkaller.appspotmail.com, Phong Tran Subject: [PATCH 4.14 280/293] usb: wusbcore: fix unbalanced get/put cluster_id Date: Mon, 29 Jul 2019 21:22:51 +0200 Message-Id: <20190729190845.706731351@linuxfoundation.org> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190729190820.321094988@linuxfoundation.org> References: <20190729190820.321094988@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: Phong Tran commit f90bf1ece48a736097ea224430578fe586a9544c upstream. syzboot reported that https://syzkaller.appspot.com/bug?extid=fd2bd7df88c606eea4ef There is not consitency parameter in cluste_id_get/put calling. In case of getting the id with result is failure, the wusbhc->cluster_id will not be updated and this can not be used for wusb_cluster_id_put(). Tested report https://groups.google.com/d/msg/syzkaller-bugs/0znZopp3-9k/oxOrhLkLEgAJ Reproduce and gdb got the details: 139 addr = wusb_cluster_id_get(); (gdb) n 140 if (addr == 0) (gdb) print addr $1 = 254 '\376' (gdb) n 142 result = __hwahc_set_cluster_id(hwahc, addr); (gdb) print result $2 = -71 (gdb) break wusb_cluster_id_put Breakpoint 3 at 0xffffffff836e3f20: file drivers/usb/wusbcore/wusbhc.c, line 384. (gdb) s Thread 2 hit Breakpoint 3, wusb_cluster_id_put (id=0 '\000') at drivers/usb/wusbcore/wusbhc.c:384 384 id = 0xff - id; (gdb) n 385 BUG_ON(id >= CLUSTER_IDS); (gdb) print id $3 = 255 '\377' Reported-by: syzbot+fd2bd7df88c606eea4ef@syzkaller.appspotmail.com Signed-off-by: Phong Tran Cc: stable Link: https://lore.kernel.org/r/20190724020601.15257-1-tranmanphong@gmail.com Signed-off-by: Greg Kroah-Hartman --- drivers/usb/host/hwa-hc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/usb/host/hwa-hc.c +++ b/drivers/usb/host/hwa-hc.c @@ -173,7 +173,7 @@ out: return result; error_set_cluster_id: - wusb_cluster_id_put(wusbhc->cluster_id); + wusb_cluster_id_put(addr); error_cluster_id_get: goto out;