Vulnerability Description
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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.10, < 5.15.154 |
References
- https://git.kernel.org/stable/c/589c414138a1bed98e652c905937d8f790804efePatch
- https://git.kernel.org/stable/c/5cdce3dda3b3dacde902f63a8ee72c2b7f91912dPatch
- https://git.kernel.org/stable/c/5d5f1a7f3b1039925f79c7894f153c2a905201fbPatch
- https://git.kernel.org/stable/c/6c6064cbe58b43533e3451ad6a8ba9736c109ac3Patch
- https://git.kernel.org/stable/c/6fcd12cb90888ef2d8af8d4c04e913252eee4ef3Patch
- https://git.kernel.org/stable/c/e8d27caef2c829a306e1f762fb95f06e8ec676f6Patch
- https://git.kernel.org/stable/c/589c414138a1bed98e652c905937d8f790804efePatch
- https://git.kernel.org/stable/c/5cdce3dda3b3dacde902f63a8ee72c2b7f91912dPatch
- https://git.kernel.org/stable/c/5d5f1a7f3b1039925f79c7894f153c2a905201fbPatch
- https://git.kernel.org/stable/c/6c6064cbe58b43533e3451ad6a8ba9736c109ac3Patch
- https://git.kernel.org/stable/c/6fcd12cb90888ef2d8af8d4c04e913252eee4ef3Patch
- https://git.kernel.org/stable/c/e8d27caef2c829a306e1f762fb95f06e8ec676f6Patch
FAQ
What is CVE-2024-35817?
CVE-2024-35817 is a vulnerability with a CVSS score of 5.5 (MEDIUM). 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 am...
How severe is CVE-2024-35817?
CVE-2024-35817 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-35817?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.