Vulnerability 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 Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.10, < 6.18.10 |
References
- https://git.kernel.org/stable/c/1d5f2329ab4df65c2ee011b986d8a6e05ad0f67cPatch
- https://git.kernel.org/stable/c/4b9748055457ac3a0710bf210c229d01ea1b01b9Patch
FAQ
What is CVE-2026-23259?
CVE-2026-23259 is a vulnerability with a CVSS score of 5.5 (MEDIUM). 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 ha...
How severe is CVE-2026-23259?
CVE-2026-23259 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-23259?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.