CVE-2025-68814
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2025-68814 is a memory leak vulnerability in the Linux kernel's io_uring subsystem, specifically within the __io_openat_prep() function. The function allocates a struct filename via getname() but fails to set the REQ_F_NEED_CLEANUP flag before an early return triggered when a file is installed in the fixed file table with the O_CLOEXEC flag set, leaving the allocated memory unfreed. The vulnerability was published on January 13, 2026, and affects Linux kernel versions from 5.15 through those prior to the patched releases. Microsoft assigned a CVSS v3.1 base score of 9.8 (Critical), though this score appears inflated relative to the actual memory-leak nature of the bug (Microsoft MSRC, Feedly).

Technical details

The root cause is a missing cleanup flag assignment in __io_openat_prep() (CWE classification not formally assigned by NVD). When getname() successfully allocates a struct filename and the subsequent condition — file installed in the fixed file table with O_CLOEXEC set — triggers an early return, the REQ_F_NEED_CLEANUP flag has not yet been set on the io_uring request. As a result, when the request is torn down, the cleanup path does not free the filename structure, causing a kernel memory leak. The fix moves the REQ_F_NEED_CLEANUP flag assignment to immediately after the successful getname() call, ensuring the filename is always freed on request teardown (kernel.org patch, Feedly).

Impact

Repeated triggering of the vulnerable code path causes cumulative kernel memory exhaustion, which can degrade system performance, cause instability, or lead to a complete system crash (denial of service). The vulnerability does not directly expose confidential data or allow code execution; the primary risk is availability impact through kernel memory depletion. Systems running vulnerable Linux kernel versions — including Microsoft Azure Linux Kernel 6.6.119.3-3 — are affected, with cloud and server environments being the most exposed asset class (Feedly, Microsoft MSRC).

Mitigation and workarounds

Apply the available kernel patches immediately. Fixed versions include Linux kernel 6.1.160, 6.6.120, 6.12.64, 6.18.3, and 6.19-rc3 (Feedly). Distribution-specific updates are available from Ubuntu (USN-8177-1, USN-8179-1, USN-8183-1, USN-8184-1, USN-8185-1, USN-8245-1, USN-8257-1, USN-8258-1, USN-8260-1, USN-8265-1), Debian (linux 6.1.162-1), SUSE, Oracle Linux, and Amazon Linux 2 (Ubuntu Security, Debian Tracker). As a temporary workaround where patching is not immediately possible, consider restricting or disabling io_uring access via security policies (e.g., sysctl -w kernel.io_uring_disabled=1) if io_uring is not required for operations.

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