Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
- >= 5.19.0-0.rc8.20220727git39c3c396f813.60.fc37.aarch64, < 5.19.0-0.rc8.20220727git39c3c396f813.60.fc37.aarch64
A vulnerability in the Linux kernel's VMCI (Virtual Machine Communication Interface) component has been addressed. The issue arose because the 'vmci_dispatch_dgs' tasklet function called 'vmci_read_data', which used 'wait_event'. This created an invalid sleep in an atomic context, potentially leading to a deadlock. The vulnerability has been resolved by replacing tasklets with threaded interrupts, eliminating the problematic sleep in atomic context.
The vulnerability could cause a deadlock by allowing a sleeping function to be called from an invalid context, disrupting normal execution flow.
The vulnerability can be reproduced by triggering the 'vmci_dispatch_dgs' tasklet function, which will then call 'vmci_read_data'. This sequence creates an invalid sleep in an atomic context, as indicated by the kernel's debugging output, which reports a sleeping function called from an invalid context, with preemption disabled and a lock held.
Users should update to the latest version of the Linux kernel where this vulnerability 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.