Bug 2425018 (CVE-2023-54064) - CVE-2023-54064 kernel: ipmi:ssif: Fix a memory leak when scanning for an adapter
Summary: CVE-2023-54064 kernel: ipmi:ssif: Fix a memory leak when scanning for an adapter
Keywords:
Status: NEW
Alias: CVE-2023-54064
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-24 13:02 UTC by OSIDB Bzimport
Modified: 2025-12-25 08:35 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-24 13:02:15 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.