CVE Catalog

CVE-2024-54458

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.21%

12th percentile - higher than 12% of all known CVEs

Summary

In the Linux kernel UFS subsystem for the BSG interface, the bsg_queue pointer is not set to NULL after removal. This could lead to a use-after-free (UAF) vulnerability.

Risk Assessment

The risk involves potential access to freed memory, which could cause system crashes, data leaks, or potentially privilege escalation by a local attacker.

Recommendation

It is recommended to immediately apply the Linux kernel patch that sets bsg_queue to NULL after removal. Update the kernel to a version containing the fix.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS