mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-14 10:13:55 +00:00
When a client has a USB device attached over IP, the vhci_hcd driver is
locally leaking a socket pointer address via the
/sys/devices/platform/vhci_hcd/status file (world-readable) and in debug
output when "usbip --debug port" is run.
Fix it to not leak. The socket pointer address is not used at the moment
and it was made visible as a convenient way to find IP address from socket
pointer address by looking up /proc/net/{tcp,tcp6}.
As this opens a security hole, the fix replaces socket pointer address with
sockfd.
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>
|
||
|---|---|---|
| .. | ||
| list.h | ||
| Makefile.am | ||
| names.c | ||
| names.h | ||
| sysfs_utils.c | ||
| sysfs_utils.h | ||
| usbip_common.c | ||
| usbip_common.h | ||
| usbip_device_driver.c | ||
| usbip_device_driver.h | ||
| usbip_host_common.c | ||
| usbip_host_common.h | ||
| usbip_host_driver.c | ||
| usbip_host_driver.h | ||
| vhci_driver.c | ||
| vhci_driver.h | ||