Bug 2400731 (CVE-2022-50429) - CVE-2022-50429 kernel: memory: of: Fix refcount leak bug in of_lpddr3_get_ddr_timings()
Summary: CVE-2022-50429 kernel: memory: of: Fix refcount leak bug in of_lpddr3_get_ddr...
Keywords:
Status: NEW
Alias: CVE-2022-50429
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-10-01 12:04 UTC by OSIDB Bzimport
Modified: 2025-10-01 22:10 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-01 12:04:08 UTC
In the Linux kernel, the following vulnerability has been resolved:

memory: of: Fix refcount leak bug in of_lpddr3_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.