In the Linux kernel, the following vulnerability has been resolved:
scsi: ses: Fix slab-out-of-bounds in ses_intf_remove()
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.
| Software | From | Fixed in |
|---|---|---|
| linux / linux_kernel | 2.6.25 | 4.14.308 |
| linux / linux_kernel | 4.15 | 4.19.276 |
| linux / linux_kernel | 4.20 | 5.4.235 |
| linux / linux_kernel | 5.5 | 5.10.173 |
| linux / linux_kernel | 5.11 | 5.15.99 |
| linux / linux_kernel | 5.16 | 6.1.16 |
| linux / linux_kernel | 6.2 | 6.2.3 |