VYPR
Unrated severityNVD Advisory· Published Oct 22, 2025· Updated Apr 15, 2026

CVE-2022-50574

CVE-2022-50574

Description

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

drm/omap: dss: Fix refcount leak bugs

In dss_init_ports() and __dss_uninit_ports(), we should call of_node_put() for the reference returned by of_graph_get_port_by_id() in fail path or when it is not used anymore.

AI Insight

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

Refcount leak in Linux kernel's omapdrm driver due to missing of_node_put() in error paths; patched in stable updates.

Vulnerability

Description

In the Linux kernel's DRM subsystem for OMAP, the functions dss_init_ports() and __dss_uninit_ports() fail to release references obtained via of_graph_get_port_by_id(). This results in a reference count leak when error conditions occur or when the references are no longer needed [1][2][3].

Exploitation and

Impact

An attacker with local access could potentially trigger the leak by repeatedly causing device tree parsing errors, leading to memory exhaustion over time. The vulnerability requires no special privileges beyond the ability to trigger driver initialization or deinitialization, such as through hot-plug events or system resume. While not directly exploitable for code execution or privilege escalation, the leak degrades system reliability and could contribute to denial-of-service conditions.

Mitigation

The issue is fixed by adding calls to of_node_put() in the appropriate error and cleanup paths. Patches have been submitted and accepted into the Linux kernel stable tree, as seen in commits referenced by [1], [2], and [3]. Users are advised to apply the latest stable kernel updates from their distribution vendor.

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

6

Vulnerability mechanics

Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

6

News mentions

0

No linked articles in our index yet.