AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2023-54101

UNKNOWN · CVSS N/A EPSS 0.18%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-12-24 · Last synced 2026-08-04

CyberRota Analysis

This vulnerability has an unknown severity rating. It affects Linux.

CVE
CVE-2023-54101
Severity
UNKNOWN
CVSS
N/A
EPSS
0.18%
Linux

Original NVD 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.