CVE-2023-53267
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
16/09/2025
Last modified:
16/09/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
driver: soc: xilinx: fix memory leak in xlnx_add_cb_for_notify_event()<br />
<br />
The kfree() should be called when memory fails to be allocated for<br />
cb_data in xlnx_add_cb_for_notify_event(), otherwise there will be<br />
a memory leak, so add kfree() to fix it.