First published: Fri May 17 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix the lifetime of the bo cursor memory The cleanup can be dispatched while the atomic update is still active, which means that the memory acquired in the atomic update needs to not be invalidated by the cleanup. The buffer objects in vmw_plane_state instead of using the builtin map_and_cache were trying to handle the lifetime of the mapped memory themselves, leading to crashes. Use the map_and_cache instead of trying to manage the lifetime of the buffer objects held by the vmw_plane_state. Fixes kernel oops'es in IGT's kms_cursor_legacy forked-bo.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <6.6.24 | 6.6.24 |
redhat/kernel | <6.7.12 | 6.7.12 |
redhat/kernel | <6.8.3 | 6.8.3 |
redhat/kernel | <6.9 | 6.9 |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.10-1 6.12.11-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2024-35810 is not explicitly stated, but it involves a potential memory management issue in the Linux kernel.
To fix CVE-2024-35810, upgrade the Linux kernel to version 6.6.24, 6.7.12, 6.8.3, 6.9, or any applicable versions from the mentioned Debian releases.
CVE-2024-35810 affects multiple versions of the Linux kernel, set forth before version 6.6.24, 6.7.12, 6.8.3, and 6.9.
CVE-2024-35810 is part of updates in the Linux kernel and is addressed by the maintainers of the kernel.
While not labeled as critical, CVE-2024-35810 does pose a potential risk related to memory management which warrants an update.