2 matches found
CVE-2026-80896
CVE-2026-80896 affects the mshv (Microsoft Hyper-V) component of the Linux kernel . The root cause is a race condition in mshv_irqfd_deassign(): it traverses pt_irqfds_list without holding the required pt->pt_irqfds_lock spinlock, racing with the EPOLLHUP path in mshv_irqfd_wakeup(). A second ...
5.3AI score
SaveExploits0References3
EUVD-2026-71646
In the Linux kernel, the following vulnerability has been resolved: mshv: Fix race in mshvirqfddeassign mshvirqfddeactivate and the hlist traversal of ptirqfdslist require pt-ptirqfdslock to be held, but mshvirqfddeassign omits it. This races with the EPOLLHUP path in mshvirqfdwakeup, which does...
5.3AI score
SaveExploits0References3
20