CVE-2024-42263: drm/v3d: Fix potential memory leak in the timestamp extension
In the Linux kernel, the following vulnerability has been resolved:
drm/v3d: Fix potential memory leak in the timestamp extension
If fetching of userspace memory fails during the main loop, all drm sync objs looked up until that point will be leaked because of the missing drmsyncobjput.
Fix it by exporting and using a common cleanup helper.
(cherry picked from commit 753ce4fea62182c77e1691ab4f9022008f25b62e)
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-42263?
CVE-2024-42263 has a high severity due to the potential memory leak in the Linux kernel's DRM subsystem.
How do I fix CVE-2024-42263?
You can fix CVE-2024-42263 by updating to the latest patched version of the Linux kernel that addresses this vulnerability.
Which versions of the Linux kernel are affected by CVE-2024-42263?
CVE-2024-42263 affects Linux kernel versions between 6.8 and 6.10.4, as well as version 6.11-rc1.
What type of vulnerability is CVE-2024-42263?
CVE-2024-42263 is a memory leak vulnerability in the DRM component of the Linux kernel.
Can CVE-2024-42263 be exploited remotely?
CVE-2024-42263 is primarily an issue within the local execution context of the Linux kernel, making remote exploitation less likely.