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 PMU node mapping for ARM Exynos. The issue arises in the function 'exynos_map_pmuof_find_matching_node()', which returns a pointer to a node with an incremented reference count. If this pointer is not properly released using 'of_node_put()', it can lead to a memory leak. The missing 'of_node_put()' call has been added to address this issue.
Exploitation of this vulnerability can lead to a memory leak, where reference counts are not properly managed, potentially causing increased memory usage or other related issues.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.