amdgpu: Fix Uninit List Access on Slot Reset (CVE-2026-23358)
CVE-2026-23358 Published on March 25, 2026
drm/amdgpu: Fix error handling in slot reset
In the Linux kernel, the following vulnerability has been resolved:
drm/amdgpu: Fix error handling in slot reset
If the device has not recovered after slot reset is called, it goes to
out label for error handling. There it could make decision based on
uninitialized hive pointer and could result in accessing an uninitialized
list.
Initialize the list and hive properly so that it handles the error
situation and also releases the reset domain lock which is acquired
during error_detected callback.
(cherry picked from commit bb71362182e59caa227e4192da5a612b09349696)
Products Associated with CVE-2026-23358
Want to know whenever a new CVE is published for Linux Kernel? stack.watch will email you.
Affected Versions
Linux:- Version 732c6cefc1ecfc8de5d7a2029480798655d979d8 and below 73e8bdf14248136459753252a438177df7ed8c7c is affected.
- Version 732c6cefc1ecfc8de5d7a2029480798655d979d8 and below baf4e7968911635eb816870af0ea587ac1457052 is affected.
- Version 732c6cefc1ecfc8de5d7a2029480798655d979d8 and below b57c4ec98c17789136a4db948aec6daadceb5024 is affected.
- Version 6.16 is affected.
- Before 6.16 is unaffected.
- Version 6.18.17, <= 6.18.* is unaffected.
- Version 6.19.7, <= 6.19.* is unaffected.
- Version 7.0-rc2, <= * is unaffected.