CVE-2026-23259
Received Received - Intake
Use-After-Free Vulnerability in Linux Kernel io_uring Component

Publication date: 2026-03-18

Last updated on: 2026-03-18

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: io_uring/rw: free potentially allocated iovec on cache put failure If a read/write request goes through io_req_rw_cleanup() and has an allocated iovec attached and fails to put to the rw_cache, then it may end up with an unaccounted iovec pointer. Have io_rw_recycle() return whether it recycled the request or not, and use that to gauge whether to free a potential iovec or not.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-18
Last Modified
2026-03-18
Generated
2026-05-07
AI Q&A
2026-03-18
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability exists in the Linux kernel's io_uring subsystem, specifically in the read/write (rw) path. When a read or write request is processed, if it has an allocated iovec (a structure representing a buffer) attached and the request fails to be put back into the rw_cache, the iovec pointer may not be properly accounted for or freed. This can lead to a potential resource leak or memory management issue. The fix involves modifying the io_rw_recycle() function to indicate whether the request was recycled, which helps determine if the iovec should be freed.


How can this vulnerability impact me? :

This vulnerability can lead to improper memory management in the Linux kernel's io_uring subsystem. Specifically, if iovec pointers are not freed correctly, it may cause memory leaks or resource exhaustion over time. This can degrade system performance or stability, potentially leading to crashes or denial of service conditions if the system runs out of memory or resources.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

I don't know


How can this vulnerability be detected on my network or system? Can you suggest some commands?

I don't know


What immediate steps should I take to mitigate this vulnerability?

I don't know


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart