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

accel/amdxdna: reject command submission on devices without a submit op

amdxdna_cmd_submit() calls xdna->dev_info->ops->cmd_submit()
unconditionally, but only aie2_dev_ops defines that callback.
aie4_vf_ops (the AIE4 SR-IOV virtual function) does not, so a user
AMDXDNA_EXEC_CMD ioctl on an AIE4 device reaches a NULL function-pointer
call and oopses the kernel. AIE4 submits work through a mapped user queue
and doorbell, not this ioctl path.

Reject the submission early with -EOPNOTSUPP when the device provides no
cmd_submit op, so the shared EXEC ioctl is a clean no-op on such devices.

Found by 0sec automated security-research tooling (https://0sec.ai).
Published: 2026-08-15
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the power‑accelerated AMD XDNA driver within the Linux kernel. An ioctl call (AMDXDNA_EXEC_CMD) unconditionally invokes the cmd_submit callback even when the target device does not provide it. For AIE4 SR‑IOV virtual‑function devices, this callback is absent, causing a NULL function‑pointer dereference that leads the kernel to oops and crash. This results in a denial of service and can destabilise the entire system. The weakness is a classic NULL pointer dereference (CWE‑476).

Affected Systems

All Linux kernels that include the amdxdna driver before the patch—essentially any publicly released kernel with the amdxdna/accel module. Affected devices include AIE4 SR‑IOV virtual functions for which the cmd_submit operation is missing. No specific version numbers are supplied, so all current kernel releases are potentially impacted until the fix is applied.

Risk and Exploitability

The vulnerability is local to systems that allow a user to invoke the AMDXDNA_EXEC_CMD ioctl on a supported device node. An attacker with kernel‑level or privileged user access can send a malformed command, triggering the NULL dereference and causing the system to crash. The EPSS score is not available, and the vulnerability is not listed in CISA KEV yet, but the nature of the flaw—unprotected kernel crash—implies high severity (CVSS likely around 9). The lack of a public exploit does not diminish the risk if a local attacker can gain access. Immediate patching is recommended to mitigate the availability impact.

Generated by OpenCVE AI on August 15, 2026 at 08:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel update that includes the check for a missing cmd_submit operation in the amdxdna driver.
  • If a kernel update cannot be applied immediately, disable or remove the /dev/xdna device or restrict its access to trusted processes using SELinux/AppArmor policies.
  • Verify that no legacy or custom kernel modules expose the AMDXDNA_EXEC_CMD ioctl for unsupported devices.

Generated by OpenCVE AI on August 15, 2026 at 08:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

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: reject command submission on devices without a submit op amdxdna_cmd_submit() calls xdna->dev_info->ops->cmd_submit() unconditionally, but only aie2_dev_ops defines that callback. aie4_vf_ops (the AIE4 SR-IOV virtual function) does not, so a user AMDXDNA_EXEC_CMD ioctl on an AIE4 device reaches a NULL function-pointer call and oopses the kernel. AIE4 submits work through a mapped user queue and doorbell, not this ioctl path. Reject the submission early with -EOPNOTSUPP when the device provides no cmd_submit op, so the shared EXEC ioctl is a clean no-op on such devices. Found by 0sec automated security-research tooling (https://0sec.ai).
Title accel/amdxdna: reject command submission on devices without a submit op
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:08:03.359Z

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

Link: CVE-2026-72092

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:23.273

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

Link: CVE-2026-72092

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T12:00:05Z

Weaknesses