CVE-2025-68814
The CVE-2025-68814 entry concerns a Linux kernel issue in io_uring: __io_openat_prep() allocates a filename struct with getname(), but if the file is in the fixed file table and O_CLOEXEC is set, the function may return early before REQ_F_NEED_CLEANUP is set. This leads to a memory leak because t...