First published: Wed Aug 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix potential context UAFs gem_context_register() makes the context visible to userspace, and which point a separate thread can trigger the I915_GEM_CONTEXT_DESTROY ioctl. So we need to ensure that nothing uses the ctx ptr after this. And we need to ensure that adding the ctx to the xarray is the *last* thing that gem_context_register() does with the ctx pointer. [tursulin: Stable and fixes tags add/tidy.] (cherry picked from commit bed4b455cf5374e68879be56971c1da563bcd90c)
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.8.11<5.9 | |
Linux Kernel | >=5.10<6.1.7 | |
Linux Kernel | =6.2-rc1 | |
Linux Kernel | =6.2-rc2 | |
Linux Kernel | =6.2-rc3 | |
debian/linux | <=5.10.223-1<=5.10.234-1 | 6.1.129-1 6.1.128-1 6.12.20-1 6.12.21-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-52913 has been classified as a high severity vulnerability due to potential use-after-free issues in the Linux kernel.
To fix CVE-2023-52913, update your Linux kernel to a version that includes the security patches addressing this vulnerability.
CVE-2023-52913 affects Linux kernel versions from 5.8.11 to 5.9 and 5.10 to 6.1.7, along with various 6.2 release candidates.
CVE-2023-52913 is a context use-after-free vulnerability within the DRM subsystem of the Linux kernel.
CVE-2023-52913 may allow an attacker to exploit the vulnerability locally, potentially leading to privilege escalation or system instability.