CVE-2024-35817

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-35817
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-35817.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-35817
Downstream
Related
Published
2024-05-17T14:15:16Z
Modified
2025-09-26T14:55:27Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

drm/amdgpu: amdgputtmgart_bind set gtt bound flag

Otherwise after the GTT bo is released, the GTT and gart space is freed but amdgputtmbackend_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.

References

Affected packages