mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
21 lines
993 B
Markdown
21 lines
993 B
Markdown
### [CVE-2024-56546](https://cve.mitre.org/cgi-bin/cvename.cgi?name=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
|
|
- https://github.com/cku-heise/euvd-api-doc
|
|
- https://github.com/w4zu/Debian_security
|
|
|