- CVE ID
- CVE-2023-54101
- CWE
- N/A
- CVE Description
- In the Linux kernel, the following vulnerability has been resolved:
driver: soc: xilinx: use _safe loop iterator to avoid a use after free
The hash_for_each_possible() loop dereferences "eve_data" to get the
next item on the list. However the loop frees eve_data so it leads to
a use after free. Use hash_for_each_possible_safe() instead.
- Published
- Dec 26, 2025
- CVSS Score & Severity
1.8Low
- CVSS Vector
- CVSS:4.0/AV:L/AC:H/AT:N/PR:H/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N
- EPSS Score
- 0.026%
- KEV Status
Not in KEV Catalog: No known exploits
- Source
- National Vulnerability Database