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 the sparcspkr input. The issue arises in the bbc_beep_probe function, which calls of_find_node_opts_by_path(). This function returns a node pointer with an incremented reference count, but the refcount is not properly decremented after use, leading to a memory leak. The vulnerability has been addressed by adding the missing of_node_put() call to release the reference and prevent the leak.
Exploitation of this vulnerability could lead to a memory leak, causing increased memory usage over time and potentially leading to memory exhaustion.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.