First published: Fri May 17 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag Otherwise after the GTT bo is released, the GTT and gart space is freed but amdgpu_ttm_backend_unbind will not clear the gart page table entry and leave valid mapping entry pointing to the stale system page. Then if GPU access the gart address mistakely, it will read undefined value instead page fault, harder to debug and reproduce the real issue.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <5.15.154 | 5.15.154 |
redhat/kernel | <6.1.84 | 6.1.84 |
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.11-1 6.12.12-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-35817 is a critical vulnerability in the Linux kernel affecting the amdgpu driver, which could lead to system instability or unauthorized access.
To fix CVE-2024-35817, upgrade to the latest kernel versions 5.15.154, 6.1.84, 6.6.24, 6.7.12, 6.8.3, or 6.9 for Red Hat and versions 6.1.123-1, 6.1.119-1, 6.12.10-1, or 6.12.11-1 for Debian.
CVE-2024-35817 affects older versions of the Linux kernel including certain versions prior to 5.15.154 and those in the 6.x series up to 6.9.
CVE-2024-35817 impacts the amdgpu driver in the Linux kernel, specifically affecting GTT and GART memory management.
As of now, there are no publicly disclosed exploits for CVE-2024-35817, but it is advised to patch systems to mitigate potential risks.