Skip to content
Commit 25a097f5 authored by Peilin Ye's avatar Peilin Ye Committed by Jiri Kosina
Browse files

HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()



`uref->usage_index` is not always being properly checked, causing
hiddev_ioctl_usage() to go out of bounds under some cases. Fix it.

Reported-by: default avatar <syzbot+34ee1b45d88571c2fa8b@syzkaller.appspotmail.com>
Link: https://syzkaller.appspot.com/bug?id=f2aebe90b8c56806b050a20b36f51ed6acabe802


Reviewed-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarPeilin Ye <yepeilin.cs@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 627a4997
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment