5 matches found
CVE-2023-52913
In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix potential context UAFs gemcontextregister makes the context visible to userspace, and which point a separate thread can trigger the I915GEMCONTEXTDESTROY ioctl. So we need to ensure that nothing uses the ctx ptr aft...
CVE-2023-52913
CVE-2023-52913 affects the Linux kernel’s drm/i915 component, where gem_context_register() exposes a GEM context to userspace and later code path allows a separate thread to trigger I915_GEM_CONTEXT_DESTROY. The root cause is using the ctx pointer after context destruction and not making the ctx ...
CVE-2023-52913 drm/i915: Fix potential context UAFs
In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix potential context UAFs gemcontextregister makes the context visible to userspace, and which point a separate thread can trigger the I915GEMCONTEXTDESTROY ioctl. So we need to ensure that nothing uses the ctx ptr aft...
CVE-2023-52913 drm/i915: Fix potential context UAFs
In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix potential context UAFs gemcontextregister makes the context visible to userspace, and which point a separate thread can trigger the I915GEMCONTEXTDESTROY ioctl. So we need to ensure that nothing uses the ctx ptr aft...
GSD-2023-1002019 drm/i915: Fix potential context UAFs
drm/i915: Fix potential context UAFs This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.1.7 by commit b696c627b3f56e173f7f70b8487d66da8ff22506, ...