← Volver al buscador de CVEs

CVE-2026-74313

Linux kernel

Descripción

In the Linux kernel, the following vulnerability has been resolved: vduse: hold vduse_lock across IDR lookup in open path vduse_dev_open() looks up struct vduse_dev through the IDR and then acquires dev->lock only after vduse_lock has been dropped. This leaves a window where a concurrent VDUSE_DESTROY_DEV can remove the same object from the IDR and free it before the open path locks the device, leading to a use-after-free. Close this race by keeping vduse_lock held until dev->lock has been acquired in the open path, matching the lock ordering already used by the destroy path.

CVSS 8.8EPSS 0.126%Riesgo 0.89
Ver fuente
Publicación
2026-08-15 06:22:31
Versiones afectadas
unknown
Tipo
Kernel
Última modificación
2026-08-17 06:19:25
Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H