CVE-2023-54154
Memory Leak in Linux Kernel SCSI Target Core Component
Publication date: 2025-12-24
Last updated on: 2025-12-24
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
| linux | kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
What immediate steps should I take to mitigate this vulnerability?
The vulnerability is caused by a memory leak in the Linux kernel's target_cmd_counter struct. To mitigate this vulnerability, you should update your Linux kernel to a version where this issue is fixed, as the fix involves freeing the target_cmd_counter structure alongside the corresponding iscsit_conn / se_sess parent. No other immediate mitigation steps are provided.
Can you explain this vulnerability to me?
This vulnerability is a memory leak in the Linux kernel's SCSI target core. Specifically, the target_cmd_counter structure allocated by target_alloc_cmd_counter() is never freed, causing memory to be leaked across various transport types. This means that allocated memory is not properly released, which can lead to resource exhaustion over time.
How can this vulnerability impact me? :
The impact of this vulnerability is that it can cause memory leaks in the Linux kernel, potentially leading to increased memory usage and resource exhaustion. Over time, this could degrade system performance or cause instability due to the accumulation of unreleased memory.