linux/drivers/usb/usbip
Shuah Khan 635f545a7e usbip: fix stub_rx: get_pipe() to validate endpoint number
get_pipe() routine doesn't validate the input endpoint number
and uses to reference ep_in and ep_out arrays. Invalid endpoint
number can trigger BUG(). Range check the epnum and returning
error instead of calling BUG().

Change caller stub_recv_cmd_submit() to handle the get_pipe()
error return.

Reported-by: Secunia Research <vuln@secunia.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-12-08 17:32:23 +01:00
..
Kconfig usb: Kconfig: using select for USB_COMMON dependency 2016-09-27 12:20:17 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
README
stub_dev.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
stub_main.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
stub_rx.c usbip: fix stub_rx: get_pipe() to validate endpoint number 2017-12-08 17:32:23 +01:00
stub_tx.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
stub.h USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
usbip_common.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
usbip_common.h USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
usbip_event.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vhci_hcd.c usbip: Fix USB device hang due to wrong enabling of scatter-gather 2017-11-30 16:40:01 +00:00
vhci_rx.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vhci_sysfs.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vhci_tx.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vhci.h USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vudc_dev.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vudc_main.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vudc_rx.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vudc_sysfs.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vudc_transfer.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vudc_tx.c USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00
vudc.h USB: usbip: Remove redundant license text 2017-11-07 15:45:01 +01:00

TODO:
	- more discussion about the protocol
	- testing
	- review of the userspace interface
	- document the protocol

Please send patches for this code to Greg Kroah-Hartman <greg@kroah.com>