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

accel/amdxdna: Stop job scheduling across aie2_release_resource()

Running jobs on a hardware context while it is in the process of
releasing resources can lead to use-after-free and crashes.

Fix this by stopping job scheduling before calling
aie2_release_resource() and restarting it after the release completes.
Additionally, aie2_sched_job_run() now checks whether the hardware
context is still active.
Published: 2026-05-27
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is a use‑after‑free in the Linux kernel’s AMDX DNA accelerator driver. Jobs scheduled to run on a hardware context while that context is being released can free memory that the job’s code still uses, causing the kernel to crash. The driver now stops job scheduling before releasing resources and checks whether the context is still active after the release. This defect does not permit arbitrary code execution; its primary effect is to destabilize the system by triggering a kernel panic and preventing services from operating normally.

Affected Systems

Any Linux kernel that contains the unpatched accel/amdxdna code is vulnerable. Because no specific kernel version is listed, all distributions running an older kernel that has not incorporated the fix in the cited commit are affected. The issue exists in the generic Linux:Linux family, so all mainstream distributions using a kernel built from the upstream source tree are at risk until they update to a kernel that includes the patch.

Risk and Exploitability

The EPSS score is not publicly available and the vulnerability is not in the CISA KEV catalog, indicating no known exploit activity. The CVSS score is omitted from the data, so the formal severity is unknown. The vector likely requires local or elevated privileges to submit jobs to the accelerator; an attacker must be able to schedule work on the hardware context to trigger the use‑after‑free. In environments where the accelerator is used, the risk is moderate to high as a crash can service‑disrupt a critical system component, but the lack of remote or privilege‑escalation vectors limits the damage to local hosts.

Generated by OpenCVE AI on May 27, 2026 at 18:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel patch that stops job scheduling before calling aie2_release_resource() as contained in commit 688c3ff079b10e4600f040944430d3d4ff448a15; this is the official fix.
  • Reboot the system so that the patched kernel image is loaded and running.
  • After reboot, verify that no accelerator jobs are pending and monitor dmesg or kernel logs for any remaining panic or crash indicators.

Generated by OpenCVE AI on May 27, 2026 at 18:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 27 May 2026 19:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Wed, 27 May 2026 14:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Stop job scheduling across aie2_release_resource() Running jobs on a hardware context while it is in the process of releasing resources can lead to use-after-free and crashes. Fix this by stopping job scheduling before calling aie2_release_resource() and restarting it after the release completes. Additionally, aie2_sched_job_run() now checks whether the hardware context is still active.
Title accel/amdxdna: Stop job scheduling across aie2_release_resource()
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-05-27T12:18:39.136Z

Reserved: 2026-05-13T15:03:33.090Z

Link: CVE-2026-45980

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-05-27T14:17:15.130

Modified: 2026-05-27T14:48:03.013

Link: CVE-2026-45980

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-27T21:30:34Z

Weaknesses