Linux Kernel Refcount Leak Vulnerability in BRCMSTB Power Management

Vulnerability

A refcount leak vulnerability has been identified in the Linux kernel's BRCMSTB power management component. The issue arises in the 'brcmstb_pm_probeof_find_matching_node()' function, which returns a node pointer with an incremented reference count. The vulnerability occurs because the reference is not properly released when no longer needed, leading to a memory leak. This refcount leak is introduced in 'brcmstb_init_sram', where a device node is passed to 'of_address_to_resource()'. The 'of_address_to_resource()' function then calls 'of_find_device_by_node()' to take a reference, but the reference returned by 'of_find_matching_node()' is not released, causing the leak.

Impact

Exploitation of this vulnerability leads to a memory refcount leak, which can potentially be exploited to cause a denial-of-service condition by exhausting memory resources.

Added: Jun 9, 2025, 7:46 PM
Updated: Jun 9, 2025, 7:46 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
0.0
exploitability
4.0
remediation
0.0
relevance
0.0
threat
3.2
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.