Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
- ~6.4
A vulnerability has been identified in the Linux kernel's accel/qaic component, specifically in the user-page management process. When the function get_user_pages_fast() successfully allocates some pages but fewer than expected, the current implementation fails to properly release the excess pages, leading to a memory leak. This issue has been addressed by modifying the code to include a call to put_page() for the leaked pages before exiting the function.
Exploitation of this vulnerability could result in a memory leak, where allocated pages are not properly released, potentially leading to increased memory usage and degradation of system performance.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.