CVE-2025-68814
BaseFortify
Publication date: 2026-01-13
Last updated on: 2026-01-19
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a memory leak in the Linux kernel's io_uring subsystem. Specifically, in the __io_openat_prep() function, a struct filename is allocated but under certain conditions (when the file is in the fixed file table and the O_CLOEXEC flag is set), the function returns early without setting a cleanup flag. As a result, the allocated memory for the filename is not freed, causing a memory leak.
How can this vulnerability impact me? :
The memory leak caused by this vulnerability can lead to increased memory usage over time, potentially degrading system performance or causing resource exhaustion. This could affect system stability and reliability, especially on systems with heavy io_uring usage.