You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
amdgpu graphics
About this tag
The amdgpu graphics tag on WindowsForum covers Linux kernel vulnerabilities in AMD's amdgpu driver, including CVE-2026-46218 and CVE-2026-31462. These flaws involve bounds checking in video decode/encode paths and PASID reuse race conditions, respectively. While not Windows-specific, these issues matter to users running Linux on AMD hardware, dual-boot workstations, or GPU-backed virtualization. Discussions highlight how GPU drivers expand the operating system's attack surface, similar to filesystems and network stacks. The tag provides technical analysis of kernel patches and their implications for system security.
CVE-2026-46218 is a newly published Linux kernel vulnerability, disclosed by kernel.org on May 28, 2026, in AMD’s amdgpu graphics driver, where UVD, VCE, and VCN video paths could access indirect buffers at fixed offsets without first confirming the buffer was large enough. The fix is small, but...
CVE-2026-31462 is a small-looking Linux kernel flaw with a very specific failure mode, but it sits in exactly the kind of plumbing that can cause outsized disruption when it misbehaves. The vulnerability in drm/amdgpu is about immediate PASID reuse after a process exits, where the GPU can...