CVE-2023-54064
Unknown Unknown - Not Provided
Memory Leak in Linux Kernel IPMI SSIF Adapter Scan

Publication date: 2025-12-24

Last updated on: 2025-12-24

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: ipmi:ssif: Fix a memory leak when scanning for an adapter The adapter scan ssif_info_find() sets info->adapter_name if the adapter info came from SMBIOS, as it's not set in that case. However, this function can be called more than once, and it will leak the adapter name if it had already been set. So check for NULL before setting it.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-05-07
AI Q&A
2025-12-24
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a memory leak in the Linux kernel's IPMI SSIF driver. Specifically, when scanning for an adapter, the function ssif_info_find() sets the adapter_name if the adapter info came from SMBIOS. However, if this function is called multiple times, it can leak memory by repeatedly setting adapter_name without checking if it was already set. The fix involves checking if adapter_name is NULL before setting it to prevent the leak.


How can this vulnerability impact me? :

The memory leak could lead to increased memory usage over time, potentially causing system instability or degraded performance if the function is called repeatedly without restarting the system. However, it does not directly lead to code execution or privilege escalation.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart