---
cve: "CVE-2026-74614"
severity: "HIGH"
cvss: 8.4
epss: "32.5%"
vendor: "Linux"
kev: false
exploited: false
published: "2026-08-22 16:16:34"
tags: [cve, security, high]
source: tsecurity.de CVE-Dossier
exported: "2026-09-07T07:05:00+02:00"
---

# CVE-2026-74614

> 8.4 HIGH

## Beschreibung

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.

## CVSS-Vektor

```
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
```

| Metrik | Wert | Bewertung |
|---|---|---|
| AV Angriffsvektor | Lokal | good |
| AC Komplexität | Gering | bad |
| PR Privilegien | Keine | bad |
| UI Interaktion | Keine | bad |
| S Scope | Unverändert | good |
| C Vertraulichkeit | Hoch | bad |
| I Integrität | Hoch | bad |
| A Verfügbarkeit | Hoch | bad |

## Patch verfügbar (OSV)

- Kernel ≥ 5.15.216
- Kernel ≥ 6.1.183
- Kernel ≥ 6.6.152
- Kernel ≥ 6.12.104
- Kernel ≥ 6.18.45
- Kernel ≥ 7.1.9

## Referenzen

- <https://git.kernel.org/stable/c/1cecb4202afdbeddcf29d59baf596ac6ab753f7f>
- <https://git.kernel.org/stable/c/29dd10583bf9d2744cd84b862e4257c0a5699570>
- <https://git.kernel.org/stable/c/941329ce14c5f481223a10d1d4c8b57ea7f3048a>
- <https://git.kernel.org/stable/c/a1fb0c5b8a7c2753758aeced40971f99449dde0c>
- <https://git.kernel.org/stable/c/bd43a7ec668be428265b3209eb43647aedcf720a>
- <https://git.kernel.org/stable/c/eae099c764c7ebdb842eb1f638913e310bdd6513>
- <https://git.kernel.org/stable/c/ebac8f6b1ef0e9278afe204b8692a7479988dace>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-74614) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
