Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A memory leak vulnerability has been addressed in the Linux kernel's coresight component. The issue arose during the device registration process, where the 'device_initialize()' function was called without properly releasing the device reference in case of a registration failure. To mitigate this memory leak, the 'put_device()' function should be used for error handling instead of directly freeing the device.
Exploitation of this vulnerability could lead to a memory leak, where allocated memory is not properly released, 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.