CVE-2022-50309: media: xilinx: vipp: Fix refcount leak in xvip_graph_dma_init
In the Linux kernel, the following vulnerability has been resolved:
media: xilinx: vipp: Fix refcount leak in xvip_graph_dma_init
of_get_child_by_name() returns a node pointer with refcount
incremented, we should use of_node_put() on it when not need anymore.
Add missing of_node_put() to avoid refcount leak.
Security readout for executives and security teams
Plain-English summary
CVE-2022-50309 is a Linux kernel resource leak in the Xilinx VIPP media driver. The bug leaves a device-tree node reference unreleased during DMA graph initialization. The public record does not provide CVSS, impact detail, or evidence of active exploitation, so urgency depends on whether affected Xilinx media functionality is present.
Executive priority
Treat this as routine kernel hygiene unless Xilinx media hardware is business-critical or widely deployed. The public evidence supports patch tracking, not emergency response.
Technical view
In xvip_graph_dma_init, of_get_child_by_name() increments a node reference count. The fix adds of_node_put() when the node is no longer needed, preventing a refcount leak. The CVE record lists multiple affected Linux kernel version ranges and stable kernel commits resolving the issue.
Likely exposure
Exposure appears most likely on Linux systems using the Xilinx VIPP media driver, especially embedded or video-processing platforms with relevant device-tree configuration. Generic Linux servers without this driver or hardware path are less likely to be exposed.
Exploitation context
The provided sources do not show active exploitation, public exploit availability, KEV listing, or a detailed attacker model. The observable issue is a kernel reference-count leak, not a disclosed privilege-escalation or remote-code-execution path.
Researcher notes
The record is sparse: no CVSS, CWE, exploit status, or operational impact is provided. Analysis should focus on affected kernel branches, driver reachability, and whether device-tree paths can repeatedly trigger xvip_graph_dma_init.
Mitigation direction
Update to a Linux kernel build containing the referenced stable fix.
Prioritize systems using Xilinx VIPP media or related embedded video pipelines.
Check distribution or hardware vendor advisories for packaged fixed kernels.
Include this CVE in normal kernel maintenance if exposure is uncertain.
Validation and detection
Inventory kernel versions against the affected versions in the CVE record.
Confirm whether the Xilinx VIPP media driver is built or loaded.
Verify the kernel source includes the added of_node_put() fix.
Check vendor kernel changelogs for the referenced stable commit IDs.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2022-50309 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
0CVSS vectors
3Timeline events
0ADP providers
10Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Sep 15, 2025, 14:46 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.