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.
CVSS
No CVSS.
References
Configurations
No configuration.
History
04 Oct 2025, 16:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-10-04 16:15
Updated : 2025-10-06 14:56
NVD link : CVE-2023-53572
Mitre link : CVE-2023-53572
CVE.ORG link : CVE-2023-53572
JSON object : View
Products Affected
No product.
CWE
No CWE.