Bug 2395318 (CVE-2022-50249) - CVE-2022-50249 kernel: memory: of: Fix refcount leak bug in of_get_ddr_timings()
Summary: CVE-2022-50249 kernel: memory: of: Fix refcount leak bug in of_get_ddr_timings()
Keywords:
Status: NEW
Alias: CVE-2022-50249
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-15 15:07 UTC by OSIDB Bzimport
Modified: 2025-09-15 22:19 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-15 15:07:12 UTC
In the Linux kernel, the following vulnerability has been resolved:

memory: of: Fix refcount leak bug in of_get_ddr_timings()

We should add the of_node_put() when breaking out of
for_each_child_of_node() as it will automatically increase
and decrease the refcount.


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