Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel could lead to a deadlock situation in the blk_ia_range_sysfs_show() function. This issue arises because the function reads a sysfs attribute that is already protected against removal by the kobject node active reference counter. As a result, there is no need to use the queue sysfs lock when accessing the range attribute value. The unnecessary use of this lock can create a deadlock with disk removal processes, a scenario indicated by lockdep with a warning when the device is removed.
The vulnerability can cause a deadlock, where two processes are unable to proceed because each is waiting for the other to release a lock, potentially leading to a system hang.
The vulnerability has been addressed by removing the mutex_lock() and mutex_unlock() calls from the blk_ia_range_sysfs_show() function.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.