CVE-2024-53087: drm/xe: Fix possible exec queue leak in exec IOCTL
In the Linux kernel, the following vulnerability has been resolved:
drm/xe: Fix possible exec queue leak in exec IOCTL
In a couple of places after an exec queue is looked up the exec IOCTL returns on input errors without dropping the exec queue ref. Fix this ensuring the exec queue ref is dropped on input error.
(cherry picked from commit 07064a200b40ac2195cb6b7b779897d9377e5e6f)
Other sources
This CVE was automatically created from a reference found in an email or other text. If you are reading this, then this CVE entry is probably erroneous, since this text should be replaced by the official CVE description automatically.
— Launchpad
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-53087?
CVE-2024-53087 is classified as a moderate severity vulnerability in the Linux kernel.
What software is affected by CVE-2024-53087?
CVE-2024-53087 affects multiple versions of the Linux kernel, specifically between 6.8 and 6.11.8, as well as various 6.12 release candidates.
How do I fix CVE-2024-53087?
You can address CVE-2024-53087 by updating the Linux kernel to the latest stable version or applying the appropriate patches if available.
What type of vulnerability is CVE-2024-53087?
CVE-2024-53087 is an execution flow vulnerability due to a potential exec queue leak in the Linux kernel.
Can CVE-2024-53087 be exploited remotely?
CVE-2024-53087 does not appear to be a remote exploit vulnerability, but it could potentially be exploited locally by a user with access to the system.