Linux Kernel Refcount Leak Vulnerability in Xilinx Video IP Core

Vulnerability

A refcount leak vulnerability has been identified in the Linux kernel's handling of the Xilinx Video IP core. The issue arises in the 'xvip_graph_dma_init' function, where the 'of_get_child_by_name' function returns a pointer to a device node with an incremented reference count. If this pointer is not properly released using 'of_node_put', it creates a memory leak. The vulnerability affects several versions of the Linux kernel.

Impact

Exploitation of this vulnerability leads to a memory leak, where reference counts are not properly managed, potentially causing increased memory usage and degradation of system performance over time.

Reproduction

The vulnerability can be reproduced by loading a Xilinx Video IP core driver that interacts with the device tree. The 'xvip_graph_dma_init' function will be called, leading to the reference count leak when the 'of_get_child_by_name' function is used without a corresponding 'of_node_put' to release the reference.

Remediation

Users can upgrade to the latest version of the Linux kernel where this vulnerability has been addressed. Instructions for upgrading can be found in the official Linux kernel documentation.

Added: Sep 15, 2025, 6:52 PM
Updated: Sep 15, 2025, 6:52 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
0.6
exploitability
4.3
remediation
7.7
relevance
0.5
threat
4.8
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.