Security Advisory

CVE-2024-54458

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-02-27 02:18:08
Last updated 2026-08-05 11:44:50
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: bsg: Set bsg_queue to NULL after removal Currently, this does not cause any issues, but I believe it is necessary to set bsg_queue to NULL after removing it to prevent potential use-after-free (UAF) access.