]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: ses: Fix slab-out-of-bounds in ses_intf_remove()
authorTomas Henzl <thenzl@redhat.com>
Thu, 2 Feb 2023 16:24:51 +0000 (17:24 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 Mar 2023 15:44:06 +0000 (16:44 +0100)
commit5097b222fc4797491ac3cfa2c01d7822efa6a6db
treee1ab15f744aafce7e419fe5063a0a98791386742
parent748e0f067779edd4233b3daf736e61c60d42f05a
scsi: ses: Fix slab-out-of-bounds in ses_intf_remove()

commit 578797f0c8cbc2e3ec5fc0dab87087b4c7073686 upstream.

A fix for:

BUG: KASAN: slab-out-of-bounds in ses_intf_remove+0x23f/0x270 [ses]
Read of size 8 at addr ffff88a10d32e5d8 by task rmmod/12013

When edev->components is zero, accessing edev->component[0] members is
wrong.

Link: https://lore.kernel.org/r/20230202162451.15346-5-thenzl@redhat.com
Cc: stable@vger.kernel.org
Signed-off-by: Tomas Henzl <thenzl@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/scsi/ses.c