Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A refcount leak vulnerability has been identified in the Linux kernel's PL353 static memory controller driver. This issue arises in the 'pl353_smc_probe()' function, where the 'child' node reference is not properly released after use. The vulnerability affects the Linux kernel stable tree, specifically in versions prior to the latest commit that addresses this issue. The problem occurs because the 'of_node_put()' function, which is responsible for decrementing the reference count of the 'child' node, is not called in the failure path of the 'for_each_available_child_of_node()' iteration. Although 'of_platform_device_create()' creates a new reference for 'child', it does not account for the necessary refcount management, leading to a memory leak.
Exploitation of this vulnerability causes a memory leak, where references to memory nodes are not properly released, potentially leading to increased memory usage and degradation of system performance over time.
To reproduce this vulnerability, load the PL353 static memory controller driver in the Linux kernel. The vulnerability will manifest as a memory leak, observable through increased memory usage that is not reclaimed. This can be monitored using standard system tools that track memory consumption.
The vulnerability has been fixed in the Linux kernel. Users should upgrade to the latest version where this issue has been addressed.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.