Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A memory leak vulnerability has been identified in the Linux kernel's huge memory management system, specifically within the xarray implementation. When the function xas_split_alloc() fails to allocate the required nodes for splitting an xarray entry, it erroneously sets the xa_state to -ENOMEM. This state is then interpreted by xas_nomem() as a request to allocate more memory, rather than to free unnecessary memory, which was the intended action. This creates confusion, as xas_nomem() is not meant to be used for memory deallocation in this scenario. To resolve this, the function xas_destroy() should be called instead.
Exploitation of this vulnerability leads to a memory leak, where allocated memory is not properly freed, potentially causing increased memory usage and degradation of system performance over time.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.