Security Advisory

CVE-2023-53118

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-05-02 15:55:56
Last updated 2026-05-23 15:28:05
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

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.