In the Linux kernel, the following vulnerability has been resolved:
scsi: core: Fix a procfs host directory removal regression
scsi_proc_hostdir_rm() decreases a reference counter and hence must only be called once per host that is removed. This change does not require a scsi_add_host_with_dma() change since scsi_add_host_with_dma() will return 0 (success) if scsi_proc_host_add() is called.
| Software | From | Fixed in |
|---|---|---|
| linux / linux_kernel | 4.19.278 | 4.20 |
| linux / linux_kernel | 5.4.237 | 5.4.237.x |
| linux / linux_kernel | 5.10.175 | 5.10.175.x |
| linux / linux_kernel | 5.15.103 | 5.15.103.x |
| linux / linux_kernel | 6.1.20 | 6.1.20.x |
| linux / linux_kernel | 6.2.7 | 6.2.7.x |
| linux / linux_kernel | 6.3-rc1 | 6.3-rc1.x |
| linux / linux_kernel | 6.3-rc2 | 6.3-rc2.x |