
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-23056 is a use-after-free (double-free) vulnerability in the Linux kernel's uacce (Unified/User-space-access-intended Accelerator Framework) subsystem. The flaw arises because uacce_vm_ops does not implement the .mremap operation, causing the kernel to fall back to the default mremap behavior, which copies the original VMA's vm_private_data to a new VMA. This allows a local user to trigger a double-free of the qfr structure by performing mmap → mremap → munmap(p1) → munmap(p2). The vulnerability affects Linux kernel versions from 5.7 up to the patched releases (6.6.122, 6.12.68, 6.18.8, and 6.19-rc7). It was published on February 4, 2026, with an EPSS score of approximately 0.018% (Feedly).
The root cause is classified as a double-free / use-after-free condition (CWE-415) in the Linux kernel's uacce driver subsystem. When uacce_vm_ops lacks a .mremap handler, the kernel's default mremap implementation copies vm_private_data (the queue pointer q) from the original VMA to the newly remapped VMA. Subsequently, both munmap calls on the original and remapped addresses invoke vma_close, each attempting to free q->qfr. Although the kernel sets qfr to NULL after the first free (mitigating a true exploitable double-free in some configurations), the missing .mremap implementation represents an unsafe memory management pattern. The fix explicitly implements .mremap in uacce_vm_ops to return -EPERM, preventing the unsafe remapping entirely (Feedly, Kernel Patch 1).
Exploitation of this vulnerability by a local, unprivileged user could result in kernel memory corruption through a double-free condition in the uacce subsystem. While the kernel's NULL-setting behavior after the first free reduces the risk of a fully weaponized exploit, the underlying memory mismanagement could still lead to system instability, kernel panics (denial of service), or potentially privilege escalation depending on kernel configuration and timing. The impact is limited to systems with the uacce driver loaded and accessible to unprivileged users, which is typical in environments using Huawei Kunpeng or similar hardware accelerators (Feedly).
The Linux kernel maintainers have released patches addressing this vulnerability across multiple stable branches. Fixed versions include Linux kernel 6.6.122, 6.12.68, 6.18.8, and 6.19-rc7. Downstream distributions including Ubuntu (USN-8162-1, USN-8180-1 through USN-8180-6, USN-8186-1, USN-8188-1, USN-8275-1, USN-8278-1, USN-8289-1, USN-8296-1, USN-8297-1) and SUSE (SUSE-2026-0962-1) have issued kernel security updates incorporating this fix. Administrators should apply the latest kernel updates from their distribution vendor. As a workaround where patching is not immediately possible, restricting unprivileged user access to uacce devices (e.g., via device permissions or disabling the uacce module if not required) can reduce exposure (Ubuntu USN-8180-1, Feedly).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."