Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-23063
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-04 Feb, 2026 | 16:07
Updated At-11 May, 2026 | 21:59
Rejected At-
▼CVE Numbering Authority (CNA)
uacce: ensure safe queue release with state management

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

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/misc/uacce/uacce.c
Default Status
unaffected
Versions
Affected
  • From 015d239ac0142ad0e26567fd890ef8d171f13709 before b457abeb5d962db88aaf60e249402fd3073dbfab (git)
  • From 015d239ac0142ad0e26567fd890ef8d171f13709 before 8b57bf1d3b1db692f34bce694a03e41be79f6016 (git)
  • From 015d239ac0142ad0e26567fd890ef8d171f13709 before 336fb41a186e7c0415ae94fec9e23d1f04b87483 (git)
  • From 015d239ac0142ad0e26567fd890ef8d171f13709 before 43f233eb6e7b9d88536881a9bc43726d0e34800d (git)
  • From 015d239ac0142ad0e26567fd890ef8d171f13709 before 47634d70073890c9c37e39ab4ff93d4b585b028a (git)
  • From 015d239ac0142ad0e26567fd890ef8d171f13709 before 92e4f11e29b98ef424ff72d6371acac03e5d973c (git)
  • From 015d239ac0142ad0e26567fd890ef8d171f13709 before 26c08dabe5475d99a13f353d8dd70e518de45663 (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/misc/uacce/uacce.c
Default Status
affected
Versions
Affected
  • 5.7
Unaffected
  • From 0 before 5.7 (semver)
  • From 5.10.249 through 5.10.* (semver)
  • From 5.15.199 through 5.15.* (semver)
  • From 6.1.162 through 6.1.* (semver)
  • From 6.6.122 through 6.6.* (semver)
  • From 6.12.68 through 6.12.* (semver)
  • From 6.18.8 through 6.18.* (semver)
  • From 6.19 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/b457abeb5d962db88aaf60e249402fd3073dbfab
N/A
https://git.kernel.org/stable/c/8b57bf1d3b1db692f34bce694a03e41be79f6016
N/A
https://git.kernel.org/stable/c/336fb41a186e7c0415ae94fec9e23d1f04b87483
N/A
https://git.kernel.org/stable/c/43f233eb6e7b9d88536881a9bc43726d0e34800d
N/A
https://git.kernel.org/stable/c/47634d70073890c9c37e39ab4ff93d4b585b028a
N/A
https://git.kernel.org/stable/c/92e4f11e29b98ef424ff72d6371acac03e5d973c
N/A
https://git.kernel.org/stable/c/26c08dabe5475d99a13f353d8dd70e518de45663
N/A
Hyperlink: https://git.kernel.org/stable/c/b457abeb5d962db88aaf60e249402fd3073dbfab
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/8b57bf1d3b1db692f34bce694a03e41be79f6016
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/336fb41a186e7c0415ae94fec9e23d1f04b87483
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/43f233eb6e7b9d88536881a9bc43726d0e34800d
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/47634d70073890c9c37e39ab4ff93d4b585b028a
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/92e4f11e29b98ef424ff72d6371acac03e5d973c
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/26c08dabe5475d99a13f353d8dd70e518de45663
Resource: N/A
Details not found