Description
In the Linux kernel, the following vulnerability has been resolved:

vsock/virtio: read virtqueues under worker locks

Commit bd50c5dc182b ("vsock/virtio: add support for device
suspend/resume") made the *_run flags transition from false to true when
restore installs replacement virtqueues. The RX, TX and event workers
read their virtqueue before locking and checking the corresponding flag,
so a worker delayed across freeze and restore can observe the replacement
queue's running state while retaining a pointer to the deleted queue.

Read each virtqueue under its mutex after checking the run flag, keeping
the pointer and state in the same queue generation.
Published: 2026-08-22
Score: 8.4 High
EPSS: < 1% Very Low
KEV: No
Impact: Local Privilege Escalation
Action: Immediate Patch
AI Analysis

Impact

In the Linux kernel, the virtio‑vsock driver allows a worker thread to read a virtqueue that has already been freed and replaced during a device suspend/resume cycle. The worker performs the read before obtaining the queue’s mutex, so the thread can access memory that belongs to the deleted queue. This use‑after‑free can corrupt kernel memory and enable an attacker to hijack control flow, thereby achieving arbitrary code execution with kernel privileges.

Affected Systems

All Linux installations that use the virtio‑vsock subsystem and are running kernel versions that do not include commit bd50c5dc182b or later. The vulnerability is present in the subset of kernels where the virtqueue read ordering was left unchanged, affecting any system that attaches virtio sockets to devices scheduled for power‑state transitions.

Risk and Exploitability

The CVSS score of 8.4 indicates high severity, while the EPSS score of less than 1 % suggests a very low likelihood of exploitation in the wild. The vulnerability is not listed in CISA’s KEV catalog. Exploitation requires a local attacker capable of inducing device suspend/resume behavior; remote exploitation is unlikely because the flaw requires kernel‑level access. Nonetheless, the potential for local privilege escalation warrants immediate remediation.

Generated by OpenCVE AI on August 25, 2026 at 16:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a kernel that includes commit bd50c5dc182b or later, which corrects the virtqueue read ordering and guard conditions.
  • If an immediate kernel upgrade is not possible, restart all services that use vsock before performing any suspend or resume operations to clear pending worker threads.
  • As a temporary workaround, disable vsock or suspend/resume functionality for the affected virtio devices until a kernel patch is applied.

Generated by OpenCVE AI on August 25, 2026 at 16:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4777-1 linux security update
Debian DSA Debian DSA DSA-6466-1 linux security update
History

Tue, 25 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-416

Tue, 25 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-820
References
Metrics threat_severity

None

threat_severity

Moderate


Tue, 25 Aug 2026 09:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-416

Tue, 25 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-416

Tue, 25 Aug 2026 05:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Sat, 22 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-416

Sat, 22 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: read virtqueues under worker locks Commit bd50c5dc182b ("vsock/virtio: add support for device suspend/resume") made the *_run flags transition from false to true when restore installs replacement virtqueues. The RX, TX and event workers read their virtqueue before locking and checking the corresponding flag, so a worker delayed across freeze and restore can observe the replacement queue's running state while retaining a pointer to the deleted queue. Read each virtqueue under its mutex after checking the run flag, keeping the pointer and state in the same queue generation.
Title vsock/virtio: read virtqueues under worker locks
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-25T05:40:40.984Z

Reserved: 2026-08-15T05:44:03.920Z

Link: CVE-2026-74614

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-22T16:16:34.023

Modified: 2026-08-25T06:18:39.263

Link: CVE-2026-74614

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-22T00:00:00Z

Links: CVE-2026-74614 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T16:15:05Z

Weaknesses