CVE-2026-23063
BaseFortify
Publication date: 2026-02-04
Last updated on: 2026-03-13
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | From 5.11 (inc) to 5.15.199 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.162 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.6.122 (exc) |
| linux | linux_kernel | From 6.7 (inc) to 6.12.68 (exc) |
| linux | linux_kernel | From 6.13 (inc) to 6.18.8 (exc) |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | From 5.7 (inc) to 5.10.249 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Linux kernel's uacce subsystem related to queue management. The issue arises because directly calling the function put_queue is unsafe as it cannot guarantee that the resources associated with uacce_queue have been fully released. This can lead to accessing freed or NULL pointers.
To fix this, a stop_queue operation was added for the UACCE_CMD_PUT_Q command to ensure proper state management before the final resource release by put_queue. The vulnerability involves improper handling of queue states, which can cause concurrent execution of release functions to access invalid pointers.
How can this vulnerability impact me? :
This vulnerability can lead to unsafe access of freed or NULL pointers during queue release operations in the Linux kernel's uacce subsystem. Specifically, when a forced poweroff is executed while accelerators are still working, concurrent operations may cause the system to access invalid memory.
Such unsafe memory access can result in system instability, crashes, or potential denial of service conditions, impacting the reliability and availability of systems using affected Linux kernel versions.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know