First published: Tue Nov 19 2024(Updated: )
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)
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.8<6.11.8 | |
Linux Kernel | =6.12-rc1 | |
Linux Kernel | =6.12-rc2 | |
Linux Kernel | =6.12-rc3 | |
Linux Kernel | =6.12-rc4 | |
Linux Kernel | =6.12-rc5 | |
Linux Kernel | =6.12-rc6 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-53087 is classified as a moderate severity vulnerability in the Linux kernel.
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.
You can address CVE-2024-53087 by updating the Linux kernel to the latest stable version or applying the appropriate patches if available.
CVE-2024-53087 is an execution flow vulnerability due to a potential exec queue leak in the Linux kernel.
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.