Lucene search

K
redhatcveRedhat.comRH:CVE-2022-48771
HistoryJun 20, 2024 - 2:27 p.m.

CVE-2022-48771

2024-06-2014:27:47
redhat.com
access.redhat.com
4
linux kernel
vulnerability fix
stale file descriptors
usercopy
use-after-free exploit

AI Score

8.7

Confidence

High

EPSS

0

Percentile

10.4%

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.

Mitigation

Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

AI Score

8.7

Confidence

High

EPSS

0

Percentile

10.4%