HID: steelseries: validate output report details
authorKees Cook <keescook@chromium.org>
Wed, 11 Sep 2013 19:56:53 +0000 (21:56 +0200)
committerJiri Kosina <jkosina@suse.cz>
Fri, 13 Sep 2013 13:12:28 +0000 (15:12 +0200)
commit41df7f6d43723deb7364340b44bc5d94bf717456
tree594b1b294d6e600a292cb508f2a03102aaa28af8
parent9446edb9a1740989cf6c20daf7510fb9a23be14a
HID: steelseries: validate output report details

A HID device could send a malicious output report that would cause the
steelseries HID driver to write beyond the output report allocation
during initialization, causing a heap overflow:

[  167.981534] usb 1-1: New USB device found, idVendor=1038, idProduct=1410
...
[  182.050547] BUG kmalloc-256 (Tainted: G        W   ): Redzone overwritten

CVE-2013-2891

Signed-off-by: Kees Cook <keescook@chromium.org>
Cc: stable@vger.kernel.org
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-steelseries.c