CVE-2026-80932
8.4Linux · Kernel
A use-after-free vulnerability in the Linux kernel vsock virtio driver allows local attackers to cause memory corruption or system crashes due to improper work item flushing order during removal.
Executive summary
A use-after-free flaw in the Linux kernel vsock virtio implementation poses a significant risk of system instability and potential local privilege escalation.
Vulnerability
The vulnerability exists in the virtio_vsock_remove function, which fails to account for task dependencies when flushing work items. This race condition allows an attacker to trigger a use-after-free scenario, as rx_work can be queued after the driver has initiated the removal process.
Business impact
Successful exploitation of this vulnerability can lead to kernel-level memory corruption, resulting in a denial-of-service or potential local privilege escalation. Given the CVSS score of 8.4, this vulnerability is classified as High severity, as it directly compromises the integrity and availability of the host operating system.
Remediation
Immediate Action: Update the Linux kernel to version 6.12.109, 6.18.50, 7.2.4, or later to incorporate the required dependency flushing logic.
Proactive Monitoring: Monitor kernel logs for KASAN reports or unexpected system reboots that may indicate memory corruption events.
Compensating Controls: Restrict local user access to the system, as the exploit requires local execution to trigger the race condition within the virtio driver.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability represents a significant risk to kernel stability. Administrators should prioritize patching affected Linux distributions as part of their regular maintenance cycle to ensure the fix is applied, thereby eliminating the race condition and preventing potential memory corruption.
More Linux CVEs all →
History
CVE Brief tracked this CVE 1 day before it had a CVSS score.
- Disclosed CVE record published
- Collected by CVE Brief No CVSS score yet; tracked as early warning
- CVSS score assigned 8.4 (3.1)
- Analyst report written
- Published in the daily brief high section