Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A deadlock vulnerability has been identified in the Linux kernel's zswap component. The issue arises in the zswap_cpu_comp_dead() function, which calls crypto_free_acomp() while holding a per-CPU mutex. This creates a circular dependency, as crypto_free_acomp() requires a different lock that can be held by a task descheduled on the same CPU, leading to a potential ABBA deadlock scenario. The vulnerability affects several Linux kernel versions.
Exploitation of this vulnerability can lead to a deadlock situation, causing tasks to be stuck waiting for each other indefinitely, which can disrupt system operations and performance.
The vulnerability has been addressed in the official Linux kernel repository. Users should upgrade to the latest version where this issue has been fixed.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.