Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel's handling of switchdev notifications can lead to a deadlock situation. This issue arises because the blocking notification chain allows for recursive notifications, causing a read-write semaphore to be acquired multiple times for reading. Such recursion can generate lockdep warnings and potentially create unsafe locking scenarios, where a task holds a lock and tries to acquire it again, leading to a deadlock. The vulnerability has been addressed by converting the notification chain to a raw one, similar to the netdev notification chain, and by implementing additional protections and assertions to prevent future violations.
Exploitation of this vulnerability can cause a deadlock, where a process is unable to proceed because it is waiting for a lock that it has already acquired, effectively halting its execution.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.