Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel's handling of interrupt request (IRQ) contexts within the SMC91X network driver has been identified. When the driver is compiled with PREEMPT_RT support, a workqueue management issue arises, leading to a 'workqueue leaked atomic, lock or RCU' error. This problem occurs because the custom lock management in the driver improperly handles IRQs under PREEMPT_RT, causing a failure to restore IRQs after they are disabled. As a result, certain operations cannot complete correctly, potentially leading to degraded system performance or stability.
The vulnerability causes a workqueue management error, where the system fails to properly handle locks and interrupt requests, leading to potential performance degradation or stability issues.
To reproduce this issue, compile the Linux kernel with PREEMPT_RT support and load the SMC91X network driver. Monitor the system logs for the 'workqueue leaked atomic, lock or RCU' error, which indicates that the driver is not correctly managing IRQ contexts under PREEMPT_RT.
The issue has been addressed by modifying the driver to use a proper IRQ-safe locking mechanism. Users should apply the latest patches available in the Linux kernel stable tree to resolve this vulnerability.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.