← Back to CVE List

CVE-2022-48899

Published: 2024-08-21T07:15Z
Last Modified: 2024-09-11T16:22Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: drm/virtio: Fix GEM handle creation UAF Userspace can guess the handle value and try to race GEM object creation with handle close, resulting in a use-after-free if we dereference the object after dropping the handle's reference. For that reason, dropping the handle's reference must be done *after* we are done dereferencing the object. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt