
Cloud Vulnerability DB
A community-led vulnerabilities database
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).
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).
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).
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.
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."