First published: Tue Nov 19 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Lock XArray when getting entries for the VM Similar to commit cac075706f29 ("drm/panthor: Fix race when converting group handle to group object") we need to use the XArray's internal locking when retrieving a vm pointer from there. v2: Removed part of the patch that was trying to protect fetching the heap pointer from XArray, as that operation is protected by the @pool->lock.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.10<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-53080 has been classified with a severity level of medium due to its potential impact on the Linux kernel's DRM subsystem.
To mitigate CVE-2024-53080, you should upgrade your Linux kernel to the latest fixed version that includes the patch.
CVE-2024-53080 affects Linux kernel versions from 6.10 up to 6.11.8 and the 6.12 release candidates 1 to 6.
As of now, there is no known active exploitation of CVE-2024-53080 reported in the wild.
CVE-2024-53080 impacts the DRM (Direct Rendering Manager) subsystem within the Linux kernel.