
Cloud Vulnerability DB
A community-led vulnerabilities database
In the Linux kernel, a reference count leak vulnerability was discovered in the PowerPC XIVE (eXternal Interrupt Virtualization Engine) subsystem. The issue occurs in the xive_spapr_init function where of_find_compatible_node() returns a node pointer with an incremented reference count, but the code failed to properly release this reference using of_node_put() when done, leading to a reference count leak (Kernel Git).
The vulnerability exists in the PowerPC-specific code handling XIVE initialization. When of_find_compatible_node() is called, it returns a device tree node pointer with an incremented reference count. The original code paths that returned early on error conditions did not properly release this reference count using of_node_put(), resulting in a memory leak. This issue was introduced in commit eac1e731b59e which added guest exploitation support for the XIVE interrupt controller (Kernel Git).
The reference count leak could lead to memory resource exhaustion over time as unreleased node references accumulate in the system. While this is primarily a reliability issue rather than a security vulnerability, it could potentially affect system stability on PowerPC systems using the XIVE interrupt controller.
The issue has been fixed by adding proper reference count management using of_node_put() in error paths and after successful initialization. The fix involves modifying the code to use goto statements to ensure proper cleanup, including releasing the node reference, in all error conditions (Kernel Git).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."