CVE-2022-50574
BaseFortify
Publication date: 2025-10-22
Last updated on: 2025-10-22
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a reference count leak in the Linux kernel's drm/omap component, specifically in the dss (Display Subsystem). The issue occurs because the function of_node_put() was not called properly for references returned by of_graph_get_port_by_id() in certain failure paths or when the reference was no longer needed. This could lead to resource leaks in the kernel.
How can this vulnerability impact me? :
The reference count leak could cause resource leaks in the Linux kernel, potentially leading to degraded system performance or stability issues over time as resources are not properly released.