NONE · 0

CVE-2026-23259

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...

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.

References

FAQ

What is CVE-2026-23259?

CVE-2026-23259 is a documented vulnerability. 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?

CVSS scoring is not yet available for CVE-2026-23259. Check NVD for updates.

Is there a patch for CVE-2026-23259?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.