Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel's handling of HID Corsair Void devices can cause a kernel panic. The issue arises because the 'corsair_void_process_receiver' function can be called from an interrupt context, and locking the 'battery_mutex' within it was leading to a panic. This vulnerability has been addressed by moving the critical section into a separate work handler, which is shared with 'battery_add_work' and 'battery_remove_work', eliminating the need for locking.
The vulnerability could lead to a kernel panic, causing a denial of service by crashing the system.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.