CVE-2026-23358

Summary

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)

Affected Software

VendorProductVersion RangeStatus
LinuxLinux732c6cefc1ecfc8de5d7a2029480798655d979d8 < 73e8bdf14248136459753252a438177df7ed8c7caffected
LinuxLinux732c6cefc1ecfc8de5d7a2029480798655d979d8 < baf4e7968911635eb816870af0ea587ac1457052affected
LinuxLinux732c6cefc1ecfc8de5d7a2029480798655d979d8 < b57c4ec98c17789136a4db948aec6daadceb5024affected
LinuxLinux6.16affected
LinuxLinux0 < 6.16unaffected
LinuxLinux6.18.17 <= 6.18.*unaffected
LinuxLinux6.19.7 <= 6.19.*unaffected
LinuxLinux7.0 <= *unaffected

Weaknesses

References