]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
USB: serial: io_edgeport: fix slab-out-of-bounds read in edge_interrupt_callback
authorQiujun Huang <hqjagain@gmail.com>
Wed, 25 Mar 2020 07:52:37 +0000 (15:52 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Apr 2020 09:00:23 +0000 (11:00 +0200)
commitef6b96d2a23a44eb8a515e8ef43e847a9f044e8a
treeea07d54244c099255db77867f06b8ef5b5447fb6
parent666589ba90ccc3007b3b5974b02288bd35fbaefe
USB: serial: io_edgeport: fix slab-out-of-bounds read in edge_interrupt_callback

commit 57aa9f294b09463492f604feaa5cc719beaace32 upstream.

Fix slab-out-of-bounds read in the interrupt-URB completion handler.

The boundary condition should be (length - 1) as we access
data[position + 1].

Reported-and-tested-by: syzbot+37ba33391ad5f3935bbd@syzkaller.appspotmail.com
Signed-off-by: Qiujun Huang <hqjagain@gmail.com>
Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/io_edgeport.c