CVE-2023-54101

Linux Kernel 5.17-6.1.38, 6.2-6.3.12, 6.4-6.4.3 - Use-After-Free in Xilinx SOC Driver

Title source: llm
STIX 2.1

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.

Scores

EPSS 0.0018
EPSS Percentile 8.1%

Details

Status published
Products (13)
linux/Kernel 5.17.0 - 6.1.39linux
linux/Kernel 6.2.0 - 6.3.13linux
linux/Kernel 6.4.0 - 6.4.4linux
Linux/Linux < 5.17
Linux/Linux 5.17
Linux/Linux 6.1.39 - 6.1.*
Linux/Linux 6.3.13 - 6.3.*
Linux/Linux 6.4.4 - 6.4.*
Linux/Linux 6.5
Linux/Linux c7fdb2404f66131bc9c22e06f712717288826487 - 256aace3a5d8c987183ba4832dffb36f48ea7d3b
... and 3 more
Published Dec 24, 2025
Tracked Since Feb 18, 2026