Bug 2334452 (CVE-2024-56546) - CVE-2024-56546 kernel: drivers: soc: xilinx: add the missing kfree in xlnx_add_cb_for_suspend()
Summary: CVE-2024-56546 kernel: drivers: soc: xilinx: add the missing kfree in xlnx_ad...
Keywords:
Status: NEW
Alias: CVE-2024-56546
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: 2024-12-27 15:02 UTC by OSIDB Bzimport
Modified: 2024-12-28 08:04 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-12-27 15:02:58 UTC
In the Linux kernel, the following vulnerability has been resolved:

drivers: soc: xilinx: add the missing kfree in xlnx_add_cb_for_suspend()

If we fail to allocate memory for cb_data by kmalloc, the memory
allocation for eve_data is never freed, add the missing kfree()
in the error handling path.

Comment 1 Avinash Hanwate 2024-12-28 08:00:52 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2024122729-CVE-2024-56546-3138@gregkh/T


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