CVE-2026-74313

Source
https://cve.org/CVERecord?id=CVE-2026-74313
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74313.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74313
Downstream
Published
2026-08-15T05:58:12.058Z
Modified
2026-08-18T03:56:46.195350647Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H CVSS Calculator
Summary
vduse: hold vduse_lock across IDR lookup in open path
Details

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

vduse: hold vduse_lock across IDR lookup in open path

vdusedevopen() looks up struct vdusedev through the IDR and then acquires dev->lock only after vduselock has been dropped.

This leaves a window where a concurrent VDUSEDESTROYDEV 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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74313.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
c8a6153b6c59d95c0e091f053f6f180952ade91e
Fixed
35483c5306e09b3190ff937089d404a78012695c
Fixed
5c1560be8aa6849356455af67518d35c551cbd95
Fixed
93ed4692f2299a40346025979f40e4a9b7b33af7
Fixed
d94e2947203aead590fd63f667d316d4475d65af
Fixed
a2d0a57538fd0b3b3ab75d64bb64f4cd2fab13a2
Fixed
79e12c891940b0c4c75881b7fd82a8cbb8ac97be
Fixed
e440e077748939839d9f76e24383b76b785f80ce

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74313.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.15.0
Fixed
5.15.212
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74313.json"