cve/2024/CVE-2024-56546.md
2025-09-29 16:08:36 +00:00

837 B

CVE-2024-56546

Description

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 memoryallocation for eve_data is never freed, add the missing kfree()in the error handling path.

POC

Reference

No PoCs from references.

Github