CVE-2026-64473

Source
https://cve.org/CVERecord?id=CVE-2026-64473
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64473.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64473
Downstream
Published
2026-07-25T08:51:36.702Z
Modified
2026-07-27T04:03:22.441975878Z
Summary
vfio: Remove device debugfs before releasing devres
Details

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

vfio: Remove device debugfs before releasing devres

VFIO device debugfs files created with debugfscreatedevmseqfile() store a devres allocated debugfsdevmentry as inode private data. vfiounregistergroupdev() currently calls vfiodevicedel() before vfiodevicedebugfsexit(), but devicedel() releases devres. This can leave debugfs entries visible with stale inode private data while unregister waits for userspace references to drain.

Remove the per-device debugfs tree before vfiodevicedel(). The debugfs view is diagnostic only, so losing it at the start of unregister is preferable to preserving entries whose backing storage may already have been released.

Complete the teardown by clearing the per-device debugfs root after removal. This matches the global debugfs root cleanup and prevents future users from mistaking a removed dentry for a live debugfs tree during the remainder of unregister.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64473.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
2202844e4468c7539dba0c0b06577c93735af952
Fixed
6cc60b41d61657dc469893d14e8e55d160056ff1
Fixed
a53109ffb6b5148e11a27fb7670355b92db12dd3
Fixed
a5df401dc84f091e20b045560569f0736758fea7
Fixed
dc7fe87de492ea7f33a72b78d26650b75bf37f4f

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.8.0
Fixed
6.12.96
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.39
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.4

Database specific

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