High [CVE-2026-53374] zero-initialize GART table on allocation
This high-severity Red Hat Linux advisory covers CVE-2026-53374 affecting Red Hat Enterprise Linux 10, Red Hat Enterprise Linux 8, Red Hat Enterprise Linux 9.
Android app · Google Play
Monitor future Red Hat Linux CVEs from your phone.
Choose a whole vendor or a precise platform, then receive matching security advisories by phone notification, email, or both. Coverage follows 32 official vendor sources and 160+ reviewed platform categories.
Summary
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: zero-initialize GART table on allocation GART TLB is flushed after unmapping but not after mapping.
Since amdgpu_bo_create_kernel() does not zero-initialize the buffer, when a single PTE is written the TLB may speculatively load other uninitialized entries from the same cacheline. Those garbage entries can appear valid, and a subsequent write to another PTE in the same cacheline may cause the GPU to use a stale garbage PTE from the TLB.
Fix this by calling memset_io() to zero-initialize the GART table with gart_pte_flags immediately after allocation.
Using AMDGPU_GEM_CREATE_VRAM_CLEARED, SDMA-based clear will not work since SDMA needs GART to be initialized to work. (cherry picked from commit d9af8263b82b6eaa60c5718e0c6631c5037e4b24) A flaw was found in the Linux kernel's AMD GPU (amdgpu) driver. When allocating a Graphics Address Remapping Table (GART), the memory was not properly initialized.
This could allow a local attacker to potentially access uninitialized memory, leading to information disclosure or unexpected system behavior due to the GPU using stale data from its Translation Lookaside Buffer (TLB). Red Hat severity: Important — CVSS 7 (CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H).
Weakness: CWE-824.
Affected versions
No affected-version range was extracted from the source record. The vendor advisory is authoritative — check it before change work.
Official advisory · high-confidence parse· fetched 5 days ago·verify at source
- kernel-0:6.12.0-211.49.1.el10_2
- kernel-rt-0:4.18.0-553.156.1.rt7.497.el8_10
- kernel-0:4.18.0-553.156.1.el8_10
- kernel-0:5.14.0-687.41.1.el9_8
- RHSA-2026:57251
- RHSA-2026:55765
- RHSA-2026:55764
- RHSA-2026:57252
Official advisory · high-confidence parse· fetched 5 days ago·verify at source
Mitigation
Upgrade to a fixed release: kernel-0:6.12.0-211.49.1.el10_2, kernel-rt-0:4.18.0-553.156.1.rt7.497.el8_10, kernel-0:4.18.0-553.156.1.el8_10, kernel-0:5.14.0-687.41.1.el9_8, RHSA-2026:57251, RHSA-2026:55765. That is the remediation for this advisory.
The vendor advisory may list additional interim mitigations or workarounds not captured here — review it before change work.
Official advisory · high-confidence parse· fetched 5 days ago·verify at source
Discussion(0)
No comments yet. Share field notes, upgrade gotchas, or questions — verify against the vendor advisory before acting on community advice.
Sign in to join the discussion.