Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A memory leak vulnerability has been addressed in the Linux kernel's firmware loader component. During the firmware upload process, an instance of the 'fw_upload' structure is allocated but not properly freed, leading to a memory leak. The vulnerability arises because the allocated data needs to be released in the 'fw_dev_release()' function. To resolve this issue, a new 'fw_upload_free()' function has been created in 'sysfs_upload.c' to manage the specific memory deallocation for firmware uploads, incorporating the necessary 'kfree' call for the 'fw_upload' structure.
Exploitation of this vulnerability could lead to a memory leak, causing increased memory usage and potentially leading to a denial-of-service condition.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.