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

drm/amdkfd: always resume_all after suspend_all

Need to restore any good queues even if the suspend_all
failed for some. Always run remove_queue as that will
schedule a GPU reset is removing the queue fails.

v2: move resume_all after remove
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel DRM amdkfd driver contained an error‑handling flaw where the resume_all routine was invoked immediately after suspend_all, even if queue restoration had failed. If suspend_all left the GPU in an inconsistent state, the subsequent resume_all could trigger an unintended GPU reset or cause the driver to hang, potentially affecting all applications that rely on the GPU.

Affected Systems

All Linux kernel releases that compile the amdkfd DRM driver for AMD GPUs are impacted, as the vulnerability was not tied to a specific kernel version in the public data. Any kernel version older than the commit that restores proper resume_all ordering is potentially vulnerable, while kernels containing the upstream fix are no longer affected.

Risk and Exploitability

The CVSS score of 5.5 indicates a moderate impact. The EPSS score of less than 1 % shows a very low probability of exploitation. The vulnerability is not listed in CISA’s KEV catalog. Based on the description, it is inferred that the faulty code path could be triggered only by a privileged attacker or one with kernel exploitation capabilities. A successful exploit would allow a local attacker to force a GPU reset or hang the driver, resulting in a denial of service for GPU‑dependent workloads.

Generated by OpenCVE AI on August 22, 2026 at 02:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that contains the amdkfd commit restoring correct resume_all logic
  • If an immediate kernel update cannot be applied, consider disabling the amdkfd DRM driver or removing the affected GPU device to mitigate the risk
  • Monitor system logs for GPU reset or driver hang events and investigate any suspicious activity as a potential exploitation indicator

Generated by OpenCVE AI on August 22, 2026 at 02:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 01:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-596
CWE-704

Thu, 20 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-390
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Sat, 15 Aug 2026 14:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-596
CWE-704

Sat, 15 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: always resume_all after suspend_all Need to restore any good queues even if the suspend_all failed for some. Always run remove_queue as that will schedule a GPU reset is removing the queue fails. v2: move resume_all after remove
Title drm/amdkfd: always resume_all after suspend_all
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:17:46.959Z

Reserved: 2026-08-15T05:44:03.887Z

Link: CVE-2026-74353

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:36.657

Modified: 2026-08-17T06:19:29.990

Link: CVE-2026-74353

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-74353 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T03:00:12Z

Weaknesses
  • CWE-390

    Detection of Error Condition Without Action