CVE-2026-46215
Linux Linux, linux kernel
In the Linux kernel, the following vulnerability has been resolved: drm: Set old handle to NULL before prime swap in change_handle There was a potential race condition in change_handle. The ioctl briefly had a single object with two idr entries; a concurrent gem_close could delete the object and remove one of the handles while leaving the other one dangling, which could subsequently be dereferenced for a use-after-free. To fix this, do the same dance that gem_close itself does. (f6cd7daecff5 drm: Release driver references to handle before making it available again) First idr_replace the old...
- CVSS
- 7.8
- EPSS
- 0.23% 13.6% percentile
- CISA KEV
- Not listed
- Published
- 2026.05.28