VDB
CISA-2022-48771
CISA-2022-48771
PUBLISHED
Reported by Linux · Published June 20, 2024
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix stale file descriptors on failed usercopy A failing usercopy of the fence_rep object will lead to a stale entry in the file descriptor table as put_unused_fd() won't release it. This enables userland to refer to a dangling 'file' object through that still valid file descriptor, leading to all kinds of use-after-free exploitation scenarios. Fix this by deferring the call to fd_install() until after the usercopy has succeeded.
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | c906965dee22d5e95d0651759ba107b420212a9f, c906965dee22d5e95d0651759ba107b420212a9f, c906965dee22d5e95d0651759ba107b420212a9f |
| Linux | Linux | 4.14, 0, 4.14.264 |
| Linux | Linux | *, c906965dee22d5e95d0651759ba107b420212a9f, c906965dee22d5e95d0651759ba107b420212a9f |
| linux | linux_kernel | 4.14, 4.14, 4.14 |
Timeline
- Jun 20, 2024 CVE Published
- May 4, 2025 CVE Updated