VYPR
Unrated severityNVD Advisory· Published Dec 24, 2025· Updated Apr 15, 2026

CVE-2023-54101

CVE-2023-54101

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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

64

Patches

Vulnerability mechanics

References

4

News mentions

0

No linked articles in our index yet.