Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A refcount leak vulnerability has been identified in the Linux kernel's Tegra20 clock initialization function. The issue arises because the function 'of_find_matching_node()' returns a pointer to a 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 the Linux kernel stable tree.
The vulnerability leads to a memory leak, where reference counts are not properly managed, potentially causing increased memory usage over time.
The vulnerability can be reproduced by calling the 'tegra20_clock_init' function, which will result in a refcount leak by not releasing the node pointer returned by 'of_find_matching_node()'.
The vulnerability has been addressed by adding the missing 'of_node_put()' call to the 'tegra20_clock_init' function, ensuring that the reference count is properly decremented and preventing the memory leak.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.