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.
References
Configurations
Configuration 1 (hide)
|
History
03 Nov 2025, 21:17
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
Information
Published : 2024-12-27 14:15
Updated : 2025-11-03 21:17
NVD link : CVE-2024-56546
Mitre link : CVE-2024-56546
CVE.ORG link : CVE-2024-56546
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
