Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1599299
| From | Johan Hovold <johan@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] USB: fix missing endpoint sanity checks |
| Date | 2017-03-13 13:50 +0100 |
| Message-ID | <tkxAd-ys-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] USB: fix missing endpoint sanity checks Johan Hovold <johan@kernel.org> - 2017-03-13 13:50 +0100 [PATCH 2/6] USB: lvtest: fix NULL-deref at probe Johan Hovold <johan@kernel.org> - 2017-03-13 13:50 +0100 [PATCH 4/6] USB: wusbcore: fix NULL-deref at probe Johan Hovold <johan@kernel.org> - 2017-03-13 13:50 +0100 [PATCH 5/6] uwb: hwa-rc: fix NULL-deref at probe Johan Hovold <johan@kernel.org> - 2017-03-13 14:00 +0100 [PATCH 6/6] uwb: i1480-dfu: fix NULL-deref at probe Johan Hovold <johan@kernel.org> - 2017-03-13 14:00 +0100 [PATCH 1/6] USB: idmouse: fix NULL-deref at probe Johan Hovold <johan@kernel.org> - 2017-03-13 14:00 +0100
csiph-web