CVE-2026-72092

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).

Package Linux Kernel
Published 2026-08-15
Last modified 2026-08-15
Patch available
Yes

Affected versions

Linux kernel versions 6.14 and later are affected. Fixed in 6.18.42, 7.1.5, 7.2-rc4 and their respective stable series.

Affected from
≥ 6.14
Fixed in
✓ 6.18.42 6.18.x ✓ 7.1.5 7.1.x ✓ 7.2-rc4

Frequently asked questions

  • What is CVE-2026-72092?

    CVE-2026-72092 is a unscored severity Linux kernel vulnerability . It affects Linux kernel versions from 6.14 onward and has been patched in 6.18.42, 7.1.5 and 7.2-rc4. CVE-2026-72092 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.

  • Is there a patch available for CVE-2026-72092?

    Yes. CVE-2026-72092 has been patched. Fixed versions include 6.18.42, 7.1.5 and 7.2-rc4. If you are running Linux kernel 6.14 or later up to the fix versions, apply the relevant patch for your kernel branch.

  • Is CVE-2026-72092 actively exploited?

    No. CVE-2026-72092 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.