Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
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.
Exploitation of this vulnerability could lead to a memory leak, causing increased memory usage and potentially leading to a denial-of-service condition.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.