CVE-2026-74450 PUBLISHED

drm/amd/pm: fix pptable use-after-free

Assigner: Linux
Reserved: 15.08.2026 Published: 15.08.2026 Updated: 15.08.2026

In the Linux kernel, the following vulnerability has been resolved:

drm/amd/pm: fix pptable use-after-free

amdgpu_dpm_get_pp_table() returns a pointer to a driver-owned power table after dropping adev->pm.mutex. The sysfs path then copies from that pointer. A concurrent pp_table write can replace and free the allocation during the copy, causing a use-after-free.

Change the DPM interface to copy into caller-provided storage while the mutex is held. Keep the size-only query for attribute discovery without exposing the driver-owned pointer.

(cherry picked from commit f6eed7acfd30099ef7baeb6ba45bb59daad80631)

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 1684d3ba488529266ce6f97b88076bd185f4790e to b628f2c6feb3a115ea72d3120a2bd94afc5163df (excl.)
  • affected from 1684d3ba488529266ce6f97b88076bd185f4790e to bb493058c35c8676e48269ab6732688ea733d23c (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 4.9 is affected
  • unaffected from 0 to 4.9 (excl.)
  • unaffected from 7.1.8 to 7.1.* (incl.)
  • unaffected from 7.2-rc6 to * (incl.)

References