Bug 2420248 (CVE-2022-50641) - CVE-2022-50641 kernel: HSI: omap_ssi: Fix refcount leak in ssi_probe
Summary: CVE-2022-50641 kernel: HSI: omap_ssi: Fix refcount leak in ssi_probe
Keywords:
Status: NEW
Alias: CVE-2022-50641
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-09 01:03 UTC by OSIDB Bzimport
Modified: 2025-12-19 13:14 UTC (History)
0 users

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


Attachments (Terms of Use)

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

HSI: omap_ssi: Fix refcount leak in ssi_probe

When returning or breaking early from a
for_each_available_child_of_node() loop, we need to explicitly call
of_node_put() on the child node to possibly release the node.


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