CVE-2023-53572
HIGHLinux kernel - Use After Free
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: clk: imx: scu: use _safe list iterator to avoid a use after free This loop is freeing "clk" so it needs to use list_for_each_entry_safe(). Otherwise it dereferences a freed variable to get the next item on the loop.
References (5)
Scores
CVSS v3
7.8
EPSS
0.0001
EPSS Percentile
1.2%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Classification
CWE
CWE-416
Status
draft
Affected Products (1)
linux/linux_kernel
< 5.15.121
Timeline
Published
Oct 04, 2025
Tracked Since
Feb 18, 2026