4 matches found
CVE-2026-80932
In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: flush works in dependency order virtiovsockremove stops the virtqueues and then flushes each work item before freeing the enclosing virtiovsock. The current order does not account for dependencies between those item...
EUVD-2026-76255
In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: flush works in dependency order virtiovsockremove stops the virtqueues and then flushes each work item before freeing the enclosing virtiovsock. The current order does not account for dependencies between those item...
CVE-2026-80932
A slab use-after-free in the Linux kernel's vsock/virtio subsystem occurs during device removal. The virtio_vsock_remove() path stops virtqueues and flushes work items, but the flush order does not account for producer-to-consumer dependencies: send_pkt_work can queue rx_work after rx_work has al...
PT-2026-90062
In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: flush works in dependency order virtio vsock remove stops the virtqueues and then flushes each work item before freeing the enclosing virtio vsock. The current order does not account for dependencies between those...