CVE-2026-31462
Received Received - Intake
PASID Reuse Vulnerability in Linux AMDGPU Causes Interrupt Issues

Publication date: 2026-04-22

Last updated on: 2026-04-22

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: prevent immediate PASID reuse case PASID resue could cause interrupt issue when process immediately runs into hw state left by previous process exited with the same PASID, it's possible that page faults are still pending in the IH ring buffer when the process exits and frees up its PASID. To prevent the case, it uses idr cyclic allocator same as kernel pid's. (cherry picked from commit 8f1de51f49be692de137c8525106e0fce2d1912d)
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-04-22
Last Modified
2026-04-22
Generated
2026-05-07
AI Q&A
2026-04-22
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability exists in the Linux kernel's drm/amdgpu component. It involves the reuse of a Process Address Space ID (PASID) immediately after a process exits. When a process exits, there may still be pending page faults in the Interrupt Handler (IH) ring buffer associated with that PASID. If the same PASID is immediately reused by a new process, it can cause interrupt issues because the hardware state left by the previous process is still active. The fix prevents this immediate reuse by using an idr cyclic allocator similar to the kernel's process ID allocator.


How can this vulnerability impact me? :

The vulnerability can cause interrupt handling issues in the Linux kernel when a PASID is reused immediately after a process exits. This could lead to instability or unexpected behavior in systems using the affected drm/amdgpu driver, potentially impacting system reliability or causing crashes related to GPU operations.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart