Bug 2401503 (CVE-2023-53572) - CVE-2023-53572 kernel: clk: imx: scu: use _safe list iterator to avoid a use after free
Summary: CVE-2023-53572 kernel: clk: imx: scu: use _safe list iterator to avoid a use ...
Keywords:
Status: NEW
Alias: CVE-2023-53572
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-10-04 16:04 UTC by OSIDB Bzimport
Modified: 2025-10-06 15:06 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-04 16:04:20 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.