Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A refcount leak vulnerability has been identified in the Linux kernel's PowerPC architecture, specifically within the SPU filesystem. The issue arises in the function 'spufs_init_isolated_loader', which returns a remote device node pointer with an incremented reference count. The vulnerability occurs because the function fails to properly decrement the reference count before returning, leading to a memory leak. The missing 'of_node_put()' call should be added to prevent this refcount leak.
Exploitation of this vulnerability leads to a memory refcount leak, which can cause improper memory management and potentially allow for further exploitation in conjunction with other vulnerabilities.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.