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.
Metrics
Affected Vendors & Products
References
History
Tue, 08 Oct 2024 02:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
First Time appeared |
Redhat
Redhat enterprise Linux |
|
CPEs | cpe:/o:redhat:enterprise_linux:8 | |
Vendors & Products |
Redhat
Redhat enterprise Linux |
Wed, 11 Sep 2024 13:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-06-20T11:13:45.896Z
Updated: 2024-11-04T12:16:10.934Z
Reserved: 2024-06-20T11:09:39.061Z
Link: CVE-2022-48771
Vulnrichment
Updated: 2024-09-11T12:42:25.860Z
NVD
Status : Awaiting Analysis
Published: 2024-06-20T12:15:15.043
Modified: 2024-06-20T12:43:25.663
Link: CVE-2022-48771
Redhat