CVE-2023-53267
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
16/09/2025
Última modificación:
16/09/2025
Descripción
*** Pendiente de traducción *** 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.