VYPR
Unrated severityNVD Advisory· Published Jun 18, 2025

drm/mcde: Fix refcount leak in mcde_dsi_bind

CVE-2022-50176

Description

In the Linux kernel, the following vulnerability has been resolved:

drm/mcde: Fix refcount leak in mcde_dsi_bind

Every iteration of for_each_available_child_of_node() decrements the reference counter of the previous node. There is no decrement when break out from the loop and results in refcount leak. Add missing of_node_put() to fix this.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

118

Patches

Vulnerability mechanics

References

6

News mentions

0

No linked articles in our index yet.