CVE-2026-23063

CVSS

No CVSS.

I

n the Linux kernel, the following vulnerability has been resolved: uacce: ensure safe queue release with state management Directly calling `put_queue` carries risks since it cannot guarantee that resources of `uacce_queue` have been fully released beforehand. So adding a `stop_queue` operation for the UACCE_CMD_PUT_Q command and leaving the `put_queue` operation to the final resource release ensures safety. Queue states are defined as follows: - UACCE_Q_ZOMBIE: Initial state - UACCE_Q_INIT: After opening `uacce` - UACCE_Q_STARTED: After `start` is issued via `ioctl` When executing `poweroff -f` in virt while accelerator are still working, `uacce_fops_release` and `uacce_remove` may execute concurrently. This can cause `uacce_put_queue` within `uacce_fops_release` to access a NULL `ops` pointer. Therefore, add state checks to prevent accessing freed pointers.

Configurations

No configuration.

History

06 Feb 2026, 17:16

Type Values Removed Values Added
References
  • () https://git.kernel.org/stable/c/336fb41a186e7c0415ae94fec9e23d1f04b87483 -
  • () https://git.kernel.org/stable/c/8b57bf1d3b1db692f34bce694a03e41be79f6016 -
  • () https://git.kernel.org/stable/c/b457abeb5d962db88aaf60e249402fd3073dbfab -

04 Feb 2026, 17:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-02-04 17:16

Updated : 2026-02-06 17:16


NVD link : CVE-2026-23063

Mitre link : CVE-2026-23063

CVE.ORG link : CVE-2026-23063


JSON object : View

Products Affected

No product.

CWE

No CWE.