CVE-2026-23056
Linux Kernel vulnerability analysis and mitigation

Overview

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

Technical details

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

Impact

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

Mitigation and workarounds

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

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management