CVE-2023-54101
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
24/12/2025
Last modified:
24/12/2025
Description
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.



