In the Linux kernel, the following vulnerability has been resolved: io_uring: fix memory leak of uid in files registration When there are no files for __io_sqe_files_scm() to process in the range, it'll free everything and return. However, it forgets to put uid.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.