Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A memory leak vulnerability has been identified in the Linux kernel's RAID10 implementation. When the RAID10 read or write request functions register a new request with the REQ_NOWAIT flag set, the allocated memory is not properly freed. This issue leads to unreferenced memory objects, causing a potential memory leak. The vulnerability has been addressed in the Linux kernel stable tree.
Exploitation of this vulnerability leads to a memory leak, where allocated memory is not properly released, potentially causing increased memory usage and degradation of system performance over time.
The vulnerability can be reproduced by using the 'fio' tool to send read or write requests to a RAID10 array with the REQ_NOWAIT flag enabled. The RAID10 request handling code will allocate memory for the request but fail to free it, leading to a memory leak.
Users can upgrade to the latest version of the Linux kernel where this vulnerability has been fixed.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.