]> www.infradead.org Git - users/jedix/linux-maple.git/commit
HID: betop: fix slab-out-of-bounds Write in betop_probe
authorF.A.Sulaiman <asha.16@itfac.mrt.ac.lk>
Tue, 24 Aug 2021 15:07:30 +0000 (20:37 +0530)
committerJiri Kosina <jkosina@suse.cz>
Wed, 15 Sep 2021 14:31:21 +0000 (16:31 +0200)
commit1e4ce418b1cb1a810256b5fb3fd33d22d1325993
tree3e7e93b21eb520c9a0263b892516a2a90614ac9b
parent83ec91697412ae64d25dcca74597ed03029aa00d
HID: betop: fix slab-out-of-bounds Write in betop_probe

Syzbot reported slab-out-of-bounds Write bug in hid-betopff driver.
The problem is the driver assumes the device must have an input report but
some malicious devices violate this assumption.

So this patch checks hid_device's input is non empty before it's been used.

Reported-by: syzbot+07efed3bc5a1407bd742@syzkaller.appspotmail.com
Signed-off-by: F.A. SULAIMAN <asha.16@itfac.mrt.ac.lk>
Reviewed-by: Pavel Skripkin <paskripkin@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-betopff.c