You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
vsock virtio
About this tag
The vsock virtio tag covers discussions about the Linux kernel's VSOCK (Virtual Socket) implementation over the virtio transport layer, particularly in virtualized environments. Content focuses on security vulnerabilities such as CVE-2026-23069, an arithmetic underflow bug in the virtio VSOCK transport that could allow a remote peer to manipulate transmit credit, impacting host and guest availability. Topics include kernel patches, host-guest communication, and availability risks in virtualization setups. While the tag is Linux-centric, it is relevant to Windows users running Linux VMs on Hyper-V or other hypervisors that use virtio-based VSOCK for efficient host-guest data transfer.
The Linux kernel received a targeted fix in February 2026 for a subtle but real arithmetic bug in the virtio VSOCK transport that can let a remote peer cause the kernel to believe far more transmit credit is available than it actually is, with practical consequences for host and guest...