Linux Kernel Refcount Leak Vulnerability in OMAP2+ ARM Architecture

Vulnerability

A refcount leak vulnerability has been identified in the Linux kernel's handling of device nodes for the OMAP2+ ARM architecture. The issue arises in the 'omapdss_init_ofomapdss_find_dss_of_node()' function, where 'of_find_compatible_node()' is called to retrieve a device node pointer. This function increments the reference count of the node pointer, but the code fails to decrement the reference count when it is no longer needed, leading to a memory leak. The vulnerability has been addressed by adding the missing 'of_node_put()' call to both the normal and error paths of the function.

Impact

Exploitation of this vulnerability could lead to a memory leak, causing increased memory usage and potentially leading to a denial-of-service condition.

Added: Jun 18, 2025, 1:59 PM
Updated: Jun 18, 2025, 1:59 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
4.0
remediation
0.0
relevance
0.2
threat
3.2
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.