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

accel/amdxdna: Prevent PM resume deadlock in hwctx_sync_debug_bo()

amdxdna_hwctx_sync_debug_bo() invokes the hardware hwctx_sync_debug_bo()
callback while holding xdna->dev_lock.

The callback may call amdxdna_cmd_submit(), which in turn calls
amdxdna_pm_resume_get(). If the device is suspended,
amdxdna_pm_resume_get() may synchronously execute amdxdna_pm_resume(),
which also acquires xdna->dev_lock, resulting in a deadlock.

Avoid the deadlock by calling amdxdna_pm_resume_get() before holding
xdna->dev_lock in both amdxdna_hwctx_sync_debug_bo() and
amdxdna_drm_config_hwctx_ioctl()
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the Linux kernel’s AMD xDNA acceleration module. In the function responsible for synchronizing debug buffers, the code holds the device lock while calling a callback that may, in turn, invoke a command submission routine that attempts to resume the device power state. If the device is suspended, the resume routine also tries to acquire the same lock, creating a classic lock‑ordering deadlock. A stuck deadlock can halt any kernel activity that relies on this lock, potentially rendering the system unresponsive or preventing further IRP processing.

Affected Systems

All Linux kernel installations that include the AMD xDNA acceleration driver affected by this code path. No specific vendor or version list is supplied, so any kernel release that ships with the unpatched driver is susceptible until the patch is applied.

Risk and Exploitability

The CVSS score of 5.5 is reported, and the EPSS score is < 1%, indicating a very low probability of exploitation; the vulnerability is not listed in the CISA KEV catalog. The defect requires execution of the kernel path that performs a hardware command submission while the device is suspended, implying a local or privileged attacker context. If an attacker can trigger the callback sequence—such as by issuing specific DRM or device interface commands—he can induce the deadlock, leading to a local denial of service. The lack of publicly documented targeting suggests moderate to low exploit likelihood, but the critical nature of a kernel deadlock warrants proactive remediation.

Generated by OpenCVE AI on August 18, 2026 at 19:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a release that includes the AMD xDNA driver fix mentioned in the referenced commit
  • Apply the patch from the referenced Git commit to your kernel source if an official distribution update is not available
  • Temporarily disable the AMD xDNA acceleration driver or its associated DRM interface until a patch is available to prevent the deadlock

Generated by OpenCVE AI on August 18, 2026 at 19:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 15:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-874

Tue, 18 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-833
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

Moderate


Sat, 15 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-874

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Prevent PM resume deadlock in hwctx_sync_debug_bo() amdxdna_hwctx_sync_debug_bo() invokes the hardware hwctx_sync_debug_bo() callback while holding xdna->dev_lock. The callback may call amdxdna_cmd_submit(), which in turn calls amdxdna_pm_resume_get(). If the device is suspended, amdxdna_pm_resume_get() may synchronously execute amdxdna_pm_resume(), which also acquires xdna->dev_lock, resulting in a deadlock. Avoid the deadlock by calling amdxdna_pm_resume_get() before holding xdna->dev_lock in both amdxdna_hwctx_sync_debug_bo() and amdxdna_drm_config_hwctx_ioctl()
Title accel/amdxdna: Prevent PM resume deadlock in hwctx_sync_debug_bo()
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:12:39.373Z

Reserved: 2026-08-09T03:40:39.920Z

Link: CVE-2026-72332

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-17T06:18:36.820

Link: CVE-2026-72332

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72332 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T19:30:04Z

Weaknesses