First published: Mon Jun 03 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix invalid reads in fence signaled events Correctly set the length of the drm_event to the size of the structure that's actually used. The length of the drm_event was set to the parent structure instead of to the drm_vmw_event_fence which is supposed to be read. drm_read uses the length parameter to copy the event to the user space thus resuling in oob reads.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <4.19.314 | 4.19.314 |
redhat/kernel | <5.4.276 | 5.4.276 |
redhat/kernel | <5.10.217 | 5.10.217 |
redhat/kernel | <5.15.159 | 5.15.159 |
redhat/kernel | <6.1.91 | 6.1.91 |
redhat/kernel | <6.6.31 | 6.6.31 |
redhat/kernel | <6.8.10 | 6.8.10 |
redhat/kernel | <6.9 | 6.9 |
debian/linux | 5.10.223-1 5.10.234-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.16-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2024-36960 is classified as moderate.
To fix CVE-2024-36960, upgrade the kernel to versions 4.19.314, 5.4.276, 5.10.217, 5.15.159, 6.1.91, or later versions as specified for your distribution.
CVE-2024-36960 affects several kernel versions before the updates including 4.19.x and 5.x versions prior to the specified patch levels.
CVE-2024-36960 involves invalid reads in fence signaled events in the Linux kernel's drm/vmwgfx component.
Yes, CVE-2024-36960 has been resolved with kernel updates that properly set the length of the drm_event structure.