HID: steelseries: validate output report details
authorKees Cook <keescook@chromium.org>
Wed, 11 Sep 2013 19:56:53 +0000 (21:56 +0200)
committerBadhri Jagan Sridharan <Badhri@google.com>
Fri, 11 Jul 2014 20:59:24 +0000 (13:59 -0700)
commit7e62de4584a6ad505e164ae92c9c1571da46c9bb
tree97bb5895561462a79abb8822f7de0c9aa45b8658
parent728a564fa767d186ea1f95fbf81b43e9d865dc0b
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