CVE-2023-54101
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
24/12/2025
Última modificación:
24/12/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
driver: soc: xilinx: use _safe loop iterator to avoid a use after free<br />
<br />
The hash_for_each_possible() loop dereferences "eve_data" to get the<br />
next item on the list. However the loop frees eve_data so it leads to<br />
a use after free. Use hash_for_each_possible_safe() instead.



