[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170313124753.28784-1-johan@kernel.org>
Date: Mon, 13 Mar 2017 13:47:47 +0100
From: Johan Hovold <johan@...nel.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
Johan Hovold <johan@...nel.org>
Subject: [PATCH 0/6] USB: fix missing endpoint sanity checks
This series fixes a number of NULL-pointer dereferences due to missing
endpoint sanity checks that can be triggered by a malicious device.
Johan
Johan Hovold (6):
USB: idmouse: fix NULL-deref at probe
USB: lvtest: fix NULL-deref at probe
USB: uss720: fix NULL-deref at probe
USB: wusbcore: fix NULL-deref at probe
uwb: hwa-rc: fix NULL-deref at probe
uwb: i1480-dfu: fix NULL-deref at probe
drivers/usb/misc/idmouse.c | 3 +++
drivers/usb/misc/lvstest.c | 4 ++++
drivers/usb/misc/uss720.c | 5 +++++
drivers/usb/wusbcore/wa-hc.c | 3 +++
drivers/uwb/hwa-rc.c | 3 +++
drivers/uwb/i1480/dfu/usb.c | 3 +++
6 files changed, 21 insertions(+)
--
2.12.0
Powered by blists - more mailing lists