Files
linux/drivers/misc/mei
Alexander Usyskin a007fc3d65 mei: validate request value in client notify request ioctl
commit 7326fffb71 upstream.

This patch address a possible security issue:

The request field in client notify request ioctl comes from user space
as u32 and is downcasted to u8 with out validation.
Check request field to have approved values
MEI_HBM_NOTIFICATION_STAR/STOP

Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-03-03 15:07:13 -08:00
..
2015-10-17 21:45:05 -07:00
2015-08-03 17:33:54 -07:00
2014-05-03 19:21:22 -04:00
2014-09-29 11:56:02 -04:00
2015-08-03 17:20:26 -07:00
2015-03-01 19:36:59 -08:00
2015-08-03 17:33:55 -07:00
2015-05-24 11:13:49 -07:00
2015-09-09 21:39:22 +02:00